Changes between Version 23 and Version 24 of ippToPsps
- Timestamp:
- Feb 19, 2010, 9:37:53 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v23 v24 38 38 '''Input''' 39 39 40 Input is one {{smf}} file for a given exposure and an associated DVO database from which to retrieve object, and other, IDs.40 Input is one IPP camera-stage {{{smf}}} file for a given exposure and an associated DVO database from which to retrieve object, and other, IDs. 41 41 42 42 '''Output''' … … 101 101 || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || 102 102 || filterID || TINYINT || filter ID || || IPP uses string (g.00000). Need enum. || 103 || bias || REAL || detector bias level || || missing from smf || 104 || biasScat || REAL || scatter in bias level || || missing from smf|| 105 || photoScat || REAL || photometric scatter for chip || smf.phu.ZPT_OBS? || || 106 || nPhoRef || INT || number of photometric reference sources || smf.chip.NPSFSTAR? smf.chip.NSTARS? || || 107 || psfFwhm || REAL || PSF full width at half maximum || smf.chip.FWHM_MAJ? || || 108 || psfModelID || INT || PSF model identifier|| || missing from smf || 109 || psfExtra1 || REAL || PSF parameters || || missing from smf || 110 || psfExtra2 || REAL || PSF parameters || || missing from smf || 103 || bias || REAL || detector bias level || || pending || 104 || biasScat || REAL || scatter in bias level || || pending|| 105 || photoScat || REAL || photometric scatter for chip || -999 for now || || 106 || nPhoRef || INT || number of photometric reference sources || -999 for now || || 107 || psfModelID || INT || PSF model identifier|| || pending || 111 108 || detectorID || SMALLINT || identifier for actual CCD chip || || IPP uses string (CCID58-1-02a2). Need enum.|| 112 109 || qaFlags || INT || Q/A flags || || PSPS needs two flag fields || … … 119 116 || detrend7 || BIGINT || identifier of detrend image 7 || || IPP uses strings, PSPS wants INTs|| 120 117 || detrend8 || BIGINT || identifier of detrend image 8 || ||IPP uses strings, PSPS wants INTs || 121 || photoZero || REAL || local derived photometric zero point || || smf.phu.ZPT_OBS? ||122 118 || polyOrder || TINYINT || polynomial order of astrometry fit || smf.chip.NPLYTERM? || || 123 119 || calibModNum || SMALLINT || calibration modification number || || set to 0? ||
