CppEphem
Functions
cirs2obs.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 cirs2obs.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_cirs_coords, const CEAngle &hour_angle)
 

Function Documentation

◆ DefineOpts()

CEExecOptions DefineOpts ( )

Define the command line options for this program.

Definition at line 35 of file cirs2obs.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 89 of file cirs2obs.cpp.

◆ PrintResults()

void PrintResults ( CEExecOptions inputs,
const CESkyCoord obs_coords,
const CESkyCoord obs_cirs_coords,
const CEAngle hour_angle 
)

Definition at line 56 of file cirs2obs.cpp.