IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ippTools/share/camtool_find_pendingimfile.sql

    r32851 r33638  
    22    camRun.cam_id,
    33    chipProcessedImfile.*,
    4     (IF(exp_time IS NOT NULL AND deteff_magref IS NOT NULL,
    5        (2.5 * LOG10(exp_time) + chipProcessedImfile.deteff_magref),  NULL))
     4    (IF(rawExp.exp_time IS NOT NULL AND deteff_magref IS NOT NULL,
     5       (2.5 * LOG10(rawExp.exp_time) + chipProcessedImfile.deteff_magref),
     6        NULL))
    67        AS deteff_inst,
    78    rawExp.exp_name,
     
    1718    USING(exp_id)
    1819JOIN rawImfile
    19     USING(exp_id, class_id, exp_time)
     20    USING(exp_id, class_id)
    2021LEFT JOIN camProcessedExp
    2122    USING(cam_id)
Note: See TracChangeset for help on using the changeset viewer.