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_raw.sql

    r25419 r27301  
    1414    magicRun.inverse,
    1515    camProcessedExp.path_base as cam_path_base,
     16    camRun.reduction AS cam_reduction,
    1617    outroot,
    1718    recoveryroot,
     
    2122JOIN magicMask USING (magic_id)
    2223JOIN magicRun USING (magic_id)
     24JOIN camRun USING(cam_id)
    2325JOIN camProcessedExp USING(cam_id)
    2426JOIN rawImfile ON magicRun.exp_id = rawImfile.exp_id
Note: See TracChangeset for help on using the changeset viewer.