IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31478 for trunk/ippTools/src


Ignore:
Timestamp:
May 6, 2011, 4:03:31 PM (15 years ago)
Author:
watersc1
Message:

fix laptool -exposures -exp_id constraint

File:
1 edited

Legend:

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

    r31435 r31478  
    560560  psMetadata *where = psMetadataAlloc();
    561561  PXOPT_COPY_S64(config->args, where, "-lap_id", "lap_id", "==");
    562   PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
     562  PXOPT_COPY_S64(config->args, where, "-exp_id", "lapExp.exp_id", "==");
    563563 
    564564  psString query = pxDataGet("laptool_exposures.sql");
Note: See TracChangeset for help on using the changeset viewer.