IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2010, 12:39:45 PM (16 years ago)
Author:
Paul Price
Message:

Make destreaking care about whether we used dynamic masking (so that we need to care about the camera mask or only use the chip mask). This we get from the (current) recipe, which is not ideal, but better than simply looking whether the file exists (it may not be available over NFS or Nebulous). Though I have discussed these fixes with Bill, I have not yet tested the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magicdstool_todestreak_diff.sql

    r25419 r27301  
    66    magicDSRun.label,
    77    rawExp.camera,
    8     magicMask.uri as streaks_uri,
     8    magicMask.uri AS streaks_uri,
    99    CAST(NULL AS CHAR(255)) AS inv_streaks_uri,
    1010    stage,
    11     magicRun.diff_id as stage_id,
    12     diffSkyfile.skycell_id as component,
     11    magicRun.diff_id AS stage_id,
     12    diffSkyfile.skycell_id AS component,
    1313    CAST(NULL AS CHAR(255)) AS uri,
    1414    diffSkyfile.path_base,
    1515    magicRun.inverse,
    16     CAST(NULL AS CHAR(255)) as cam_path_base,
     16    CAST(NULL AS CHAR(255)) AS cam_path_base,
     17    CAST(NULL AS CHAR(255)) AS cam_reduction,
    1718    outroot,
    1819    recoveryroot,
Note: See TracChangeset for help on using the changeset viewer.