IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2010, 2:45:13 PM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/ippTools/share/magicdstool_todestreak_camera.sql

    r27945 r29515  
    77    camera,
    88    magicMask.uri AS streaks_uri,
     9    magicMask.path_base AS streaks_path_base,
    910    CAST(NULL AS CHAR(255)) AS inv_streaks_uri,
     11    CAST(NULL AS CHAR(255)) AS inv_streaks_path_base,
    1012    stage,
    1113    stage_id,
     
    1921    recoveryroot,
    2022    re_place,
    21     remove
     23    remove,
     24    IFNULL(Label.priority, 10000) AS priority
    2225FROM magicDSRun
    2326JOIN magicMask USING (magic_id)
     
    2932LEFT JOIN magicDSFile
    3033    ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id
     34LEFT JOIN Label ON magicDSRun.label = Label.label
    3135WHERE
    3236    magicDSRun.state = 'new'
     
    3842    AND camProcessedExp.quality = 0
    3943    AND magicDSFile.component IS NULL
     44    AND (Label.active OR Label.active IS NULL)
Note: See TracChangeset for help on using the changeset viewer.