IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 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", "<=");
Note: See TracChangeset for help on using the changeset viewer.