| 161 | | |
| 162 | | }}} |
| 163 | | |
| | 160 | }}} |
| | 161 | |
| | 162 | This result will also give the ff_id of the corresponding run. |
| | 163 | |
| | 164 | == ForcedWarpMeasurement to DVO |
| | 165 | The 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 | {{{ |
| | 168 | warptool -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 | |
| | 173 | The 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 |