IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36040 for trunk/ippTools/share


Ignore:
Timestamp:
Aug 27, 2013, 1:44:43 PM (13 years ago)
Author:
bills
Message:

join back to find the #$!#$ camera

File:
1 edited

Legend:

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

    r36009 r36040  
    44       stackAssociation.filter,
    55       stackSummary.path_base,
    6        stackAssociation.data_group
     6       stackAssociation.data_group,
     7       rawExp.camera
    78FROM stackRun
    89    JOIN stackAssociationMap USING(stack_id)
    910    JOIN stackAssociation USING(sass_id, filter)
    1011    JOIN stackSummary using(sass_id, projection_cell)
    11 
    12 -- WHERE stackRun.label ='lap.threepi.20130717' and skycell_id like 'skycell.0635%' and filter = 'r.00000'\G
    13 -- WHERE stackRun.label ='lap.threepi.20130717' and projection_cell = 'skycell.0635' and filter = 'r.00000'\G
     12    JOIN stackInputSkyfile using(stack_id)
     13    JOIN warpRun USING(warp_id)
     14    JOIN fakeRun USING(fake_id)
     15    JOIN camRun USING(cam_id)
     16    JOIN chipRun USING(chip_id)
     17    JOIN rawExp USING(exp_id)
Note: See TracChangeset for help on using the changeset viewer.