Changes between Version 16 and Version 17 of ippReleaseManagement
- Timestamp:
- Aug 9, 2013, 10:19:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippReleaseManagement
v16 v17 179 179 * state - current status of the release. Several values have been identified 180 180 * active - results for the release are currently available to the community 181 * pending - release identified, construction may have begun, but the results not yet ready to be available 181 * pending - release identified, construction may have begun, but the results not yet ready to be available (not currently used) 182 182 * archive - the release contains the results of a previous processing of the data that has been superseded. 183 183 * drop - the results of the release have been abandoned and should be ignored … … 187 187 * ubercal_file - file name of fits table that provided the ubercal calibrations 188 188 189 Here is an example of how this system might work for the 3pi survey. Assume that we have finished the 190 current 2012 grand reprocessing and are ready to start the next one. 189 Here is an example of how this system is being used for the 3pi survey. 191 190 192 191 {{{ … … 202 201 }}} 203 202 204 There are 4releases shown here.203 There are 3 releases shown here. 205 204 206 205 The 3PI.nightly release is active. Data is being currently added to it by the IPP nightly science 207 206 processing. Since these data are not being ingested into PSPS the dataRelease column is -1. 208 207 209 3PI.PV1 refers to the 2012 3PI "grand reprocessing". This release is active. dataRelease == 1 210 208 3PI.PV1 refers to the 2012 3PI "grand reprocessing". This release is current. dataRelease == 1 211 209 212 210 3PI.PV2 is the next grand reprocessing dataRelease == 2. The state of this release is active. … … 277 275 * processed - The initial results of the camera stage for the exposure. 278 276 * poor_quality - The camRun failed to find a solution for the exposure. 279 * calibrated - The calibration information (zero point and astrometry)has been updated by a DVO calibration operation277 * calibrated - The calibration information has been updated by a DVO calibration operation 280 278 * psps - The information from the exposure has been added to the PSPS database corresponding to the release. 281 279 * drop - This relExp is to be dropped for some reason. 282 280 281 ==== calibration ==== 282 After an exposure is "calibrated" in DVO the data is extracted and certain columns are updated in the relExp table. 283 * state is changed to calibrated 284 * zpt_obs and zpt_stdev are updated 285 * flags is set to the value of the FLAGS column for the row in the DVO images table used for the calibrated data 286 * The only interesting value here is bit 0x200. If set the zero point came from the ubercal process 287 * mcal (zero point offset due to clouds" is set 288 * ubecal_dist - for non ubercal exposures the distance to the "nearest" ubercal exopsure. 289 290 The process used to update the calibration information for 3PI.PV1 is described [wiki:3pi.pv1.calibrationextraction here]. 283 291 284 292 == Released Stack ==
