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 obs2icrs.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 82 of file obs2icrs.cpp.
void PrintResults | ( | CEExecOptions & | inputs, |
const CESkyCoord & | results | ||
) |
Definition at line 55 of file obs2icrs.cpp.