IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2009, 11:42:57 AM (17 years ago)
Author:
Paul Price
Message:

Fixing destreaking for no URI in diffSkyfile, and possibility of inverse subtractions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_magic/ippTools/share/magicdstool_todestreak.sql

    r23974 r24168  
    1313    rawImfile.uri as uri,
    1414    NULL as path_base,
     15    magicRun.inverse,
    1516    camProcessedExp.path_base as cam_path_base,
    1617    outroot,
     
    4445    chipProcessedImfile.uri,
    4546    chipProcessedImfile.path_base,
     47    magicRun.inverse,
    4648    camProcessedExp.path_base as cam_path_base,
    4749    outroot,
     
    7981    warpSkyfile.uri,
    8082    warpSkyfile.path_base,
     83    magicRun.inverse,
    8184    NULL as cam_path_base,
    8285    outroot,
     
    113116    magicRun.diff_id as stage_id,
    114117    diffSkyfile.skycell_id as component,
    115     diffSkyfile.uri,
     118    NULL AS uri,
    116119    diffSkyfile.path_base,
     120    magicRun.inverse,
    117121    NULL as cam_path_base,
    118122    outroot,
Note: See TracChangeset for help on using the changeset viewer.