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... | |
Executable for converting from Galactic to ICRS coordinates
Definition in file gal2icrs.cpp.
CEExecOptions DefineOpts | ( | ) |
Define the command line options for this program.
Definition at line 38 of file gal2icrs.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Main method.
Definition at line 81 of file gal2icrs.cpp.
void PrintResults | ( | const CESkyCoord & | input, |
const CESkyCoord & | output | ||
) |
Print the results of the analysis.
Definition at line 56 of file gal2icrs.cpp.