IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2010, 2:48:02 PM (16 years ago)
Author:
bills
Message:

in definebyquery allow selecting input and template based on individual comment strings. Add comments to output of -listrun. Leave old comment for now in case something depends on it.

File:
1 edited

Legend:

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

    r29135 r29172  
    2525    rawInput.exp_name AS exp_name_1,
    2626    rawInput.exp_id AS exp_id_1,
     27    rawInput.comment AS comment_1,
     28    rawInput.dateobs AS dateobs_1,
    2729    chipInput.chip_id AS chip_id_1,
    2830    camInput.cam_id AS cam_id_1,
     
    3234    rawTemplate.exp_name AS exp_name_2,
    3335    rawTemplate.exp_id AS exp_id_2,
     36    rawTemplate.comment AS comment_2,
     37    rawTemplate.dateobs AS dateobs_2,
    3438    chipTemplate.chip_id AS chip_id_2,
    3539    camTemplate.cam_id AS cam_id_2,
Note: See TracChangeset for help on using the changeset viewer.