CppEphem
Functions
icrs2obs.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 icrs2obs.cpp:

Go to the source code of this file.

Functions

CEExecOptions DefineOpts ()
 
int main (int argc, char **argv)
 Main. More...
 
void PrintResults (const CESkyCoord &input_icrs, const CESkyCoord &observed_altaz, const CESkyCoord &observed_icrs, const CEObserver &observer, const CEDate &date)
 

Function Documentation

◆ DefineOpts()

CEExecOptions DefineOpts ( )

Definition at line 33 of file icrs2obs.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Main.

Definition at line 89 of file icrs2obs.cpp.

◆ PrintResults()

void PrintResults ( const CESkyCoord input_icrs,
const CESkyCoord observed_altaz,
const CESkyCoord observed_icrs,
const CEObserver observer,
const CEDate date 
)

Definition at line 55 of file icrs2obs.cpp.