CppEphem
Functions
cirs2gal.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 cirs2gal.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 &opts, const CESkyCoord &results)
 

Function Documentation

◆ DefineOpts()

CEExecOptions DefineOpts ( )

Define the command line options for this program.

Definition at line 34 of file cirs2gal.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 72 of file cirs2gal.cpp.

◆ PrintResults()

void PrintResults ( CEExecOptions opts,
const CESkyCoord results 
)

Definition at line 53 of file cirs2gal.cpp.