SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <WCS.h>
Public Member Functions | |
WCS (const std::string &fits_file_path, int hdu_number=1) | |
virtual | ~WCS () |
WorldCoordinate | imageToWorld (ImageCoordinate image_coordinate) const override |
ImageCoordinate | worldToImage (WorldCoordinate world_coordinate) const override |
std::map< std::string, std::string > | getFitsHeaders () const override |
![]() | |
virtual | ~CoordinateSystem ()=default |
Private Attributes | |
std::unique_ptr< wcslib::wcsprm, std::function< void(wcslib::wcsprm *)> > | m_wcs |
SourceXtractor::WCS::WCS | ( | const std::string & | fits_file_path, |
int | hdu_number = 1 |
||
) |
|
overridevirtual |
Reimplemented from SourceXtractor::CoordinateSystem.
|
overridevirtual |
Implements SourceXtractor::CoordinateSystem.
|
overridevirtual |
Implements SourceXtractor::CoordinateSystem.
|
private |