| | 179 | |
| | 180 | == Stack Detection to cmf == |
| | 181 | stackMetaID is the stack_id. To find the skycal cmf we can use releasetool |
| | 182 | |
| | 183 | {{{ |
| | 184 | releasetool -listrelstack -release_name SAS.39 -stack_id 3942203 | grep skycal_path_base | awk '{print $3 ".cmf"}' |
| | 185 | }}} |
| | 186 | SUGGESTION: It might be nice to add skycalID to StackMeta but since we need to look up the path_base that doesn't really avoid any work. |
| | 187 | |
| | 188 | == Stack Detection to DVO == |
| | 189 | The steps to be followed are similar to the steps for single frame detections. |
| | 190 | |
| | 191 | 1. Go to Images.dat to find the IMAGE_ID in the row where EXTERN_ID == stackMetaID |
| | 192 | 2. Go to SkyTable.fits to find the NAME of the catalog file with CAT_ID == dvoRegionID |
| | 193 | 3. Look for measurement(s) with IMAGE_ID and DET_ID = xippDetectID |