IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 16 and Version 17 of ippReleaseManagement


Ignore:
Timestamp:
Aug 9, 2013, 10:19:40 AM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippReleaseManagement

    v16 v17  
    179179 * state - current status of the release. Several values have been identified
    180180   * 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)
    182182   * archive - the release contains the results of a previous processing of the data that has been superseded.
    183183   * drop - the results of the release have been abandoned and should be ignored
     
    187187 * ubercal_file - file name of fits table that provided the ubercal calibrations
    188188
    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.
     189Here is an example of how this system is being used for the 3pi survey.
    191190
    192191{{{
     
    202201}}}
    203202
    204 There are 4 releases shown here.
     203There are 3 releases shown here.
    205204
    206205The 3PI.nightly release is active. Data is being currently added to it by the IPP nightly science
    207206processing. Since these data are not being ingested into PSPS the dataRelease column is -1.
    208207
    209 3PI.PV1 refers to the 2012 3PI "grand reprocessing". This release is active. dataRelease == 1
    210 
     2083PI.PV1 refers to the 2012 3PI "grand reprocessing". This release is current. dataRelease == 1
    211209
    2122103PI.PV2 is the next grand reprocessing dataRelease == 2. The state of this release is active.
     
    277275 * processed - The initial results of the camera stage for the exposure.
    278276 * 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 operation
     277 * calibrated - The calibration information has been updated by a DVO calibration operation
    280278 * psps - The information from the exposure has been added to the PSPS database corresponding to the release.
    281279 * drop - This relExp is to be dropped for some reason.
    282280
     281==== calibration ====
     282After 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
     290The process used to update the calibration information for 3PI.PV1 is described [wiki:3pi.pv1.calibrationextraction here].
    283291
    284292== Released Stack ==