IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26515


Ignore:
Timestamp:
Jan 4, 2010, 5:44:39 PM (16 years ago)
Author:
heather
Message:

added -select_sat_pixel_frac_min because it makes it easy to make my cuts for
the SKYFLATTEST_RAW.

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r25324 r26515  
    550550    PXOPT_COPY_F32(config->args, where, "-select_airmass_max", "airmass", "<=");
    551551    PXOPT_COPY_F32(config->args, where, "-select_sat_pixel_frac_max", "sat_pixel_frac", "<=");
     552    PXOPT_COPY_F32(config->args, where, "-select_sat_pixel_frac_min", "sat_pixel_frac", ">=");
    552553    PXOPT_COPY_F32(config->args, where, "-select_exp_time_min", "exp_time", ">=");
    553554    PXOPT_COPY_F32(config->args, where, "-select_exp_time_max", "exp_time", "<=");
  • trunk/ippTools/src/dettoolConfig.c

    r25324 r26515  
    117117    psMetadataAddF32(definebyqueryArgs, PS_LIST_TAIL, "-select_airmass_max",  0,            "define max airmass", NAN);
    118118    psMetadataAddF32(definebyqueryArgs, PS_LIST_TAIL, "-select_sat_pixel_frac_max",  0,            "define max fraction of saturated pixels", NAN);
     119    psMetadataAddF32(definebyqueryArgs, PS_LIST_TAIL, "-select_sat_pixel_frac_min",  0,            "define min fraction of saturated pixels", NAN);
    119120    psMetadataAddF32(definebyqueryArgs, PS_LIST_TAIL, "-select_exp_time_min",  0,            "define min exposure time", NAN);
    120121    psMetadataAddF32(definebyqueryArgs, PS_LIST_TAIL, "-select_exp_time_max",  0,            "define max exposure time", NAN);
Note: See TracChangeset for help on using the changeset viewer.