IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2009, 3:16:26 PM (17 years ago)
Author:
bills
Message:

change command line arguments to dvoImagesAtCoords
Make coordinate file a named option. If not supplied
require ra and dec as arguments. Add option to print full "image" names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/include/dvoImagesAtCoords.h

    r25208 r26288  
    2727} Point;
    2828
     29char *astromFile;
     30char *coordsFile;
     31double cmd_line_ra;
     32double cmd_line_dec;
     33int fullNames;
    2934int WITH_PHU;
    3035int SOLO_PHU;
    3136int ACCEPT_ASTROM;
    32 char *astromFile;
    3337
    34 // These functions belong to dvoImageOverap
     38// These functions belong to dvoImagesAtCoords
    3539int  args_coords         PROTO((int argc, char **argv));
    3640int  ConfigInit_coords PROTO((int *argc, char **argv));
Note: See TracChangeset for help on using the changeset viewer.