TwiceAsNice  2019-02-18
Functions
licsRewind.cc File Reference
#include <cstdlib>
#include <time.h>
#include <string>
#include <vector>
#include <iostream>
#include <cstdio>
#include <Nice/Time.h>
#include <LicsStarcat.h>
Include dependency graph for licsRewind.cc:

Functions

void usage (char *argv0)
 emit a usage notice on stdout. More...
 
int main (int argc, char *argv[])
 Rewind the IR detector stage. More...
 

Function Documentation

◆ main()

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

Rewind the IR detector stage.


Parameters
argcThe count of the command line arguments.
argvThe vector of blank-separated strings onthe command line. Usage: licsRewind -d <derotatorsx/dx/> -T secondsLooahed -a startangle -D duration -g (actuallyrestrt)
Since
2018-12-11

If true rewind and start derotation. If false only rewind and stop there

starting motor angle in degrees. Should be deciced by the motor. double motang =0.0 ;

Duration of the requested trajectory (seconds). So 3600=1hr.

options user's reference (observation) time

◆ usage()

void usage ( char *  argv0)

emit a usage notice on stdout.


Parameters
argv0The string which is the first compoment of argv, namely the command name
Since
2018-12-11