Initial stellarsolver implementation
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user