IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 37 and Version 38 of ippToPsps_Detections


Ignore:
Timestamp:
Jun 23, 2011, 9:59:57 AM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps_Detections

    v37 v38  
    2828|| frameID||unknown||INT||0||unique exposure/frame identifier.|| GPC1 database || SELECT exp_id FROM camRun JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) WHERE camRun.cam_id = cam_id ||
    2929|| frameName||unknown||VARCHAR(32)|| ||frame name provided by camera software|| GPC1 database || SELECT exp_name FROM camRun JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) WHERE camRun.cam_id = cam_id ||
    30 || surveyID||unknown||TINYINT||0||survey flag identifier|| || ||
     30|| surveyID||unknown||TINYINT||0||survey flag identifier|| GPC1 database || SELECT camRun.dist_group FROM camRun JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) WHERE camRun.cam_id = cam_id. The IPP dist_group is then used to get the surveyID from the PSPS 'Survey' table [browser:trunk/ippToPsps/config/init/tables.vot here]||
    3131|| filterID||unknown||TINYINT||0||filter identifier|| || ||
    3232|| cameraID||unknown||SMALLINT||0||camera identifier|| || ||