|
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 () |
| int | main (int argc, char **argv) |
| Main. More... | |
| void | PrintResults (const CESkyCoord &input_icrs, const CESkyCoord &observed_altaz, const CESkyCoord &observed_icrs, const CEObserver &observer, const CEDate &date) |
| CEExecOptions DefineOpts | ( | ) |
Definition at line 33 of file icrs2obs.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main.
Definition at line 89 of file icrs2obs.cpp.
| void PrintResults | ( | const CESkyCoord & | input_icrs, |
| const CESkyCoord & | observed_altaz, | ||
| const CESkyCoord & | observed_icrs, | ||
| const CEObserver & | observer, | ||
| const CEDate & | date | ||
| ) |
Definition at line 55 of file icrs2obs.cpp.
1.8.16