IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 14 and Version 15 of BillsPSPSToIPP


Ignore:
Timestamp:
Sep 23, 2015, 9:33:42 AM (11 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BillsPSPSToIPP

    v14 v15  
    4949}}}
    5050
    51 Detection to corresponding row in DVO
    52 -------------------------------------
     51== Detection to corresponding row in DVO ==
    5352
    5453mostly dvo queries to particular detections are by obsTime.
     
    154153Then given the exp_id, and skyCellID one can go to the IPP's gpc1
    155154database and find the fullForceResult. (Well, one would need to know
    156 the label or the skycal_id).
     155the label or the skycal_id). Th
    157156
    158157
    159158{{{
    160159    fftool -result -label SAS.20141118.ff8 -exp_id $frameID -tess_id $tessID -skycell_id $skyCellID
    161 
    162 }}}
    163 
     160}}}
     161
     162This result will also give the ff_id of the corresponding run.
     163
     164== ForcedWarpMeasurement to DVO
     165The entry in the dvo images table is the one where EXTERN_ID == the warp_skyfile_id of the corresponding warp. This can be found from
     166
     167{{{
     168warptool -warped -exp_id 356845 -skycell_id skycell.1315.036 -label SAS.20141118
     169}}}
     170
     171'''SUGGESTION''':  I have added warp_skyfile_id to the output of fftool -result so this step can be avoided.
     172
     173The steps to find data in the dvo files is similar to that for regular detections.
     174 1. Look for IMAGE_ID of entry in Images.dat with EXTERN_ID == warp_skyfile_id
     175 2. Use dvoRegionID to find the NAME of the corresponding DVO files in SkyTable.fits
     176 3. Find measurements with IMAGE_ID and DET_ID == ippDetectID
    164177
    165178== Stack Tables ==