TwiceAsNice
2019-02-18
|
#include <cstdlib>
#include <time.h>
#include <string>
#include <vector>
#include <iostream>
#include <fstream>
#include <cstdio>
#include <glib-2.0/glib.h>
#include <Nice/Time.h>
#include <LicsStarcat.h>
Functions | |
void | usage (char *argv0) |
Defining this preprocessor option means that GUI's are all disabled (the option -b is always on) More... | |
int | main (int argc, char *argv[]) |
management of a LN star catalogue More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
management of a LN star catalogue
argc | The count of the command line arguments. |
argv | The vector of blank-separated strings onthe command line. Usage: to merge one or more LBTO star catalogues |
licsStarcat -m [-f magnit] lbtocat.txt [lbtocat2.txt ...] Example: licsStarcat -m ~/lnsw/ln/lbcs/src/stars/lbtoTstCat.txt
wget -q -O nomadTst2.txt 'http://www.nofs.navy.mil/cgi-bin/vo_cone.cgi?CAT=NOMAD&RA=6.1186&DEC=7.8168&SR=0.09&VERB=1&cftype=ASCII&clr=B2&fai=18' lbcStarcat -N nomadTst2.txt
void usage | ( | char * | argv0 | ) |
Defining this preprocessor option means that GUI's are all disabled (the option -b is always on)
emit a usage notice on stdout.
argv0 | The string which is the first compoment of argv, namely the command name |