IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2009, 2:36:52 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap_mops into trunk. ppMops now merges multiple skycells, and these get published for MOPS as a single file per exposure. Tested and works.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ippTools/share/difftool_skyfile.sql

    r25073 r25256  
    1212    -- The following are only valid for warps
    1313    -- XXX This needs to be more clever to handle diffs between stacks
     14    -- Zero points are appropriate for both forward and backward diffs
    1415    camProcessedInput.zpt_obs,
    1516    camProcessedInput.zpt_stdev,
     
    1920    rawInput.camera,
    2021    rawInput.exp_name AS exp_name_1,
     22    rawInput.exp_id AS exp_id_1,
     23    chipInput.chip_id AS chip_id_1,
     24    camInput.cam_id AS cam_id_1,
     25    fakeInput.fake_id AS fake_id_1,
     26    camProcessedInput.sigma_ra AS sigma_ra_1,
     27    camProcessedInput.sigma_dec AS sigma_dec_1,
    2128    rawTemplate.exp_name AS exp_name_2,
    22     rawInput.exp_id AS exp_id_1,
    23     rawTemplate.exp_id AS exp_id_2
     29    rawTemplate.exp_id AS exp_id_2,
     30    chipTemplate.chip_id AS chip_id_2,
     31    camTemplate.cam_id AS cam_id_2,
     32    fakeTemplate.fake_id AS fake_id_2,
     33    camProcessedTemplate.sigma_ra AS sigma_ra_2,
     34    camProcessedTemplate.sigma_dec AS sigma_dec_2
    2435FROM diffRun
    2536JOIN diffSkyfile USING(diff_id)
     
    4354LEFT JOIN camRun AS camTemplate
    4455    ON camTemplate.cam_id = fakeTemplate.cam_id
     56LEFT JOIN camProcessedExp AS camProcessedTemplate
     57    ON camProcessedTemplate.cam_id = camTemplate.cam_id
    4558LEFT JOIN chipRun AS chipTemplate
    4659    ON chipTemplate.chip_id = camTemplate.chip_id
Note: See TracChangeset for help on using the changeset viewer.