CppEphem
Functions
gal2obs.cpp File Reference
#include <stdio.h>
#include <getopt.h>
#include <map>
#include <string>
#include <time.h>
#include "CppEphem.h"
#include "CEExecOptions.h"
Include dependency graph for gal2obs.cpp:

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)
 
void PrintResults (CEExecOptions &inputs, const CESkyCoord &obs_coords, const CESkyCoord &obs_gal_coords)
 

Function Documentation

◆ DefineOpts()

CEExecOptions DefineOpts ( )

Define the command line options for this program.

Definition at line 34 of file gal2obs.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 86 of file gal2obs.cpp.

◆ PrintResults()

void PrintResults ( CEExecOptions inputs,
const CESkyCoord obs_coords,
const CESkyCoord obs_gal_coords 
)

Definition at line 55 of file gal2obs.cpp.