IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of calib_info_in_pstamp


Ignore:
Timestamp:
Jul 31, 2013, 3:22:02 PM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • calib_info_in_pstamp

    v2 v3  
    1111It has been requested that the IPP postage stamp server include calibration information in the headers of the postage stamps. This project is in the process of being implemented. After DVO calibration the resulting information will be extracted and saved in the IPP metadata database (the mysql database named gpc1). The postage stamp server will include the data in the postage stamp FITS headers.
    1212
    13 The following table describes the associated keywords that will give the
     13The following table describes the associated keywords that provide the information.
     14
     15
     16{{{
     17keyword     type    Description
     18
     19ZPCALIB     F32     calibrated zero point extracted from DVO. Also saved in relExp.zpt_obs
     20ZPCALERR    F32     error in calibrated zero point. Zero for ubercal exposures. Also saved in relExp.zpt_obs
     21                   
     22DVOFLAGS    U32     photometry calibration flags extracted from dvo image flags. Includes flag indicating if ubercal
     23                    exposure.
     24UCALDIST    U32     Distance to ubercaled image XXX: 0 for ubercaled exposures. XXX: Describe more completedly.
     25UCALFILE    STR     basename of ubercal file (in lieu of ubercal version)
     26DVODB       STR     basename of DVO database used for calibration (where information was extracted)
     27
     28CATDIR      STR     basename of DVO catalog used for camRun (drop: PSREFCAT already contains this)
     29CATDATE     STR     timestamp relexp calibration mdc file was created
     30PS1REL      STR     ippRelease name (for example 3PI.PV1) for processing/calibration
     31                    XXX: drop '1' ? change PS1 to IPP ?
     32}}}
     33
     34All keywords are absent if exposure's relExp for given release is not "calibrated"
     35
     36Related keywords
     37{{{
     38ZPT_OBS     psastro zero point and error
     39ZPT_ERR
     40PSREFCAT    same as CATDIR
     41
     42}}}