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/difftool_listrun.sql

    r27743 r29515  
    1212    diffRun.bothways,
    1313    warp1,
    14     stack1,
    1514    warp2,
    16     stack2,
    1715    -- The following are only valid for warps
    1816    -- XXX This needs to be more clever to handle diffs between stacks
     
    2725    rawInput.exp_name AS exp_name_1,
    2826    rawInput.exp_id AS exp_id_1,
     27    rawInput.comment AS comment_1,
     28    rawInput.dateobs AS dateobs_1,
    2929    chipInput.chip_id AS chip_id_1,
    3030    camInput.cam_id AS cam_id_1,
     
    3434    rawTemplate.exp_name AS exp_name_2,
    3535    rawTemplate.exp_id AS exp_id_2,
     36    rawTemplate.comment AS comment_2,
     37    rawTemplate.dateobs AS dateobs_2,
    3638    chipTemplate.chip_id AS chip_id_2,
    3739    camTemplate.cam_id AS cam_id_2,
Note: See TracChangeset for help on using the changeset viewer.