Changeset 28549
- Timestamp:
- Jun 29, 2010, 1:57:54 PM (16 years ago)
- Location:
- trunk/ippToPsps
- Files:
-
- 2 edited
-
config/detection/tables.xml (modified) (2 diffs)
-
src/ippToPspsDetEnums.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/detection/tables.xml
r28050 r28549 79 79 <column name="momentWidMajor" type="TFLOAT" default="-999" comment=" average PSF parameters from moments (unit = arcsec)"></column> 80 80 <column name="momentWidMinor" type="TFLOAT" default="-999" comment=" average PSF parameters from moments (unit = arcsec)"></column> 81 <column name="momentTheta" type="TFLOAT" default="-999" comment=" average PSF parametets from moments (unit = deg)"></column>82 81 <column name="apResid" type="TFLOAT" default="-999" comment="corrected aperture residual"></column> 83 82 <column name="dapResid" type="TFLOAT" default="-999" comment="scatter of aperture corrections"></column> 84 <column name="detectorID" type="TS HORT" default="-999" comment="identifier for actual CCD chip"></column>83 <column name="detectorID" type="TSTRING" default=" " comment="identifier for actual CCD chip"></column> 85 84 <column name="qaFlags" type="TLONGLONG" default="-999" comment="Q/A flags for this OTA"></column> 86 85 <column name="detrend1" type="TSTRING" default=" " comment="identifier of detrend image 1"></column> … … 144 143 <column name="psfLikelihood" type="TFLOAT" default="-999" comment="PSF likelihood"></column> 145 144 <column name="psfCf" type="TFLOAT" default="-999" comment="PSF coverage factor"></column> 146 <column name="moment WidMajor" type="TFLOAT" default="-999" comment=" PSF width in major axis from moments(unit = arcsec)"></column>147 <column name="moment WidMinor" type="TFLOAT" default="-999" comment=" PSF width in minot axis from moments(unit = arcsec)"></column>148 <column name="moment Theta" type="TFLOAT" default="-999" comment=" PSF orientation angle from moments (unit = deg)"></column>145 <column name="momentXX" type="TFLOAT" default="-999" comment=" moment XX (unit = arcsec)"></column> 146 <column name="momentXY" type="TFLOAT" default="-999" comment=" moment XY (unit = arcsec)"></column> 147 <column name="momentYY" type="TFLOAT" default="-999" comment=" momeny YY (unit = arcsec)"></column> 149 148 <column name="crLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is a cosmic ray"></column> 150 149 <column name="extendedLikelihood" type="TFLOAT" default="-999" comment="Likelihood the source is extended"></column> -
trunk/ippToPsps/src/ippToPspsDetEnums.h
r28024 r28549 81 81 IMAGEMETA_MOMENTWIDMAJOR = 25, 82 82 IMAGEMETA_MOMENTWIDMINOR = 26, 83 IMAGEMETA_MOMENTTHETA = 27, 84 IMAGEMETA_APRESID = 28, 85 IMAGEMETA_DAPRESID = 29, 86 IMAGEMETA_DETECTORID = 30, 87 IMAGEMETA_QAFLAGS = 31, 88 IMAGEMETA_DETREND1 = 32, 89 IMAGEMETA_DETREND2 = 33, 90 IMAGEMETA_DETREND3 = 34, 91 IMAGEMETA_DETREND4 = 35, 92 IMAGEMETA_DETREND5 = 36, 93 IMAGEMETA_DETREND6 = 37, 94 IMAGEMETA_DETREND7 = 38, 95 IMAGEMETA_DETREND8 = 39, 96 IMAGEMETA_PHOTOZERO = 40, 97 IMAGEMETA_CTYPE1 = 41, 98 IMAGEMETA_CTYPE2 = 42, 99 IMAGEMETA_CRVAL1 = 43, 100 IMAGEMETA_CRVAL2 = 44, 101 IMAGEMETA_CRPIX1 = 45, 102 IMAGEMETA_CRPIX2 = 46, 103 IMAGEMETA_CDELT1 = 47, 104 IMAGEMETA_CDELT2 = 48, 105 IMAGEMETA_PC001001 = 49, 106 IMAGEMETA_PC001002 = 50, 107 IMAGEMETA_PC002001 = 51, 108 IMAGEMETA_PC002002 = 52, 109 IMAGEMETA_POLYORDER = 53, 110 IMAGEMETA_PCA1X3Y0 = 54, 111 IMAGEMETA_PCA1X2Y1 = 55, 112 IMAGEMETA_PCA1X1Y2 = 56, 113 IMAGEMETA_PCA1X0Y3 = 57, 114 IMAGEMETA_PCA1X2Y0 = 58, 115 IMAGEMETA_PCA1X1Y1 = 59, 116 IMAGEMETA_PCA1X0Y2 = 60, 117 IMAGEMETA_PCA2X3Y0 = 61, 118 IMAGEMETA_PCA2X2Y1 = 62, 119 IMAGEMETA_PCA2X1Y2 = 63, 120 IMAGEMETA_PCA2X0Y3 = 64, 121 IMAGEMETA_PCA2X2Y0 = 65, 122 IMAGEMETA_PCA2X1Y1 = 66, 123 IMAGEMETA_PCA2X0Y2 = 67, 124 IMAGEMETA_CALIBMODNUM = 68, 125 IMAGEMETA_DATARELEASE = 69, 83 IMAGEMETA_APRESID = 27, 84 IMAGEMETA_DAPRESID = 28, 85 IMAGEMETA_DETECTORID = 29, 86 IMAGEMETA_QAFLAGS = 30, 87 IMAGEMETA_DETREND1 = 31, 88 IMAGEMETA_DETREND2 = 32, 89 IMAGEMETA_DETREND3 = 33, 90 IMAGEMETA_DETREND4 = 34, 91 IMAGEMETA_DETREND5 = 35, 92 IMAGEMETA_DETREND6 = 36, 93 IMAGEMETA_DETREND7 = 37, 94 IMAGEMETA_DETREND8 = 38, 95 IMAGEMETA_PHOTOZERO = 39, 96 IMAGEMETA_CTYPE1 = 40, 97 IMAGEMETA_CTYPE2 = 41, 98 IMAGEMETA_CRVAL1 = 42, 99 IMAGEMETA_CRVAL2 = 43, 100 IMAGEMETA_CRPIX1 = 44, 101 IMAGEMETA_CRPIX2 = 45, 102 IMAGEMETA_CDELT1 = 46, 103 IMAGEMETA_CDELT2 = 47, 104 IMAGEMETA_PC001001 = 48, 105 IMAGEMETA_PC001002 = 49, 106 IMAGEMETA_PC002001 = 50, 107 IMAGEMETA_PC002002 = 51, 108 IMAGEMETA_POLYORDER = 52, 109 IMAGEMETA_PCA1X3Y0 = 53, 110 IMAGEMETA_PCA1X2Y1 = 54, 111 IMAGEMETA_PCA1X1Y2 = 55, 112 IMAGEMETA_PCA1X0Y3 = 56, 113 IMAGEMETA_PCA1X2Y0 = 57, 114 IMAGEMETA_PCA1X1Y1 = 58, 115 IMAGEMETA_PCA1X0Y2 = 59, 116 IMAGEMETA_PCA2X3Y0 = 60, 117 IMAGEMETA_PCA2X2Y1 = 61, 118 IMAGEMETA_PCA2X1Y2 = 62, 119 IMAGEMETA_PCA2X0Y3 = 63, 120 IMAGEMETA_PCA2X2Y0 = 64, 121 IMAGEMETA_PCA2X1Y1 = 65, 122 IMAGEMETA_PCA2X0Y2 = 66, 123 IMAGEMETA_CALIBMODNUM = 67, 124 IMAGEMETA_DATARELEASE = 68, 126 125 } ImageMeta; 127 126 … … 147 146 DETECTION_PSFLIKELIHOOD = 19, 148 147 DETECTION_PSFCF = 20, 149 DETECTION_MOMENT WIDMAJOR= 21,150 DETECTION_MOMENT WIDMINOR= 22,151 DETECTION_MOMENT THETA= 23,148 DETECTION_MOMENTXX = 21, 149 DETECTION_MOMENTXY = 22, 150 DETECTION_MOMENTYY = 23, 152 151 DETECTION_CRLIKELIHOOD = 24, 153 152 DETECTION_EXTENDEDLIKELIHOOD = 25,
Note:
See TracChangeset
for help on using the changeset viewer.
