CppEphem
Functions
cirs2icrs.cpp File Reference
#include <stdio.h>
#include "CEExecOptions.h"
#include "CppEphem.h"
Include dependency graph for cirs2icrs.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)
 MAIN. More...
 
void PrintResults (const CESkyCoord &input, const CESkyCoord &output, double jd)
 Print the results of the conversion. More...
 

Detailed Description

Executable for converting from CIRS to ICRS coordinates

Definition in file cirs2icrs.cpp.

Function Documentation

◆ DefineOpts()

CEExecOptions DefineOpts ( )

Define the command line options for this program.

Definition at line 33 of file cirs2icrs.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

MAIN.

Definition at line 81 of file cirs2icrs.cpp.

◆ PrintResults()

void PrintResults ( const CESkyCoord input,
const CESkyCoord output,
double  jd 
)

Print the results of the conversion.

Definition at line 52 of file cirs2icrs.cpp.