EleFits  4.0.1
A modern C++ API on top of CFitsIO

◆ reopen()

void Euclid::Fits::FitsFile::reopen ( )

Reopen the file.

Specific behaviors apply to the following file modes:

  • FileMode::Create and FileMode::Overwrite: The file is reopened with FileMode::Edit;
  • FileMode::Temporary: The file cannot be reopened.