IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2009, 3:04:26 PM (17 years ago)
Author:
Paul Price
Message:

Need more info out of difftool -diffskyfile, for publishing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/share/difftool_skyfile.sql

    r25073 r25193  
    1616    camProcessedInput.zpt_lq,
    1717    camProcessedInput.zpt_uq,
     18    camProcessedInput.sigma_ra,
     19    camProcessedInput.sigma_dec,
    1820    rawInput.exp_time,
    1921    rawInput.camera,
    2022    rawInput.exp_name AS exp_name_1,
     23    rawInput.exp_id AS exp_id_1,
     24    chipInput.chip_id AS chip_id_1,
     25    camInput.cam_id AS cam_id_1,
     26    fakeInput.fake_id AS fake_id_1,
    2127    rawTemplate.exp_name AS exp_name_2,
    22     rawInput.exp_id AS exp_id_1,
    23     rawTemplate.exp_id AS exp_id_2
     28    rawTemplate.exp_id AS exp_id_2,
     29    chipTemplate.chip_id AS chip_id_2,
     30    camTemplate.cam_id AS cam_id_2,
     31    fakeTemplate.fake_id AS fake_id_2,
    2432FROM diffRun
    2533JOIN diffSkyfile USING(diff_id)
Note: See TracChangeset for help on using the changeset viewer.