TwiceAsNice  2019-02-18
Classes | Macros | Functions
externalProfileX.cc File Reference

This external profile test file calculates the angle of the trajectory with the equation: More...

#include <config.h>
#include <Nice/App/Application.h>
#include <Nice/App/ConfigClient.h>
#include <Nice/Map/Point.h>
#include <Nice/Map/NPoint.h>
#include <Basda/Mocca/TrajServiceWorkerInterface.h>
#include <Basda/Mocca/Constant.h>
#include <QDir>
#include <QStringList>
#include <QTextStream>
#include <boost/math/special_functions/round.hpp>
Include dependency graph for externalProfileX.cc:

Classes

class  Move
 This class present a simple client application, which moves the motor of a x stage. More...
 

Macros

#define TIME_PER_CYCLE   0.000614411
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

This external profile test file calculates the angle of the trajectory with the equation:

pos = atan( sin(h), tan(phi)*cos(delta) - sin(delta)*cos(h) ) where h: hour angle phi: lbt latitude delta: declination

This test file is used to generate a fitted point cloud. This point cloud will be used to understand the MoCon internal calculations and theoretical error offsets. This will be done with an IDL script.

Author
Frank Kittmann
Version
11.05.06
Date
2011.05.06

Macro Definition Documentation

◆ TIME_PER_CYCLE

#define TIME_PER_CYCLE   0.000614411

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)