CppEphem
Functions
angsep.cpp File Reference
#include <stdio.h>
#include "CEExecOptions.h"
#include "CESkyCoord.h"
Include dependency graph for angsep.cpp:

Go to the source code of this file.

Functions

CESkyCoord ConstructCoords (const double &x, const double &y, bool isDeg)
 Construct the coordinates object. More...
 
CEExecOptions DefineOpts ()
 Set the command line options. More...
 
int main (int argc, char **argv)
 

Function Documentation

◆ ConstructCoords()

CESkyCoord ConstructCoords ( const double &  x,
const double &  y,
bool  isDeg 
)

Construct the coordinates object.

Parameters
[in]xX-coordinate
[in]yY-coordinate
[in]isDegtrue if the coordinates are in degrees
Returns
CECoordinates object

Definition at line 110 of file angsep.cpp.

◆ DefineOpts()

CEExecOptions DefineOpts ( )

Set the command line options.

Definition at line 69 of file angsep.cpp.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file angsep.cpp.