|
CppEphem
|
#include <stdio.h>#include <getopt.h>#include <map>#include <string>#include <time.h>#include "CppEphem.h"#include "CEExecOptions.h"
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 method. More... | |
| void | PrintResults (const CESkyCoord &input, const CESkyCoord &output) |
| Print the results of the analysis. More... | |
| CEExecOptions DefineOpts | ( | ) |
Define the command line options for this program.
Definition at line 34 of file icrs2gal.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main method.
Definition at line 76 of file icrs2gal.cpp.
| void PrintResults | ( | const CESkyCoord & | input, |
| const CESkyCoord & | output | ||
| ) |
Print the results of the analysis.
Definition at line 52 of file icrs2gal.cpp.
1.8.16