TwiceAsNice  2019-02-18
Functions
licsOffset.cc File Reference
#include <string>
#include <vector>
#include <cstdio>
#include <LicsIIFSide.h>
#include <LicsStar.h>
#include <LicsStarcat.h>
#include <LicsTcsPreset.h>
#include <LaosSeAOType.h>
Include dependency graph for licsOffset.cc:

Functions

void usage (char *argv0)
 emit a usage notice on stdout. More...
 
int main (int argc, char *argv[])
 Offset of telescop and a (subset of) the 4 SE stages by a coordinated amount. More...
 

Function Documentation

◆ main()

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

Offset of telescop and a (subset of) the 4 SE stages by a coordinated amount.


Parameters
argcThe count of the command line arguments.
argvThe vector of blank-separated strings onthe command line. Usage:

to offset the telescope

licsOffset -t

Since
2018-07-03
2018-11-21 Support the simpler sx.hws, dx.hws.. 5-letter selectors for the s-option.

◆ 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-07-03