IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2010, 2:14:57 PM (16 years ago)
Author:
bills
Message:

Add lookups by mjd_obs to stacktool -sumskyfile add difftool -listssrun to list data from stack
stack diff runs. difftool -listrun paramters don't work well for diff_mode == 4

File:
1 edited

Legend:

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

    r29283 r29299  
    10961096    psMetadata *where = psMetadataAlloc();
    10971097    PXOPT_COPY_S64(config->args, where, "-stack_id", "stackSumSkyfile.stack_id", "==");
    1098     PXOPT_COPY_STR(config->args, where, "-tess_id", "stackRun.tess_id", "==");
     1098    PXOPT_COPY_STR(config->args, where, "-tess_id", "stackRun.tess_id", "LIKE");
    10991099    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "==");
    11001100    PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE");
     
    11021102    PXOPT_COPY_STR(config->args, where, "-data_group", "stackRun.data_group", "LIKE");
    11031103    PXOPT_COPY_S16(config->args, where, "-fault", "stackSumSkyfile.fault", "==");
     1104    PXOPT_COPY_F64(config->args, where, "-mjd_obs_begin", "stackSumSkyfile.mjd_obs", ">=");
     1105    PXOPT_COPY_F64(config->args, where, "-mjd_obs_end", "stackSumSkyfile.mjd_obs", "<=");
     1106
    11041107
    11051108//  The following three selectors are incompatible with the sql so omit them
Note: See TracChangeset for help on using the changeset viewer.