TwiceAsNice
2019-02-18
|
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>
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[]) |
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.
#define TIME_PER_CYCLE 0.000614411 |
int main | ( | int | argc, |
char * | argv[] | ||
) |