IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2007, 5:47:20 PM (19 years ago)
Author:
jhoblitt
Message:

remove redudant option descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptoolConfig.c

    r14214 r14218  
    7373            "define max airmass", NAN);
    7474    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-ra_min",  0,
    75             "define min airmass", NAN);
     75            "define min", NAN);
    7676    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-ra_max",  0,
    77             "define max airmass", NAN);
     77            "define max", NAN);
    7878    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-decl_min",  0,
    79             "define min airmass", NAN);
     79            "define min", NAN);
    8080    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-decl_max",  0,
    81             "define max airmass", NAN);
     81            "define max", NAN);
    8282    psMetadataAddF32(queueArgs, PS_LIST_TAIL, "-exp_time_min",  0,
    83             "define min airmass", NAN);
     83            "define min", NAN);
    8484    psMetadataAddF32(queueArgs, PS_LIST_TAIL, "-exp_time_max",  0,
    85             "define max airmass", NAN);
     85            "define max", NAN);
    8686    psMetadataAddF32(queueArgs, PS_LIST_TAIL, "-sat_pixel_frac_min",  0,
    8787            "define max fraction of saturated pixels", NAN);
    8888    psMetadataAddF32(queueArgs, PS_LIST_TAIL, "-sat_pixel_frac_max",  0,
    89             "define max fraction of saturated pixels", NAN);
     89            "define min fraction of saturated pixels", NAN);
    9090    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-bg_min",  0,
    91             "define max fraction of saturated pixels", NAN);
     91            "define max", NAN);
    9292    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-bg_max",  0,
    93             "define max fraction of saturated pixels", NAN);
     93            "define max", NAN);
    9494    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-bg_stdev_min",  0,
    95             "define max fraction of saturated pixels", NAN);
     95            "define max", NAN);
    9696    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-bg_stdev_max",  0,
    97             "define max fraction of saturated pixels", NAN);
     97            "define max", NAN);
    9898    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-bg_mean_stdev_min",  0,
    99             "define max fraction of saturated pixels", NAN);
     99            "define max", NAN);
    100100    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-bg_mean_stdev_max",  0,
    101             "define max fraction of saturated pixels", NAN);
     101            "define max", NAN);
    102102    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-alt_min",  0,
    103             "define min airmass", NAN);
     103            "define min", NAN);
    104104    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-alt_max",  0,
    105             "define max airmass", NAN);
     105            "define max", NAN);
    106106    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-az_min",  0,
    107             "define min airmass", NAN);
     107            "define min", NAN);
    108108    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-az_max",  0,
    109             "define max airmass", NAN);
     109            "define max", NAN);
    110110    psMetadataAddF64(queueArgs, PS_LIST_TAIL, "-ccd_temp_min",  0,   
    111111            "define min ccd tempature", NAN);
Note: See TracChangeset for help on using the changeset viewer.