Initial stellarsolver implementation

This commit is contained in:
2024-09-17 23:05:27 +02:00
parent 30960033c5
commit da79197376
11 changed files with 182 additions and 35 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void ImageWidgetGL::setImage(std::shared_ptr<RawImage> image, int index)
else setOffset(m_dx, m_dy);
}
void ImageWidgetGL::setWCS(std::shared_ptr<WCSData> wcs)
void ImageWidgetGL::setWCS(std::shared_ptr<WCSDataT> wcs)
{
m_wcs = wcs;
}