IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2015, 11:22:36 AM (11 years ago)
Author:
eugene
Message:

diffSkyfile does not have diff_skyfile_id or tess_id in the true gpc1 schema; remove from the test schema; fix query for getDiffStagePathBase to just join on diffSkyfile and diffInputSkyfile using diff_id, skycell_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/diffbatch.py

    r39134 r39165  
    141141
    142142           # look up the path base once
    143            pathBase = gpc1Db.getDiffStagePathBase(skychunk.dvoLabel, int(diffSkyFileID))
     143           pathBase = gpc1Db.getDiffStagePathBase(int(diffSkyFileID))
    144144
    145145           # select the two (possible) cmf files (.cmf and .inv.cmf)
Note: See TracChangeset for help on using the changeset viewer.