IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 3:05:06 PM (14 years ago)
Author:
eugene
Message:

add support for ubercal in setphot; add support for parallel dvo in setphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/uniphot/src/args.c

    r31160 r33654  
    7272}
    7373
    74 int args_setphot (int argc, char **argv) {
    75 
    76   int N;
    77 
    78   VERBOSE = FALSE;
    79   if ((N = get_argument (argc, argv, "-v"))) {
    80     VERBOSE = TRUE;
    81     remove_argument (N, &argc, argv);
    82   }
    83 
    84   UPDATE = FALSE;
    85   if ((N = get_argument (argc, argv, "-update"))) {
    86     remove_argument (N, &argc, argv);
    87     UPDATE = TRUE;
    88   }
    89 
    90   if (argc != 2) {
    91     fprintf (stderr, "ERROR: USAGE: setphot (zptfile) [options]\n");
    92     exit (2);
    93   }
    94 
    95   return (TRUE);
    96 }
    97 
    9874int args_setfwhm (int argc, char **argv) {
    9975
Note: See TracChangeset for help on using the changeset viewer.