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>
|
class | Move |
| This class present a simple client application, which moves the motor of a x stage. More...
|
|
|
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.
- Author
- Frank Kittmann
- Version
- 11.05.06
- Date
- 2011.05.06
◆ TIME_PER_CYCLE
#define TIME_PER_CYCLE 0.000614411 |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |