|
CppEphem
|

Go to the source code of this file.
Functions | |
| CEExecOptions | DefineOpts () |
| Define the command line options for this program. More... | |
| int | main (int argc, char **argv) |
| MAIN. More... | |
| void | PrintResults (const CESkyCoord &input, const CESkyCoord &output, double jd) |
| Print the results of the conversion. More... | |
Executable for converting from ICRS to CIRS coordinates
Definition in file icrs2cirs.cpp.
| CEExecOptions DefineOpts | ( | ) |
Define the command line options for this program.
Definition at line 33 of file icrs2cirs.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
MAIN.
Definition at line 81 of file icrs2cirs.cpp.
| void PrintResults | ( | const CESkyCoord & | input, |
| const CESkyCoord & | output, | ||
| double | jd | ||
| ) |
Print the results of the conversion.
Definition at line 52 of file icrs2cirs.cpp.
1.8.16