26 #ifndef GRALE_WCSCOORDINATES_H
28 #define GRALE_WCSCOORDINATES_H
30 #include "graleconfig.h"
31 #include "coordinateinterface.h"
32 #include "constants.h"
38 class GRALE_IMPORTEXPORT WCSCoordinates :
public CoordinateInterface
43 bool init(
const std::string &fitsHeader);
44 Vector2D<double> operator()(IntVector2D pos)
const;
45 CoordinateInterface *createCopy()
const;
48 std::string m_fitsHeader;
53 #endif // GRALE_WCSCOORDINATES_H