IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 1:35:30 PM (18 years ago)
Author:
bills
Message:

For -select_dateobs_end include exposures with that dateobs. That is '<' becomes '<='

File:
1 edited

Legend:

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

    r18093 r18099  
    1 /*
     1*
    22 * stacktool.c
    33 *
     
    107107    PXOPT_COPY_STR(config->args, whereRE, "-select_uri", "uri", "==");
    108108    PXOPT_COPY_TIME(config->args, whereRE, "-select_dateobs_begin", "dateobs", ">=");
    109     PXOPT_COPY_TIME(config->args, whereRE, "-select_dateobs_end", "dateobs", "<");
     109    PXOPT_COPY_TIME(config->args, whereRE, "-select_dateobs_end", "dateobs", "<=");
    110110    PXOPT_COPY_F32(config->args, whereRE, "-select_airmass_min", "airmass", ">=");
    111111    PXOPT_COPY_F32(config->args, whereRE, "-select_airmass_max", "airmass", "<=");
Note: See TracChangeset for help on using the changeset viewer.