IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31479


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

merge to pick up fixes for LAP code

Location:
tags/ipp-20110505/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110505/ippTools/src/laptool.c

    r31435 r31479  
    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");
  • tags/ipp-20110505/ippTools/src/stacktool.c

    r31445 r31479  
    508508          association->sass_id = sass_id;
    509509        }
     510        else {
     511          sass_id = association->sass_id;
     512        }
    510513        // Insert the map entry for this row.
    511514        stackAssociationMapRow *maprow = stackAssociationMapRowAlloc(sass_id,stack_id);
Note: See TracChangeset for help on using the changeset viewer.