|
LTL
2.0.x
|
Public Member Functions | |
| FitsCCS (const FitsHeader &hdr) | |
| ~FitsCCS () | |
| FVector< double, 2 > | getRADEC (const FVector< double, 2 > &p) const |
| Convert pixel to RA / Dec applying CCS. More... | |
| FVector< double, 2 > | getRADEC (const FixedVector< int, 2 > &p) const |
| FVector< double, 2 > | radecToPixel (const FVector< double, 2 > &cc) const |
| Convert RA / Dec to pixel applying CCS. More... | |
| FVector< double, 2 > | radecToPixel (const FixedVector< int, 2 > &cc) const |
Protected Attributes | |
| CCS * | ccs |
CCS interface class.
Holds conversion and return functions as well as FITS header parser.
| ltl::FitsCCS::FitsCCS | ( | const FitsHeader & | hdr | ) |
|
inline |
References ccs.
Convert pixel to RA / Dec applying CCS.
Referenced by getRADEC().
References getRADEC().
Convert RA / Dec to pixel applying CCS.
Referenced by radecToPixel().
References radecToPixel().
|
protected |
Referenced by ~FitsCCS().
1.8.5