Add parsing WCS info from XISF

This commit is contained in:
2022-06-16 23:44:28 +02:00
parent 5b6fead6f1
commit c346487504
3 changed files with 48 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ class WCSData
void freeWCS();
public:
WCSData(int width, int height, char *header, int nrec);
WCSData(int width, int height, const QVector<FITSRecord> &header);
WCSData(const WCSData &) = delete;
~WCSData();
bool pixelToWorld(const QPointF &pixel, SkyPoint &point) const;