Changes between Version 27 and Version 28 of ippToPsps
- Timestamp:
- Mar 8, 2010, 12:06:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v27 v28 83 83 84 84 || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || 85 || surveyID || TINYINT || survey flag identifier || || e.g. 3PI, M31, MD, STS - need common enum ||86 || filterID || TINYINT || filter identifier || || IPP uses string (g.00000). Need enum. ||87 || cameraID || SMALLINT || camera identifier || || set to 1? ||88 || cameraConfigID|| SMALLINT || camera configuration identifier || || set to 0? ||89 || telescopeID || SMALLINT || telescope identifier || || set to 1? ||90 85 || analysisVer || SMALLINT || version number of analysis || || pending || 91 86 || p1Recip || SMALLINT || IPP phase 1 recipe ID || || pending || 92 87 || p2Recip || SMALLINT || IPP phase 2 recipe ID || || pending || 93 88 || p3Recip || SMALLINT || IPP phase 3 recipe ID || || pending || 94 || astroScat || REAL || global astrometric scatter || || to be moved to per/chip ||95 89 || nAstRef || INT || number of astrometric reference sources || || have values per chip, but global? || 96 90 || nPhoRef || INT || number of photometric reference sources || || have values per chip, but global? || 97 || calibModNum|| SMALLINT || calibration modification number || || ||98 ||dataRelease||TINYBYTE||Data release|| || ||99 100 91 101 92 '''{{{ImageMeta}}}''' 102 93 103 94 || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || 104 || filterID || TINYINT || filter ID || || IPP uses string (g.00000). Need enum. ||105 95 || bias || REAL || detector bias level || || pending || 106 96 || biasScat || REAL || scatter in bias level || || pending|| … … 108 98 || nPhoRef || INT || number of photometric reference sources || -999 for now || || 109 99 || psfModelID || INT || PSF model identifier|| || pending || 110 || detectorID || SMALLINT || identifier for actual CCD chip || || IPP uses string (CCID58-1-02a2). Need enum.||111 100 || qaFlags || INT || Q/A flags || || Get from DVO... || 112 101 || detrend1 || BIGINT || identifier of detrend image 1 || || IPP uses strings, PSPS wants INTs || … … 119 108 || detrend8 || BIGINT || identifier of detrend image 8 || ||IPP uses strings, PSPS wants INTs || 120 109 || polyOrder || TINYINT || polynomial order of astrometry fit || smf.chip.NPLYTERM? || || 121 || calibModNum || SMALLINT || calibration modification number || || set to 0? || 122 ||dataRelease||TINYBYTE||Data release|| || || 110 123 111 124 112 … … 126 114 127 115 || '''PSPS field''' || '''PSPS type''' || '''PSPS Description''' || '''IPP source''' || '''Comments''' || 128 ||filterID|| TINYINT || filter ID: g=1, r=2, i=3, z=4, y=5, w=6, ... || || IPP uses string (g.00000). Need enum. || 129 ||surveyID|| TINYINT || survey flag identifier || || e.g. 3PI, M31, MD, STS - need common enum || 116 130 117 || psfLikelihood || REAL || PSF likelihood || ??? || || 131 118 || infoFlag|| INT || bitmask indicating provenance information || || || 132 119 || activeFlag|| TINYINT || indicates whether this detection/orphan is still a detection/orphan || || || 133 || historyModNum || SMALLINT || modification number in the O-D association history || || set to 0? || 134 ||dataRelease||TINYBYTE||Data release when this detection was originally taken. Recalibrations do not affect this value.|| || || 120 135 121 136 122 == Unresolved fields for diff stage ('objects') ==
