|
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) |
| void | PrintResults (CEExecOptions &inputs, const CESkyCoord &results) |
| CEExecOptions DefineOpts | ( | ) |
Definition at line 34 of file obs2gal.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 83 of file obs2gal.cpp.
| void PrintResults | ( | CEExecOptions & | inputs, |
| const CESkyCoord & | results | ||
| ) |
Definition at line 56 of file obs2gal.cpp.
1.8.16