IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2010, 3:53:40 PM (16 years ago)
Author:
Paul Price
Message:

Adding magictool -exposure to get camProcessedExp.path_base from magic_id.

File:
1 edited

Legend:

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

    r24213 r27982  
    22SELECT
    33    magicRun.magic_id,
     4    magicRun.exp_id,
    45    magicRun.inverse, -- Using the inverse subtraction?
    56    magicRun.diff_id,
     
    1011    magicInputs.warp_path_base, -- path_base for the template warp (if any)
    1112    magicInputs.stack_path_base, -- path_base for the template stack (if any)
    12     magicInputs.magic_path_base -- path_base for child nodes (if any)
     13    magicInputs.magic_path_base, -- path_base for child nodes (if any)
     14    magicInputs.cam_path_base -- path_base for the input camera
    1315FROM magicRun
    1416JOIN (
Note: See TracChangeset for help on using the changeset viewer.