IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2010, 7:19:21 PM (16 years ago)
Author:
watersc1
Message:

First pass updates to nightly_science.pl. Add options to regtool to specifically allow for searching for end of night detrend data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20101203/ippTools/src/regtool.c

    r29982 r30014  
    13861386    PXOPT_COPY_F64(config->args,   where,  "-posang_min", "posang", ">=");
    13871387    PXOPT_COPY_F64(config->args,   where,  "-posang_max", "posang", "<");
    1388     PXOPT_COPY_STR(config->args,   where,  "-object", "object", "==");
     1388    PXOPT_COPY_STR(config->args,   where,  "-object", "object", "LIKE");
     1389    PXOPT_COPY_STR(config->args,   where,  "-obs_mode", "obs_mode", "LIKE");
     1390    PXOPT_COPY_STR(config->args,   where,  "-comment", "comment", "LIKE");
    13891391    PXOPT_COPY_F32(config->args,   where,  "-sun_angle_min", "sun_angle", ">=");
    13901392    PXOPT_COPY_F32(config->args,   where,  "-sun_angle_max", "sun_angle", "<");
Note: See TracChangeset for help on using the changeset viewer.