IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2022, 4:30:04 PM (4 years ago)
Author:
eugene
Message:

fpcamera now reads the astrometry and loads the refstars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/fpcamera/src/fpcamera.c

    r42176 r42182  
    1616
    1717void usage(void) {
    18     fprintf (stderr, "USAGE: one of the following\n");
    19     fprintf (stderr, "fpcamera -file filename[,filename,...] -mask maskfile[,maskfile,...] -variance varfile[,varfile,...] -astrom-file (smffile) -ref (dvopath) -OutFileBaseName\n\n");
    20     fprintf (stderr, "fpcamera -list filelist -masklist masklist -varlist varlist -astrom-file (smffile) -ref (dvopath) -OutFileBaseName\n\n");
     18    fprintf (stderr, "USAGE: one of the following:\n\n");
     19    fprintf (stderr, "  fpcamera -file filename[,filename,...] -mask maskfile[,maskfile,...] -variance varfile[,varfile,...] -astrom-file (smffile) OutFileBaseName\n");
     20    fprintf (stderr, "  fpcamera -list filelist -masklist masklist -varlist varlist -astrom-file (smffile) -ref (dvopath) -OutFileBaseName\n\n");
    2121    fprintf (stderr, "where:\n");
    2222    fprintf (stderr, "  FileNameList is a text file containing filenames, one per line\n");
     
    2525    fprintf (stderr, "  OutFileBaseName is the 'root name' for output files\n\n");
    2626    fprintf(stderr, "Optional arguments:\n");
    27     fprintf(stderr, "\t-stats STATS.mdc: Output statistics into STATS.mdc\n");
    28     fprintf(stderr, "\t-chip CHIPNUM: Only process this chip number.\n\n");
     27    fprintf(stderr, "   -stats STATS.mdc: Output statistics into STATS.mdc\n");
     28    fprintf(stderr, "   -chip CHIPNUM: Only process this chip number.\n\n");
     29    fprintf(stderr, "   -D FPCAMERA.CATDIR (catdir): specify the reference catalog.\n\n");
    2930    exit (PS_EXIT_CONFIG_ERROR);
    3031}
Note: See TracChangeset for help on using the changeset viewer.