TwiceAsNice
2019-02-18
|
#include <cstdlib>
#include <libgen.h>
#include <vector>
#include <iostream>
#include <cstdio>
#include <LicsStarcat.h>
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... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Show the lbto star catalogues in xephem(1).
argc | The count of the command line arguments. |
argv | The 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
void usage | ( | char * | argv0 | ) |
emit a usage notice on stdout.
argv0 | The string which is the first compoment of argv, namely the command name |