|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|


Public Member Functions | |
| DummyWCS (int image_width, int image_height, double rotation, double scale, double shift_x, double shift_y) | |
| virtual | ~DummyWCS () |
| WorldCoordinate | imageToWorld (ImageCoordinate image_coordinate) const override |
| ImageCoordinate | worldToImage (WorldCoordinate world_coordinate) const override |
| std::map< std::string, std::string > | getFitsHeaders () const override |
| Public Member Functions inherited from SourceXtractor::CoordinateSystem | |
| virtual | ~CoordinateSystem ()=default |
Private Attributes | |
| int | m_image_width |
| int | m_image_height |
| double | m_rotation = 0.0 |
| double | m_scale = 1.0 |
| double | m_shift_x = 0.0 |
| double | m_shift_y = 0.0 |
Definition at line 89 of file TestImage.cpp.
|
inline |
Definition at line 91 of file TestImage.cpp.
References m_image_height, m_image_width, m_rotation, m_scale, m_shift_x, and m_shift_y.
|
inlinevirtual |
Definition at line 94 of file TestImage.cpp.
|
inlineoverridevirtual |
Reimplemented from SourceXtractor::CoordinateSystem.
Definition at line 104 of file TestImage.cpp.
References std::cos(), m_image_height, m_image_width, m_rotation, m_scale, m_shift_x, m_shift_y, std::sin(), and std::to_string().

|
inlineoverridevirtual |
Implements SourceXtractor::CoordinateSystem.
Definition at line 96 of file TestImage.cpp.
References SourceXtractor::ImageCoordinate::m_x, and SourceXtractor::ImageCoordinate::m_y.
|
inlineoverridevirtual |
Implements SourceXtractor::CoordinateSystem.
Definition at line 100 of file TestImage.cpp.
References SourceXtractor::WorldCoordinate::m_alpha, and SourceXtractor::WorldCoordinate::m_delta.
|
private |
Definition at line 132 of file TestImage.cpp.
Referenced by DummyWCS(), and getFitsHeaders().
|
private |
Definition at line 132 of file TestImage.cpp.
Referenced by DummyWCS(), and getFitsHeaders().
|
private |
Definition at line 133 of file TestImage.cpp.
Referenced by DummyWCS(), and getFitsHeaders().
|
private |
Definition at line 134 of file TestImage.cpp.
Referenced by DummyWCS(), and getFitsHeaders().
|
private |
Definition at line 135 of file TestImage.cpp.
Referenced by DummyWCS(), and getFitsHeaders().
|
private |
Definition at line 136 of file TestImage.cpp.
Referenced by DummyWCS(), and getFitsHeaders().