IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25201


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

Need more values out for publishing.

File:
1 edited

Legend:

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

    r25193 r25201  
    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,
    1617    camProcessedInput.zpt_lq,
    1718    camProcessedInput.zpt_uq,
    18     camProcessedInput.sigma_ra,
    19     camProcessedInput.sigma_dec,
    2019    rawInput.exp_time,
    2120    rawInput.camera,
     
    2524    camInput.cam_id AS cam_id_1,
    2625    fakeInput.fake_id AS fake_id_1,
     26    camProcessedInput.sigma_ra_1,
     27    camProcessedInput.sigma_dec_1,
    2728    rawTemplate.exp_name AS exp_name_2,
    2829    rawTemplate.exp_id AS exp_id_2,
     
    3031    camTemplate.cam_id AS cam_id_2,
    3132    fakeTemplate.fake_id AS fake_id_2,
     33    camProcessedTemplate.sigma_ra_2,
     34    camProcessedTemplate.sigma_dec_2,
    3235FROM diffRun
    3336JOIN diffSkyfile USING(diff_id)
Note: See TracChangeset for help on using the changeset viewer.