IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2008, 5:09:39 PM (18 years ago)
Author:
Paul Price
Message:

DATE is wrong.

File:
1 edited

Legend:

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

    r16555 r16556  
    113113    PXOPT_COPY_STR(config->args, where, "-inst", "camera", "==");
    114114    PXOPT_COPY_STR(config->args, where, "-telescope", "telescope", "==");
    115     PXOPT_COPY_DATE(config->args, where, "-dateobs_begin", "dateobs", ">=");
    116     PXOPT_COPY_DATE(config->args, where, "-dateobs_end", "dateobs", "<=");
     115    PXOPT_COPY_TIME(config->args, where, "-dateobs_begin", "dateobs", ">=");
     116    PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<=");
    117117    PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "==");
    118118    PXOPT_COPY_STR(config->args, where, "-exp_type", "exp_type", "==");
Note: See TracChangeset for help on using the changeset viewer.