Add indexing of XISF

This commit is contained in:
2022-04-12 09:03:29 +02:00
parent 0fb27266c7
commit a44c456cab
4 changed files with 64 additions and 31 deletions
+1
View File
@@ -6,6 +6,7 @@
#include "imageinfo.h"
bool readFITSHeader(const QString &path, ImageInfoData &info);
bool readXISFHeader(const QString &path, ImageInfoData &info);
class Image;