TwiceAsNice  2019-02-18
Functions
licsXephem.cc File Reference
#include <cstdlib>
#include <libgen.h>
#include <vector>
#include <iostream>
#include <cstdio>
#include <LicsStarcat.h>
Include dependency graph for licsXephem.cc:

Functions

void usage (char *argv0)
 emit a usage notice on stdout. More...
 
int main (int argc, char *argv[])
 Show the lbto star catalogues in xephem(1). More...
 

Function Documentation

◆ main()

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

Show the lbto star catalogues in xephem(1).


Parameters
argcThe count of the command line arguments.
argvThe vector of blank-separated strings onthe command line. The option -a triggers that not only the first star in each catalog file is converted to XEphem but all stars in each catalog. Usage:

to merge one or more LBTO star catalogues

licsXephem lbtocat.txt [lbtocat2.txt ...] Example: licsXephem /mydata/dir/[A-z]*.cat

Since
2017-12-07
2018-01-12 New option -a.

◆ 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
2017-01-24