public software.sextractor

[/] [branches/] [multi/] [src/] [param.h] - Blame information for rev 267

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 bertin
/*
2 233 bertin
*                               param.h
3 2 bertin
*
4 233 bertin
* List of regular measurement parameters.
5 2 bertin
*
6 233 bertin
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7 2 bertin
*
8 233 bertin
*       This file part of:      SExtractor
9 2 bertin
*
10 245 bertin
*       Copyright:              (C) 1993-2011 Emmanuel Bertin -- IAP/CNRS/UPMC
11 2 bertin
*
12 233 bertin
*       License:                GNU General Public License
13
*
14
*       SExtractor is free software: you can redistribute it and/or modify
15
*       it under the terms of the GNU General Public License as published by
16
*       the Free Software Foundation, either version 3 of the License, or
17
*       (at your option) any later version.
18
*       SExtractor is distributed in the hope that it will be useful,
19
*       but WITHOUT ANY WARRANTY; without even the implied warranty of
20
*       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
*       GNU General Public License for more details.
22
*       You should have received a copy of the GNU General Public License
23
*       along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
24
*
25 267 bertin
*       Last modified:          06/10/2011
26 233 bertin
*
27
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
28 2 bertin
 
29 251 bertin
objstruct       flagobj;
30
obj2struct      flagobj2;
31 2 bertin
 
32
/*--------------------------------- initialization --------------------------*/
33
keystruct       objkey[] = {
34
  {"NUMBER", "Running object number",
35 260 bertin
        &flagobj2.number, H_INT, T_LONG, "%10d", "",
36 11 bertin
        "meta.record", ""},
37 2 bertin
  {"EXT_NUMBER", "FITS extension number",
38 251 bertin
        &flagobj2.ext_number, H_INT, T_SHORT, "%3d", "",
39 11 bertin
        "meta.id;meta.dataset", ""},
40 2 bertin
  {"FLUX_ISO", "Isophotal flux",
41 251 bertin
        &flagobj2.flux_iso, H_FLOAT, T_FLOAT, "%12.7g", "count",
42 11 bertin
        "phot.flux", "ct"},
43 2 bertin
  {"FLUXERR_ISO", "RMS error for isophotal flux",
44 251 bertin
        &flagobj2.fluxerr_iso, H_FLOAT, T_FLOAT, "%12.7g", "count",
45 11 bertin
        "stat.stdev;phot.flux", "ct"},
46 2 bertin
  {"MAG_ISO", "Isophotal magnitude",
47 251 bertin
        &flagobj2.mag_iso, H_FLOAT, T_FLOAT, "%8.4f", "mag",
48 11 bertin
        "phot.mag", "mag"},
49 2 bertin
  {"MAGERR_ISO", "RMS error for isophotal magnitude",
50 251 bertin
        &flagobj2.magerr_iso, H_FLOAT, T_FLOAT, "%8.4f", "mag",
51 11 bertin
        "stat.stdev;phot.mag", "mag"},
52 2 bertin
 
53
  {"FLUX_ISOCOR", "Corrected isophotal flux",
54 251 bertin
        &flagobj2.flux_isocor, H_FLOAT, T_FLOAT, "%12.7g", "count",
55 11 bertin
        "phot.flux", "ct"},
56 2 bertin
  {"FLUXERR_ISOCOR", "RMS error for corrected isophotal flux",
57 251 bertin
        &flagobj2.fluxerr_isocor, H_FLOAT, T_FLOAT, "%12.7g", "count",
58 11 bertin
        "stat.stdev;phot.flux", "ct"},
59 2 bertin
  {"MAG_ISOCOR", "Corrected isophotal magnitude",
60 251 bertin
        &flagobj2.mag_isocor, H_FLOAT, T_FLOAT, "%8.4f", "mag",
61 11 bertin
        "phot.mag", "mag"},
62 2 bertin
  {"MAGERR_ISOCOR", "RMS error for corrected isophotal magnitude",
63 251 bertin
        &flagobj2.magerr_isocor, H_FLOAT, T_FLOAT, "%8.4f", "mag",
64 11 bertin
        "stat.stdev;phot.mag", "mag"},
65 2 bertin
  {"FLUX_APER", "Flux vector within fixed circular aperture(s)",
66 251 bertin
        &flagobj2.flux_aper, H_FLOAT, T_FLOAT, "%12.7g", "count",
67 11 bertin
        "phot.flux", "ct", 1, &prefs.flux_apersize},
68 2 bertin
  {"FLUXERR_APER", "RMS error vector for aperture flux(es)",
69 251 bertin
        &flagobj2.fluxerr_aper, H_FLOAT, T_FLOAT, "%12.7g", "count",
70 11 bertin
        "stat.stdev;phot.flux", "ct", 1, &prefs.fluxerr_apersize},
71 2 bertin
  {"MAG_APER", "Fixed aperture magnitude vector",
72 251 bertin
        &flagobj2.mag_aper, H_FLOAT, T_FLOAT, "%8.4f", "mag",
73 11 bertin
        "phot.mag", "mag", 1, &prefs.mag_apersize},
74 2 bertin
  {"MAGERR_APER", "RMS error vector for fixed aperture mag.",
75 251 bertin
        &flagobj2.magerr_aper, H_FLOAT, T_FLOAT, "%8.4f", "mag",
76 11 bertin
        "stat.stdev;phot.mag", "mag", 1, &prefs.magerr_apersize},
77 2 bertin
 
78
  {"FLUX_AUTO", "Flux within a Kron-like elliptical aperture",
79 251 bertin
        &flagobj2.flux_auto, H_FLOAT, T_FLOAT, "%12.7g", "count",
80 11 bertin
        "phot.flux;meta.main", "ct"},
81 2 bertin
  {"FLUXERR_AUTO", "RMS error for AUTO flux",
82 251 bertin
        &flagobj2.fluxerr_auto, H_FLOAT, T_FLOAT, "%12.7g", "count",
83 11 bertin
        "stat.stdev;phot.flux;meta.main", "ct"},
84 2 bertin
  {"MAG_AUTO", "Kron-like elliptical aperture magnitude",
85 251 bertin
        &flagobj2.mag_auto, H_FLOAT, T_FLOAT, "%8.4f", "mag",
86 11 bertin
        "phot.mag;meta.main", "mag"},
87 2 bertin
  {"MAGERR_AUTO", "RMS error for AUTO magnitude",
88 251 bertin
        &flagobj2.magerr_auto, H_FLOAT, T_FLOAT, "%8.4f", "mag",
89 11 bertin
        "stat.stdev;phot.mag;meta.main", "mag"},
90 2 bertin
 
91
  {"FLUX_PETRO", "Flux within a Petrosian-like elliptical aperture",
92 251 bertin
        &flagobj2.flux_petro, H_FLOAT, T_FLOAT, "%12.7g", "count",
93 11 bertin
        "phot.flux", "ct"},
94 2 bertin
  {"FLUXERR_PETRO", "RMS error for PETROsian flux",
95 251 bertin
        &flagobj2.fluxerr_petro, H_FLOAT, T_FLOAT, "%12.7g", "count",
96 11 bertin
        "stat.stdev;phot.flux", "ct"},
97 2 bertin
  {"MAG_PETRO", "Petrosian-like elliptical aperture magnitude",
98 251 bertin
        &flagobj2.mag_petro, H_FLOAT, T_FLOAT, "%8.4f", "mag",
99 11 bertin
        "phot.mag", "mag"},
100 2 bertin
  {"MAGERR_PETRO", "RMS error for PETROsian magnitude",
101 251 bertin
        &flagobj2.magerr_petro, H_FLOAT, T_FLOAT, "%8.4f", "mag",
102 11 bertin
        "stat.stdev;phot.mag", "mag"},
103 2 bertin
 
104
  {"FLUX_BEST", "Best of FLUX_AUTO and FLUX_ISOCOR",
105 251 bertin
        &flagobj2.flux_best, H_FLOAT, T_FLOAT, "%12.7g", "count",
106 11 bertin
        "phot.flux", "ct"},
107 2 bertin
  {"FLUXERR_BEST", "RMS error for BEST flux",
108 251 bertin
        &flagobj2.fluxerr_best, H_FLOAT, T_FLOAT, "%12.7g", "count",
109 11 bertin
        "stat.stdev;phot.flux", "ct"},
110 2 bertin
  {"MAG_BEST", "Best of MAG_AUTO and MAG_ISOCOR",
111 251 bertin
        &flagobj2.mag_best, H_FLOAT, T_FLOAT, "%8.4f", "mag",
112 11 bertin
        "phot.mag", "mag"},
113 2 bertin
  {"MAGERR_BEST", "RMS error for MAG_BEST",
114 251 bertin
        &flagobj2.magerr_best, H_FLOAT, T_FLOAT, "%8.4f", "mag",
115 11 bertin
        "stat.stdev;phot.mag", "mag"},
116 2 bertin
 
117
  {"FLUX_WIN", "Gaussian-weighted flux",
118 251 bertin
        &flagobj2.flux_win, H_FLOAT, T_FLOAT, "%12.7g", "count",
119 11 bertin
        "phot.flux", "ct"},
120 2 bertin
  {"FLUXERR_WIN", "RMS error for WIN flux",
121 251 bertin
        &flagobj2.fluxerr_win, H_FLOAT, T_FLOAT, "%12.7g", "count",
122 11 bertin
        "stat.stdev;phot.flux", "ct"},
123 2 bertin
  {"MAG_WIN", "Gaussian-weighted magnitude",
124 251 bertin
        &flagobj2.mag_win, H_FLOAT, T_FLOAT, "%8.4f", "mag",
125 11 bertin
        "phot.mag", "mag"},
126 2 bertin
  {"MAGERR_WIN", "RMS error for MAG_WIN",
127 251 bertin
        &flagobj2.magerr_win, H_FLOAT, T_FLOAT, "%8.4f", "mag",
128 11 bertin
        "stat.stdev;phot.mag", "mag"},
129 245 bertin
  {"SNR_WIN", "Gaussian-weighted SNR",
130 251 bertin
        &flagobj2.snr_win, H_FLOAT, T_FLOAT, "%10.4g", "",
131 245 bertin
        "stat.snr", ""},
132 2 bertin
 
133
  {"FLUX_SOMFIT", "Flux derived from SOM fit",
134 251 bertin
        &flagobj2.flux_somfit, H_FLOAT, T_FLOAT, "%12.7g", "count",
135 11 bertin
        "phot.flux", "ct"},
136 2 bertin
  {"FLUXERR_SOMFIT", "RMS error for SOMFIT flux",
137 251 bertin
        &flagobj2.fluxerr_somfit, H_FLOAT, T_FLOAT, "%12.7g", "count",
138 11 bertin
        "stat.stdev;phot.flux", "ct"},
139 2 bertin
  {"MAG_SOMFIT", "Magnitude derived from SOM fit",
140 251 bertin
        &flagobj2.mag_somfit, H_FLOAT, T_FLOAT, "%8.4f", "mag",
141 11 bertin
        "phot.mag", "mag"},
142 2 bertin
  {"MAGERR_SOMFIT", "Magnitude error derived from SOM fit",
143 251 bertin
        &flagobj2.magerr_somfit, H_FLOAT, T_FLOAT, "%8.4f", "mag",
144 11 bertin
        "stat.stdev;phot.mag", "mag"},
145 2 bertin
  {"ERROR_SOMFIT", "Reduced Chi-square error of the SOM fit",
146 251 bertin
        &flagobj2.stderr_somfit, H_FLOAT, T_FLOAT, "%10.4g", "",
147 11 bertin
        "stat.fit.chi2", ""},
148 2 bertin
  {"VECTOR_SOMFIT", "Position vector of the winning SOM node",
149 251 bertin
        &flagobj2.vector_somfit, H_FLOAT, T_FLOAT, "%5.2f", "",
150 11 bertin
        "src.morph.param", "", 1, &prefs.somfit_vectorsize},
151 2 bertin
 
152
  {"KRON_RADIUS", "Kron apertures in units of A or B",
153 251 bertin
        &flagobj2.kronfactor, H_FLOAT, T_FLOAT, "%5.2f", "",
154 11 bertin
        "arith.factor;arith.ratio", ""},
155 2 bertin
  {"PETRO_RADIUS", "Petrosian apertures in units of A or B",
156 251 bertin
        &flagobj2.petrofactor, H_FLOAT, T_FLOAT, "%5.2f", "",
157 11 bertin
        "arith.factor;arith.ratio", ""},
158 2 bertin
  {"BACKGROUND", "Background at centroid position",
159 251 bertin
        &flagobj.bkg, H_FLOAT, T_FLOAT, "%12.7g", "count",
160 11 bertin
        "instr.skyLevel", "ct"},
161 2 bertin
  {"THRESHOLD", "Detection threshold above background",
162 251 bertin
        &flagobj.dthresh, H_FLOAT, T_FLOAT, "%12.7g", "count",
163 11 bertin
        "instr.sensitivity;phot.flux.sb", "ct"},
164 2 bertin
  {"FLUX_MAX", "Peak flux above background",
165 251 bertin
        &flagobj.peak, H_FLOAT, T_FLOAT, "%12.7g", "count",
166 11 bertin
        "phot.flux.sb;stat.max", "ct"},
167 2 bertin
  {"ISOAREA_IMAGE", "Isophotal area above Analysis threshold",
168 251 bertin
        &flagobj.npix, H_INT, T_LONG, "%9d", "pixel**2",
169 13 bertin
        "phys.area", "pix2"},
170 2 bertin
  {"ISOAREAF_IMAGE", "Isophotal area (filtered) above Detection threshold",
171 251 bertin
        &flagobj.fdnpix, H_INT, T_LONG, "%9d", "pixel**2",
172 13 bertin
        "phys.area", "pix2"},
173 2 bertin
 
174
  {"XMIN_IMAGE", "Minimum x-coordinate among detected pixels",
175 251 bertin
        &flagobj.xmin, H_INT, T_LONG, "%10d", "pixel",
176 11 bertin
        "pos.cartesian.x;stat.min", "pix"},
177 2 bertin
  {"YMIN_IMAGE", "Minimum y-coordinate among detected pixels",
178 251 bertin
        &flagobj.ymin, H_INT, T_LONG, "%10d", "pixel",
179 11 bertin
        "pos.cartesian.y;stat.min", "pix"},
180 2 bertin
  {"XMAX_IMAGE", "Maximum x-coordinate among detected pixels",
181 251 bertin
        &flagobj.xmax, H_INT, T_LONG, "%10d", "pixel",
182 11 bertin
        "pos.cartesian.x;stat.max", "pix"},
183 2 bertin
  {"YMAX_IMAGE", "Maximum y-coordinate among detected pixels",
184 251 bertin
        &flagobj.ymax, H_INT, T_LONG, "%10d", "pixel",
185 11 bertin
        "pos.cartesian.y;stat.max", "pix"},
186 2 bertin
 
187
  {"XPEAK_IMAGE", "x-coordinate of the brightest pixel",
188 251 bertin
        &flagobj.peakx, H_INT, T_LONG, "%10d", "pixel",
189 11 bertin
        "pos.cartesian.x", "pix"},
190 2 bertin
  {"YPEAK_IMAGE", "y-coordinate of the brightest pixel",
191 251 bertin
        &flagobj.peaky, H_INT, T_LONG, "%10d", "pixel",
192 11 bertin
        "pos.cartesian.y", "pix"},
193 199 bertin
  {"XPEAK_FOCAL", "Focal-plane x coordinate of the brightest pixel",
194 251 bertin
        &flagobj2.peakxf, H_FLOAT, T_DOUBLE, "%18.10e", "",
195 199 bertin
        "pos.cartesian.x", ""},
196
  {"YPEAK_FOCAL", "Focal-plane y coordinate of the brightest pixel",
197 251 bertin
        &flagobj2.peakyf, H_FLOAT, T_DOUBLE, "%18.10e", "",
198 199 bertin
        "pos.cartesian.y", ""},
199 2 bertin
  {"XPEAK_WORLD", "World-x coordinate of the brightest pixel",
200 251 bertin
        &flagobj2.peakxw, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
201 11 bertin
        "pos.eq.ra", "deg"},
202 2 bertin
  {"YPEAK_WORLD", "World-y coordinate of the brightest pixel",
203 251 bertin
        &flagobj2.peakyw, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
204 11 bertin
        "pos.eq.dec", "deg"},
205 2 bertin
 
206
  {"ALPHAPEAK_SKY", "Right ascension of brightest pix (native)",
207 251 bertin
        &flagobj2.peakalphas, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
208 11 bertin
        "pos.eq.ra", "deg"},
209 2 bertin
  {"DELTAPEAK_SKY", "Declination of brightest pix (native)",
210 251 bertin
        &flagobj2.peakdeltas, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
211 11 bertin
        "pos.eq.dec", "deg"},
212 2 bertin
 
213
  {"ALPHAPEAK_J2000", "Right ascension of brightest pix (J2000)",
214 251 bertin
        &flagobj2.peakalpha2000, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
215 11 bertin
        "pos.eq.ra", "deg"},
216 2 bertin
  {"DELTAPEAK_J2000", "Declination of brightest pix (J2000)",
217 251 bertin
        &flagobj2.peakdelta2000, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
218 11 bertin
        "pos.eq.dec", "deg"},
219 2 bertin
 
220
  {"ALPHAPEAK_B1950", "Right ascension of brightest pix (B1950)",
221 251 bertin
        &flagobj2.peakalpha1950, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
222 11 bertin
        "pos.eq.ra", "deg"},
223 2 bertin
  {"DELTAPEAK_B1950", "Declination of brightest pix (B1950)",
224 251 bertin
        &flagobj2.peakdelta1950, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
225 11 bertin
        "pos.eq.dec", "deg"},
226 2 bertin
 
227
  {"X_IMAGE", "Object position along x",
228 251 bertin
        &flagobj2.sposx, H_FLOAT, T_FLOAT, "%11.4f", "pixel",
229 11 bertin
        "pos.cartesian.x;pos.barycenter;instr.det;meta.main", "pix"},
230 2 bertin
  {"Y_IMAGE", "Object position along y",
231 251 bertin
        &flagobj2.sposy, H_FLOAT, T_FLOAT, "%11.4f", "pixel",
232 11 bertin
        "pos.cartesian.y;pos.barycenter;instr.det;meta.main", "pix"},
233 2 bertin
  {"X_IMAGE_DBL", "Object position along x (double precision)",
234 251 bertin
        &flagobj2.posx, H_FLOAT, T_DOUBLE, "%11.4f", "pixel",
235 11 bertin
        "pos.cartesian.x;pos.barycenter;instr.det", "pix"},
236 2 bertin
  {"Y_IMAGE_DBL", "Object position along y (double precision)",
237 251 bertin
        &flagobj2.posy, H_FLOAT, T_DOUBLE, "%11.4f", "pixel",
238 11 bertin
        "pos.cartesian.x;pos.barycenter;instr.det", "pix"},
239 199 bertin
  {"X_FOCAL", "Barycenter position along focal-plane x axis",
240 251 bertin
        &flagobj2.mxf, H_FLOAT, T_DOUBLE, "%18.10e", "",
241 199 bertin
        "pos.cartesian.x", ""},
242
  {"Y_FOCAL", "Barycenter position along focal-plane y axis",
243 251 bertin
        &flagobj2.myf, H_FLOAT, T_DOUBLE, "%18.10e", "",
244 199 bertin
        "pos.cartesian.y", ""},
245 2 bertin
  {"X_WORLD", "Barycenter position along world x axis",
246 251 bertin
        &flagobj2.mxw, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
247 11 bertin
        "pos.eq.ra", "deg"},
248 2 bertin
  {"Y_WORLD", "Barycenter position along world y axis",
249 251 bertin
        &flagobj2.myw, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
250 11 bertin
        "pos.eq.dec", "deg"},
251 2 bertin
  {"X_MAMA", "Barycenter position along MAMA x axis",
252 251 bertin
        &flagobj2.mamaposx, H_FLOAT, T_DOUBLE, "%8.1f", "m**(-6)",
253 11 bertin
        "pos.cartesian.x;instr.det;pos.barycenter", "um"},
254 2 bertin
  {"Y_MAMA", "Barycenter position along MAMA y axis",
255 251 bertin
        &flagobj2.mamaposy, H_FLOAT, T_DOUBLE, "%8.1f", "m**(-6)",
256 11 bertin
        "pos.cartesian.y;instr.det;pos.barycenter", "um"},
257 2 bertin
 
258
  {"ALPHA_SKY", "Right ascension of barycenter (native)",
259 251 bertin
        &flagobj2.alphas, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
260 11 bertin
        "pos.eq.ra;pos.barycenter", "deg"},
261 2 bertin
  {"DELTA_SKY", "Declination of barycenter (native)",
262 251 bertin
        &flagobj2.deltas, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
263 11 bertin
        "pos.eq.dec;pos.barycenter", "deg"},
264 2 bertin
 
265
  {"ALPHA_J2000", "Right ascension of barycenter (J2000)",
266 251 bertin
        &flagobj2.alpha2000, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
267 11 bertin
        "pos.eq.ra;pos.barycenter;meta.main", "deg"},
268 2 bertin
  {"DELTA_J2000", "Declination of barycenter (J2000)",
269 251 bertin
        &flagobj2.delta2000, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
270 11 bertin
        "pos.eq.dec;pos.barycenter;meta.main", "deg"},
271 2 bertin
 
272
  {"ALPHA_B1950", "Right ascension of barycenter (B1950)",
273 251 bertin
        &flagobj2.alpha1950, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
274 11 bertin
        "pos.eq.ra;pos.barycenter", "deg"},
275 2 bertin
  {"DELTA_B1950", "Declination of barycenter (B1950)",
276 251 bertin
        &flagobj2.delta1950, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
277 11 bertin
        "pos.eq.dec;pos.barycenter", "deg"},
278 2 bertin
 
279
  {"X2_IMAGE", "Variance along x",
280 251 bertin
        &flagobj.mx2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
281 11 bertin
        "src.impactParam;instr.det", "pix2"},
282 2 bertin
  {"Y2_IMAGE", "Variance along y",
283 251 bertin
        &flagobj.my2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
284 11 bertin
        "src.impactParam;instr.det", "pix2"},
285 2 bertin
  {"XY_IMAGE", "Covariance between x and y",
286 251 bertin
        &flagobj.mxy, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
287 11 bertin
        "src.impactParam;instr.det", "pix2"},
288 2 bertin
  {"X2_WORLD", "Variance along X-WORLD (alpha)",
289 251 bertin
        &flagobj2.mx2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
290 11 bertin
        "src.impactParam", "deg2"},
291 2 bertin
  {"Y2_WORLD", "Variance along Y-WORLD (delta)",
292 251 bertin
        &flagobj2.my2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
293 11 bertin
        "src.impactParam", "deg2"},
294 2 bertin
  {"XY_WORLD", "Covariance between X-WORLD and Y-WORLD",
295 251 bertin
        &flagobj2.mxyw, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
296 11 bertin
        "src.impactParam", "deg2"},
297 2 bertin
 
298
  {"CXX_IMAGE", "Cxx object ellipse parameter",
299 251 bertin
        &flagobj.cxx, H_EXPO, T_FLOAT, "%15.7e", "pixel**(-2)",
300 11 bertin
        "src.impactParam;instr.det", "pix-2"},
301 2 bertin
  {"CYY_IMAGE", "Cyy object ellipse parameter",
302 251 bertin
        &flagobj.cyy, H_EXPO, T_FLOAT, "%15.7e", "pixel**(-2)",
303 11 bertin
        "src.impactParam;instr.det", "pix-2"},
304 2 bertin
  {"CXY_IMAGE", "Cxy object ellipse parameter",
305 251 bertin
        &flagobj.cxy, H_EXPO, T_FLOAT, "%15.7e", "pixel**(-2)",
306 11 bertin
        "src.impactParam;instr.det", "pix-2"},
307 2 bertin
  {"CXX_WORLD", "Cxx object ellipse parameter (WORLD units)",
308 251 bertin
        &flagobj2.cxxw, H_EXPO, T_FLOAT, "%15.7e", "deg**(-2)",
309 11 bertin
        "src.impactParam", "deg-2"},
310 2 bertin
  {"CYY_WORLD", "Cyy object ellipse parameter (WORLD units)",
311 251 bertin
        &flagobj2.cyyw, H_EXPO, T_FLOAT, "%15.7e", "deg**(-2)",
312 11 bertin
        "src.impactParam", "deg-2"},
313 2 bertin
  {"CXY_WORLD", "Cxy object ellipse parameter (WORLD units)",
314 251 bertin
        &flagobj2.cxyw, H_EXPO, T_FLOAT, "%15.7e", "deg**(-2)",
315 11 bertin
        "src.impactParam", "deg-2"},
316 2 bertin
 
317
  {"A_IMAGE", "Profile RMS along major axis",
318 251 bertin
        &flagobj.a, H_FLOAT, T_FLOAT, "%9.3f", "pixel",
319 11 bertin
        "phys.size.smajAxis;instr.det;meta.main", "pix"},
320 2 bertin
  {"B_IMAGE", "Profile RMS along minor axis",
321 251 bertin
        &flagobj.b, H_FLOAT, T_FLOAT, "%9.3f", "pixel",
322 11 bertin
        "phys.size.sminAxis;instr.det;meta.main", "pix"},
323 2 bertin
  {"THETA_IMAGE", "Position angle (CCW/x)",
324 251 bertin
        &flagobj.theta, H_FLOAT, T_FLOAT, "%6.2f", "deg",
325 11 bertin
        "pos.posAng;instr.det;meta.main", "deg"},
326 2 bertin
  {"A_WORLD", "Profile RMS along major axis (world units)",
327 251 bertin
        &flagobj2.aw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
328 11 bertin
        "phys.size.smajAxis;meta.main", "deg"},
329 2 bertin
  {"B_WORLD", "Profile RMS along minor axis (world units)",
330 251 bertin
        &flagobj2.bw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
331 11 bertin
        "phys.size.sminAxis;meta.main", "deg"},
332 2 bertin
  {"THETA_WORLD", "Position angle (CCW/world-x)",
333 251 bertin
        &flagobj2.thetaw, H_FLOAT, T_FLOAT, "%6.2f", "deg",
334 11 bertin
        "pos.posAng", "deg"},
335 2 bertin
  {"THETA_SKY", "Position angle (east of north) (native)",
336 251 bertin
        &flagobj2.thetas, H_FLOAT, T_FLOAT, "%+6.2f", "deg",
337 11 bertin
        "pos.posAng", "deg"},
338 2 bertin
  {"THETA_J2000", "Position angle (east of north) (J2000)",
339 251 bertin
        &flagobj2.theta2000, H_FLOAT, T_FLOAT, "%+6.2f", "deg",
340 11 bertin
        "pos.posAng;meta.main", "deg"},
341 2 bertin
  {"THETA_B1950", "Position angle (east of north) (B1950)",
342 251 bertin
        &flagobj2.theta1950, H_FLOAT, T_FLOAT, "%+6.2f", "deg",
343 11 bertin
        "pos.posAng", "deg"},
344 2 bertin
 
345
  {"ERRX2_IMAGE", "Variance of position along x",
346 251 bertin
        &flagobj.poserr_mx2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
347 11 bertin
        "stat.variance;pos.errorEllipse;instr.det", "pix2"},
348 2 bertin
  {"ERRY2_IMAGE", "Variance of position along y",
349 251 bertin
        &flagobj.poserr_my2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
350 11 bertin
        "stat.variance;pos.errorEllipse;instr.det", "pix2"},
351 2 bertin
  {"ERRXY_IMAGE", "Covariance of position between x and y",
352 251 bertin
        &flagobj.poserr_mxy, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
353 11 bertin
        "stat.covariance;pos.errorEllipse;instr.det", "pix2"},
354 2 bertin
  {"ERRX2_WORLD", "Variance of position along X-WORLD (alpha)",
355 251 bertin
        &flagobj2.poserr_mx2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
356 11 bertin
        "stat.variance;pos.errorEllipse", "deg2"},
357 2 bertin
  {"ERRY2_WORLD", "Variance of position along Y-WORLD (delta)",
358 251 bertin
        &flagobj2.poserr_my2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
359 11 bertin
        "stat.variance;pos.errorEllipse", "deg2"},
360 2 bertin
  {"ERRXY_WORLD", "Covariance of position X-WORLD/Y-WORLD",
361 251 bertin
        &flagobj2.poserr_mxyw, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
362 11 bertin
        "stat.covariance;pos.errorEllipse", "deg2"},
363 2 bertin
 
364
  {"ERRCXX_IMAGE", "Cxx error ellipse parameter",
365 251 bertin
        &flagobj2.poserr_cxx, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
366 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
367 2 bertin
  {"ERRCYY_IMAGE", "Cyy error ellipse parameter",
368 251 bertin
        &flagobj2.poserr_cyy, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
369 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
370 2 bertin
  {"ERRCXY_IMAGE", "Cxy error ellipse parameter",
371 251 bertin
        &flagobj2.poserr_cxy, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
372 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
373 2 bertin
  {"ERRCXX_WORLD", "Cxx error ellipse parameter (WORLD units)",
374 251 bertin
        &flagobj2.poserr_cxxw, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
375 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
376 2 bertin
  {"ERRCYY_WORLD", "Cyy error ellipse parameter (WORLD units)",
377 251 bertin
        &flagobj2.poserr_cyyw, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
378 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
379 2 bertin
  {"ERRCXY_WORLD", "Cxy error ellipse parameter (WORLD units)",
380 251 bertin
        &flagobj2.poserr_cxyw, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
381 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
382 2 bertin
 
383
  {"ERRA_IMAGE", "RMS position error along major axis",
384 251 bertin
        &flagobj2.poserr_a, H_FLOAT, T_FLOAT, "%9.5f", "pixel",
385 11 bertin
        "stat.stdev;stat.max;pos.errorEllipse;instr.det;meta.main", "pix"},
386 2 bertin
  {"ERRB_IMAGE", "RMS position error along minor axis",
387 251 bertin
        &flagobj2.poserr_b, H_FLOAT, T_FLOAT, "%9.5f", "pixel",
388 11 bertin
        "stat.stdev;stat.min;pos.errorEllipse;instr.det;meta.main", "pix"},
389 2 bertin
  {"ERRTHETA_IMAGE", "Error ellipse position angle (CCW/x)",
390 251 bertin
        &flagobj2.poserr_theta, H_FLOAT, T_FLOAT, "%6.2f", "deg",
391 11 bertin
        "pos.posAng;pos.errorEllipse;instr.det;meta.main", "deg"},
392 2 bertin
  {"ERRA_WORLD", "World RMS position error along major axis",
393 251 bertin
        &flagobj2.poserr_aw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
394 11 bertin
        "stat.stdev;stat.max;pos.errorEllipse;meta.main", "deg"},
395 2 bertin
  {"ERRB_WORLD", "World RMS position error along minor axis",
396 251 bertin
        &flagobj2.poserr_bw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
397 11 bertin
        "stat.stdev;stat.min;pos.errorEllipse;meta.main", "deg"},
398 2 bertin
  {"ERRTHETA_WORLD", "Error ellipse pos. angle (CCW/world-x)",
399 251 bertin
        &flagobj2.poserr_thetaw, H_FLOAT, T_FLOAT, "%6.2f", "deg",
400 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
401 2 bertin
  {"ERRTHETA_SKY", "Native error ellipse pos. angle (east of north)",
402 251 bertin
        &flagobj2.poserr_thetas, H_FLOAT, T_FLOAT, "%6.2f", "deg",
403 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
404 2 bertin
  {"ERRTHETA_J2000", "J2000 error ellipse pos. angle (east of north)",
405 251 bertin
        &flagobj2.poserr_theta2000, H_FLOAT, T_FLOAT, "%6.2f", "deg",
406 11 bertin
        "pos.posAng;pos.errorEllipse;meta.main", "deg"},
407 2 bertin
  {"ERRTHETA_B1950", "B1950 error ellipse pos. angle (east of north)",
408 251 bertin
        &flagobj2.poserr_theta1950, H_FLOAT, T_FLOAT, "%6.2f", "deg",
409 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
410 2 bertin
 
411
  {"XWIN_IMAGE", "Windowed position estimate along x",
412 251 bertin
        &flagobj2.winpos_x, H_FLOAT, T_DOUBLE, "%11.4f", "pixel",
413 11 bertin
        "pos.cartesian.x;instr.det", "pix"},
414 2 bertin
  {"YWIN_IMAGE", "Windowed position estimate along y",
415 251 bertin
        &flagobj2.winpos_y, H_FLOAT, T_DOUBLE, "%11.4f", "pixel",
416 11 bertin
        "pos.cartesian.y;instr.det", "pix"},
417 2 bertin
 
418 199 bertin
  {"XWIN_FOCAL", "Windowed position along focal-plane x axis",
419 251 bertin
        &flagobj2.winpos_xf, H_FLOAT, T_DOUBLE, "%18.10e", "",
420 199 bertin
        "pos.cartesian.x", ""},
421
  {"YWIN_FOCAL", "Windowed position along focal-plane y axis",
422 251 bertin
        &flagobj2.winpos_yf, H_FLOAT, T_DOUBLE, "%18.10e", "",
423 199 bertin
        "pos.cartesian.y", ""},
424
 
425 2 bertin
  {"XWIN_WORLD", "Windowed position along world x axis",
426 251 bertin
        &flagobj2.winpos_xw, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
427 11 bertin
        "pos.eq.ra", "deg"},
428 2 bertin
  {"YWIN_WORLD", "Windowed position along world y axis",
429 251 bertin
        &flagobj2.winpos_yw, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
430 11 bertin
        "pos.eq.dec", "deg"},
431 2 bertin
 
432
  {"ALPHAWIN_SKY", "Windowed right ascension  (native)",
433 251 bertin
        &flagobj2.winpos_alphas, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
434 11 bertin
        "pos.eq.ra", "deg"},
435 2 bertin
  {"DELTAWIN_SKY", "Windowed declination (native)",
436 251 bertin
        &flagobj2.winpos_deltas, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
437 11 bertin
        "pos.eq.dec", "deg"},
438 2 bertin
 
439
  {"ALPHAWIN_J2000", "Windowed right ascension (J2000)",
440 251 bertin
        &flagobj2.winpos_alpha2000, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
441 11 bertin
        "pos.eq.ra", "deg"},
442 2 bertin
  {"DELTAWIN_J2000", "windowed declination (J2000)",
443 251 bertin
        &flagobj2.winpos_delta2000, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
444 11 bertin
        "pos.eq.dec", "deg"},
445 2 bertin
 
446
  {"ALPHAWIN_B1950", "Windowed right ascension (B1950)",
447 251 bertin
        &flagobj2.winpos_alpha1950, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
448 11 bertin
        "pos.eq.ra", "deg"},
449 2 bertin
  {"DELTAWIN_B1950", "Windowed declination (B1950)",
450 251 bertin
        &flagobj2.winpos_delta1950, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
451 173 bertin
        "pos.eq.dec", "deg"},
452
 
453 2 bertin
  {"X2WIN_IMAGE", "Windowed variance along x",
454 251 bertin
        &flagobj2.win_mx2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
455 11 bertin
        "src.impactParam;instr.det", "pix2"},
456 2 bertin
  {"Y2WIN_IMAGE", "Windowed variance along y",
457 251 bertin
        &flagobj2.win_my2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
458 11 bertin
        "src.impactParam;instr.det", "pix2"},
459 2 bertin
  {"XYWIN_IMAGE", "Windowed covariance between x and y",
460 251 bertin
        &flagobj2.win_mxy, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
461 11 bertin
        "src.impactParam;instr.det", "pix2"},
462 2 bertin
  {"X2WIN_WORLD", "Windowed variance along X-WORLD (alpha)",
463 251 bertin
        &flagobj2.win_mx2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
464 11 bertin
        "src.impactParam", "deg2"},
465 2 bertin
  {"Y2WIN_WORLD", "Windowed variance along Y-WORLD (delta)",
466 251 bertin
        &flagobj2.win_my2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
467 11 bertin
        "src.impactParam", "deg2"},
468 2 bertin
  {"XYWIN_WORLD", "Windowed covariance between X-WORLD and Y-WORLD",
469 251 bertin
        &flagobj2.win_mxyw, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
470 11 bertin
        "src.impactParam", "deg2"},
471 2 bertin
 
472
  {"CXXWIN_IMAGE", "Windowed Cxx object ellipse parameter",
473 251 bertin
        &flagobj2.win_cxx, H_EXPO, T_FLOAT, "%15.7e", "pixel**(-2)",
474 11 bertin
        "src.impactParam;instr.det", "pix-2"},
475 2 bertin
  {"CYYWIN_IMAGE", "Windowed Cyy object ellipse parameter",
476 251 bertin
        &flagobj2.win_cyy, H_EXPO, T_FLOAT, "%15.7e", "pixel**(-2)",
477 11 bertin
        "src.impactParam;instr.det", "pix-2"},
478 2 bertin
  {"CXYWIN_IMAGE", "Windowed Cxy object ellipse parameter",
479 251 bertin
        &flagobj2.win_cxy, H_EXPO, T_FLOAT, "%15.7e", "pixel**(-2)",
480 11 bertin
        "src.impactParam;instr.det", "pix-2"},
481 2 bertin
  {"CXXWIN_WORLD", "Windowed Cxx object ellipse parameter (WORLD units)",
482 251 bertin
        &flagobj2.win_cxxw, H_EXPO, T_FLOAT, "%15.7e", "deg**(-2)",
483 11 bertin
        "src.impactParam", "deg-2"},
484 2 bertin
  {"CYYWIN_WORLD", "Windowed Cyy object ellipse parameter (WORLD units)",
485 251 bertin
        &flagobj2.win_cyyw, H_EXPO, T_FLOAT, "%15.7e", "deg**(-2)",
486 11 bertin
        "src.impactParam", "deg-2"},
487 2 bertin
  {"CXYWIN_WORLD", "Windowed Cxy object ellipse parameter (WORLD units)",
488 251 bertin
        &flagobj2.win_cxyw, H_EXPO, T_FLOAT, "%15.7e", "deg**(-2)",
489 11 bertin
        "src.impactParam", "deg-2"},
490 2 bertin
 
491
  {"AWIN_IMAGE", "Windowed profile RMS along major axis",
492 251 bertin
        &flagobj2.win_a, H_FLOAT, T_FLOAT, "%9.3f", "pixel",
493 11 bertin
        "phys.size.smajAxis;instr.det", "pix"},
494 2 bertin
  {"BWIN_IMAGE", "Windowed profile RMS along minor axis",
495 251 bertin
        &flagobj2.win_b, H_FLOAT, T_FLOAT, "%9.3f", "pixel",
496 11 bertin
        "phys.size.sminAxis;instr.det", "pix"},
497 2 bertin
  {"THETAWIN_IMAGE", "Windowed position angle (CCW/x)",
498 251 bertin
        &flagobj2.win_theta, H_FLOAT, T_FLOAT, "%6.2f", "deg",
499 11 bertin
        "pos.posAng;instr.det", "deg"},
500 2 bertin
  {"AWIN_WORLD", "Windowed profile RMS along major axis (world units)",
501 251 bertin
        &flagobj2.win_aw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
502 11 bertin
        "phys.size.smajAxis", "deg"},
503 2 bertin
  {"BWIN_WORLD", "Windowed profile RMS along minor axis (world units)",
504 251 bertin
        &flagobj2.win_bw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
505 11 bertin
        "phys.size.sminAxis", "deg"},
506 2 bertin
  {"THETAWIN_WORLD", "Windowed position angle (CCW/world-x)",
507 251 bertin
        &flagobj2.win_thetaw, H_FLOAT, T_FLOAT, "%6.2f", "deg",
508 11 bertin
        "pos.posAng", "deg"},
509 2 bertin
  {"THETAWIN_SKY", "Windowed position angle (east of north) (native)",
510 251 bertin
        &flagobj2.win_thetas, H_FLOAT, T_FLOAT, "%+6.2f", "deg",
511 11 bertin
        "pos.posAng", "deg"},
512 2 bertin
  {"THETAWIN_J2000", "Windowed position angle (east of north) (J2000)",
513 251 bertin
        &flagobj2.win_theta2000, H_FLOAT, T_FLOAT, "%+6.2f", "deg",
514 11 bertin
        "pos.posAng", "deg"},
515 2 bertin
  {"THETAWIN_B1950", "Windowed position angle (east of north) (B1950)",
516 251 bertin
        &flagobj2.win_theta1950, H_FLOAT, T_FLOAT, "%+6.2f", "deg",
517 11 bertin
        "pos.posAng", "deg"},
518 2 bertin
 
519
  {"ERRX2WIN_IMAGE", "Variance of windowed pos along x",
520 251 bertin
        &flagobj2.winposerr_mx2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
521 11 bertin
        "stat.variance;pos.errorEllipse;instr.det", "pix2"},
522 2 bertin
  {"ERRY2WIN_IMAGE", "Variance of windowed pos along y",
523 251 bertin
        &flagobj2.winposerr_my2, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
524 11 bertin
        "stat.variance;pos.errorEllipse;instr.det", "pix2"},
525 2 bertin
  {"ERRXYWIN_IMAGE", "Covariance of windowed pos between x and y",
526 251 bertin
        &flagobj2.winposerr_mxy, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
527 11 bertin
        "stat.covariance;pos.errorEllipse;instr.det", "pix2"},
528 2 bertin
  {"ERRX2WIN_WORLD", "Variance of windowed pos along X-WORLD (alpha)",
529 251 bertin
        &flagobj2.winposerr_mx2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
530 11 bertin
        "stat.variance;pos.errorEllipse", "deg2"},
531 2 bertin
  {"ERRY2WIN_WORLD", "Variance of windowed pos along Y-WORLD (delta)",
532 251 bertin
        &flagobj2.winposerr_my2w, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
533 11 bertin
        "stat.variance;pos.errorEllipse", "deg2"},
534 2 bertin
  {"ERRXYWIN_WORLD", "Covariance of windowed pos X-WORLD/Y-WORLD",
535 251 bertin
        &flagobj2.winposerr_mxyw, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
536 11 bertin
        "stat.covariance;pos.errorEllipse", "deg2"},
537 2 bertin
 
538
  {"ERRCXXWIN_IMAGE", "Cxx windowed error ellipse parameter",
539 251 bertin
        &flagobj2.winposerr_cxx, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
540 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
541 2 bertin
  {"ERRCYYWIN_IMAGE", "Cyy windowed error ellipse parameter",
542 251 bertin
        &flagobj2.winposerr_cyy, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
543 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
544 2 bertin
  {"ERRCXYWIN_IMAGE", "Cxy windowed error ellipse parameter",
545 251 bertin
        &flagobj2.winposerr_cxy, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
546 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
547 2 bertin
  {"ERRCXXWIN_WORLD", "Cxx windowed error ellipse parameter (WORLD units)",
548 251 bertin
        &flagobj2.winposerr_cxxw, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
549 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
550 2 bertin
  {"ERRCYYWIN_WORLD", "Cyy windowed error ellipse parameter (WORLD units)",
551 251 bertin
        &flagobj2.winposerr_cyyw, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
552 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
553 2 bertin
  {"ERRCXYWIN_WORLD", "Cxy windowed error ellipse parameter (WORLD units)",
554 251 bertin
        &flagobj2.winposerr_cxyw, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
555 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
556 2 bertin
 
557
  {"ERRAWIN_IMAGE", "RMS windowed pos error along major axis",
558 251 bertin
        &flagobj2.winposerr_a, H_FLOAT, T_FLOAT, "%9.5f", "pixel",
559 11 bertin
        "stat.stdev;stat.max;pos.errorEllipse;instr.det", "pix"},
560 2 bertin
  {"ERRBWIN_IMAGE", "RMS windowed pos error along minor axis",
561 251 bertin
        &flagobj2.winposerr_b, H_FLOAT, T_FLOAT, "%9.5f", "pixel",
562 11 bertin
        "stat.stdev;stat.min;pos.errorEllipse;instr.det", "pix"},
563 2 bertin
  {"ERRTHETAWIN_IMAGE", "Windowed error ellipse pos angle (CCW/x)",
564 251 bertin
        &flagobj2.winposerr_theta, H_FLOAT, T_FLOAT, "%6.2f", "deg",
565 11 bertin
        "pos.posAng;pos.errorEllipse;instr.det", "deg"},
566 2 bertin
  {"ERRAWIN_WORLD", "World RMS windowed pos error along major axis",
567 251 bertin
        &flagobj2.winposerr_aw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
568 11 bertin
        "stat.stdev;stat.max;pos.errorEllipse", "deg"},
569 2 bertin
  {"ERRBWIN_WORLD", "World RMS windowed pos error along minor axis",
570 251 bertin
        &flagobj2.winposerr_bw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
571 11 bertin
        "stat.stdev;stat.min;pos.errorEllipse", "deg"},
572 2 bertin
  {"ERRTHETAWIN_WORLD", "Windowed error ellipse pos. angle (CCW/world-x)",
573 251 bertin
        &flagobj2.winposerr_thetaw, H_FLOAT, T_FLOAT, "%6.2f", "deg",
574 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
575 251 bertin
  {"ERRTHETAWIN_SKY",
576
        "Native windowed error ellipse pos. angle (east of north)",
577
        &flagobj2.winposerr_thetas, H_FLOAT, T_FLOAT, "%6.2f", "deg",
578 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
579 251 bertin
  {"ERRTHETAWIN_J2000",
580
        "J2000 windowed error ellipse pos. angle (east of north)",
581
        &flagobj2.winposerr_theta2000, H_FLOAT, T_FLOAT, "%6.2f", "deg",
582 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
583 251 bertin
  {"ERRTHETAWIN_B1950",
584
        "B1950 windowed error ellipse pos. angle (east of north)",
585
        &flagobj2.winposerr_theta1950, H_FLOAT, T_FLOAT, "%6.2f", "deg",
586 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
587 2 bertin
 
588
  {"NITER_WIN", "Number of iterations for WIN centering",
589 251 bertin
        &flagobj2.winpos_niter, H_INT, T_SHORT, "%3d", "",
590 11 bertin
        "meta.number", ""},
591 2 bertin
 
592
  {"MU_THRESHOLD", "Detection threshold above background",
593 251 bertin
        &flagobj2.threshmu, H_FLOAT, T_FLOAT, "%8.4f", "mag * arcsec**(-2)",
594 11 bertin
        "instr.sensitivity;phot.mag.sb", "mag.arcsec-2"},
595 2 bertin
  {"MU_MAX", "Peak surface brightness above background",
596 251 bertin
        &flagobj2.maxmu, H_FLOAT, T_FLOAT, "%8.4f", "mag * arcsec**(-2)",
597 11 bertin
        "phot.mag.sb;stat.max", "mag.arcsec-2"},
598 2 bertin
  {"ISOAREA_WORLD", "Isophotal area above Analysis threshold",
599 251 bertin
        &flagobj2.npixw, H_FLOAT, T_FLOAT, "%12.7g", "deg**2",
600 11 bertin
        "phys.angArea", "deg2"},
601 2 bertin
  {"ISOAREAF_WORLD", "Isophotal area (filtered) above Detection threshold",
602 251 bertin
        &flagobj2.fdnpixw, H_FLOAT, T_FLOAT, "%12.7g", "deg**2",
603 11 bertin
        "phys.angArea", "deg2"},
604 2 bertin
  {"ISO0", "Isophotal area at level 0",
605 251 bertin
        &flagobj.iso[0], H_INT, T_LONG, "%8d", "pixel**2",
606 11 bertin
        "phys.area;instr.det", "pix2"},
607 2 bertin
  {"ISO1", "Isophotal area at level 1",
608 251 bertin
        &flagobj.iso[1], H_INT, T_LONG, "%8d", "pixel**2",
609 11 bertin
        "phys.area;instr.det", "pix2"},
610 2 bertin
  {"ISO2", "Isophotal area at level 2",
611 251 bertin
        &flagobj.iso[2], H_INT, T_LONG, "%8d", "pixel**2",
612 11 bertin
        "phys.area;instr.det", "pix2"},
613 2 bertin
  {"ISO3", "Isophotal area at level 3",
614 251 bertin
        &flagobj.iso[3], H_INT, T_LONG, "%8d", "pixel**2",
615 11 bertin
        "phys.area;instr.det", "pix2"},
616 2 bertin
  {"ISO4", "Isophotal area at level 4",
617 251 bertin
        &flagobj.iso[4], H_INT, T_LONG, "%8d", "pixel**2",
618 11 bertin
        "phys.area;instr.det", "pix2"},
619 2 bertin
  {"ISO5", "Isophotal area at level 5",
620 251 bertin
        &flagobj.iso[5], H_INT, T_LONG, "%8d", "pixel**2",
621 11 bertin
        "phys.area;instr.det", "pix2"},
622 2 bertin
  {"ISO6", "Isophotal area at level 6",
623 251 bertin
        &flagobj.iso[6], H_INT, T_LONG, "%8d", "pixel**2",
624 11 bertin
        "phys.area;instr.det", "pix2"},
625 2 bertin
  {"ISO7", "Isophotal area at level 7",
626 251 bertin
        &flagobj.iso[7], H_INT, T_LONG, "%8d", "pixel**2",
627 11 bertin
        "phys.area;instr.det", "pix2"},
628 2 bertin
 
629
  {"FLAGS", "Extraction flags",
630 251 bertin
        &flagobj.flag, H_INT, T_SHORT, "%3d", "",
631 11 bertin
        "meta.code.qual", ""},
632 4 bertin
  {"FLAGS_WEIGHT", "Weighted extraction flags",
633 251 bertin
        &flagobj.wflag, H_INT, T_SHORT, "%1d", "",
634 11 bertin
        "meta.code.qual", ""},
635
   {"FLAGS_WIN", "Flags for WINdowed parameters",
636 251 bertin
        &flagobj2.win_flag, H_INT, T_SHORT, "%3d", "",
637 11 bertin
        "meta.code.qual", ""},
638
   {"IMAFLAGS_ISO", "FLAG-image flags OR'ed over the iso. profile",
639 267 bertin
        &flagobj.imaflag, H_INT, T_LONG, "%9u", "",
640 11 bertin
        "meta.code.qual", "", 1, &prefs.imaflag_size},
641 2 bertin
  {"NIMAFLAGS_ISO", "Number of flagged pixels entering IMAFLAGS_ISO",
642 267 bertin
        &flagobj.imanflag, H_INT, T_LONG, "%9d", "",
643 11 bertin
        "meta.number", "", 1, &prefs.imanflag_size},
644 210 bertin
  {"NLOWWEIGHT_ISO", "Nb of pixels with low weight over the iso. profile",
645 251 bertin
        &flagobj.nzwpix, H_INT, T_LONG, "%9d", "",
646 210 bertin
        "meta.number", ""},
647
  {"NLOWDWEIGHT_ISO", "Nb of pixels with low det. weight over the iso. profile",
648 251 bertin
        &flagobj.nzdwpix, H_INT, T_LONG, "%9d", "",
649 210 bertin
        "meta.number", ""},
650 2 bertin
 
651
  {"FWHM_IMAGE", "FWHM assuming a gaussian core",
652 251 bertin
        &flagobj.fwhm, H_FLOAT, T_FLOAT, "%8.2f", "pixel",
653 11 bertin
        "phys.size.diameter;instr.det.psf", "pix"},
654 2 bertin
  {"FWHM_WORLD", "FWHM assuming a gaussian core",
655 251 bertin
        &flagobj2.fwhmw, H_FLOAT, T_FLOAT, "%12.7g", "deg",
656 11 bertin
        "phys.angSize;instr.det.psf", "deg"},
657 2 bertin
  {"ELONGATION", "A_IMAGE/B_IMAGE",
658 251 bertin
        &flagobj2.elong, H_FLOAT, T_FLOAT, "%8.3f", "",
659 11 bertin
        "src.ellipticity;arith.ratio;instr.det", ""},
660 2 bertin
  {"ELLIPTICITY", "1 - B_IMAGE/A_IMAGE",
661 251 bertin
        &flagobj2.ellip, H_FLOAT, T_FLOAT, "%8.3f", "",
662 11 bertin
        "src.ellipticity;instr.det      ", ""},
663 2 bertin
  {"POLAR_IMAGE", "(A_IMAGE^2 - B_IMAGE^2)/(A_IMAGE^2 + B_IMAGE^2)",
664 251 bertin
        &flagobj2.polar, H_FLOAT, T_FLOAT, "%7.5f", "",
665 11 bertin
        "src.ellipticity;instr.det", ""},
666 2 bertin
  {"POLAR_WORLD", "(A_WORLD^2 - B_WORLD^2)/(A_WORLD^2 + B_WORLD^2)",
667 251 bertin
        &flagobj2.polarw, H_FLOAT, T_FLOAT, "%7.5f", "",
668 11 bertin
        "src.ellipticity", ""},
669 2 bertin
  {"POLARWIN_IMAGE", "(AWIN^2 - BWIN^2)/(AWIN^2 + BWIN^2)",
670 251 bertin
        &flagobj2.win_polar, H_FLOAT, T_FLOAT, "%7.5f", "",
671 11 bertin
        "src.ellipticity;instr.det", ""},
672 2 bertin
  {"POLARWIN_WORLD", "(AWIN^2 - BWIN^2)/(AWIN^2 + BWIN^2)",
673 251 bertin
        &flagobj2.win_polarw, H_FLOAT, T_FLOAT, "%7.5f", "",
674 11 bertin
        "src.ellipticity", ""},
675 2 bertin
  {"CLASS_STAR", "S/G classifier output",
676 251 bertin
        &flagobj2.sprob, H_FLOAT, T_FLOAT, "%6.3f", "",
677 11 bertin
        "src.class.starGalaxy", ""},
678 2 bertin
  {"VIGNET", "Pixel data around detection",
679 251 bertin
        &flagobj2.vignet, H_FLOAT, T_FLOAT, "%12.7g", "count",
680 11 bertin
        "obs.image", "ct", 2, prefs.vignetsize},
681 2 bertin
  {"VIGNET_SHIFT", "Pixel data around detection, corrected for shift",
682 251 bertin
        &flagobj2.vigshift, H_FLOAT, T_FLOAT, "%12.7g", "count",
683 11 bertin
        "obs.image", "ct", 2, prefs.vigshiftsize},
684 2 bertin
  {"VECTOR_ASSOC", "ASSOCiated parameter vector",
685 251 bertin
        &flagobj2.assoc, H_FLOAT, T_DOUBLE, "%12.7g", "",
686 11 bertin
        "src", "", 1, &prefs.assoc_size},
687 2 bertin
  {"NUMBER_ASSOC", "Number of ASSOCiated IDs",
688 251 bertin
        &flagobj2.assoc_number, H_INT, T_LONG, "%10d", "",
689 11 bertin
        "meta.number;src", ""},
690 2 bertin
 
691
  {"THRESHOLDMAX", "Maximum threshold possible for detection",
692 251 bertin
        &flagobj.dthresh, H_FLOAT, T_FLOAT, "%12.7g", "count",
693 11 bertin
        "phot.flux.sb;stat.max", "ct"},
694 2 bertin
 
695
  {"FLUX_GROWTH", "Cumulated growth-curve",
696 251 bertin
        &flagobj2.flux_growth, H_FLOAT, T_FLOAT, "%12.7g", "count",
697 11 bertin
        "phot.count", "ct", 1, &prefs.flux_growthsize},
698 2 bertin
  {"FLUX_GROWTHSTEP", "Step for growth-curves",
699 251 bertin
        &flagobj2.flux_growthstep, H_FLOAT, T_FLOAT, "%10.3f", "pixel",
700 11 bertin
        "pos.distance", "pix"},
701 2 bertin
  {"MAG_GROWTH", "Cumulated magnitude growth-curve",
702 251 bertin
        &flagobj2.mag_growth, H_FLOAT, T_FLOAT, "%8.4f", "mag",
703 11 bertin
        "phot.mag", "mag", 1, &prefs.mag_growthsize},
704 2 bertin
  {"MAG_GROWTHSTEP", "Step for growth-curves",
705 251 bertin
        &flagobj2.mag_growthstep, H_FLOAT, T_FLOAT, "%10.3f", "pixel",
706 11 bertin
        "pos.distance", "pix"},
707 2 bertin
  {"FLUX_RADIUS", "Fraction-of-light radii",
708 251 bertin
        &flagobj2.flux_radius, H_FLOAT, T_FLOAT, "%10.3f", "pixel",
709 11 bertin
        "phys.size.radius;instr.det", "pix",  1, &prefs.flux_radiussize},
710 2 bertin
 
711 247 bertin
  {"FWHMPSF_IMAGE", "FWHM of the local PSF model",
712 251 bertin
        &flagobj2.fwhm_psf, H_FLOAT, T_FLOAT, "%8.3f", "pixel",
713 247 bertin
        "phys.size.diameter;instr.det.psf", "pix"},
714
  {"FWHMPSF_WORLD", "FWHM of the local PSF model (world units)",
715 251 bertin
        &flagobj2.fwhmw_psf, H_FLOAT, T_FLOAT, "%12.7g", "deg",
716 247 bertin
        "phys.angSize;instr.det.psf", "deg"},
717
 
718 2 bertin
  {"XPSF_IMAGE", "X coordinate from PSF-fitting",
719 251 bertin
        &flagobj2.x_psf, H_FLOAT, T_DOUBLE, "%11.4f", "pixel",
720 218 bertin
        "pos.cartesian.x;stat.fit.param;instr.det", "pix"},
721 2 bertin
  {"YPSF_IMAGE", "Y coordinate from PSF-fitting",
722 251 bertin
        &flagobj2.y_psf, H_FLOAT, T_DOUBLE, "%11.4f", "pixel",
723 218 bertin
        "pos.cartesian.y;stat.fit.param;instr.det", "pix"},
724 2 bertin
  {"XPSF_WORLD", "PSF position along world x axis",
725 251 bertin
        &flagobj2.xw_psf, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
726 218 bertin
        "pos.eq.ra;stat.fit.param", "deg"},
727 2 bertin
  {"YPSF_WORLD", "PSF position along world y axis",
728 251 bertin
        &flagobj2.yw_psf, H_FLOAT, T_DOUBLE, "%18.10e", "deg",
729 218 bertin
        "pos.eq.dec;stat.fit.param", "deg"},
730 2 bertin
 
731
  {"ALPHAPSF_SKY", "Right ascension of the fitted PSF (native)",
732 251 bertin
        &flagobj2.alphas_psf, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
733 218 bertin
        "pos.eq.ra;stat.fit.param", "deg"},
734 2 bertin
  {"DELTAPSF_SKY", "Declination of the fitted PSF (native)",
735 251 bertin
        &flagobj2.deltas_psf, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
736 218 bertin
        "pos.eq.dec;stat.fit.param", "deg"},
737 2 bertin
 
738
  {"ALPHAPSF_J2000", "Right ascension of the fitted PSF (J2000)",
739 251 bertin
        &flagobj2.alpha2000_psf, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
740 218 bertin
        "pos.eq.ra;stat.fit.param", "deg"},
741 2 bertin
  {"DELTAPSF_J2000", "Declination of the fitted PSF (J2000)",
742 251 bertin
        &flagobj2.delta2000_psf, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
743 218 bertin
        "pos.eq.dec;stat.fit.param", "deg"},
744 2 bertin
 
745
  {"ALPHAPSF_B1950", "Right ascension of the fitted PSF (B1950)",
746 251 bertin
        &flagobj2.alpha1950_psf, H_FLOAT, T_DOUBLE, "%11.7f", "deg",
747 218 bertin
        "pos.eq.ra;stat.fit.param", "deg"},
748 2 bertin
  {"DELTAPSF_B1950", "Declination of the fitted PSF (B1950)",
749 251 bertin
        &flagobj2.delta1950_psf, H_FLOAT, T_DOUBLE, "%+11.7f", "deg",
750 218 bertin
        "pos.eq.dec;stat.fit.param", "deg"},
751 2 bertin
 
752
  {"FLUX_PSF", "Flux from PSF-fitting",
753 251 bertin
        &flagobj2.flux_psf, H_FLOAT, T_FLOAT, "%12.7g", "count",
754 218 bertin
        "phot.count;stat.fit.param", "ct"},
755 2 bertin
  {"FLUXERR_PSF", "RMS flux error for PSF-fitting",
756 251 bertin
        &flagobj2.fluxerr_psf, H_FLOAT, T_FLOAT, "%12.7g", "count",
757 218 bertin
        "stat.stdev;phot.count", "ct"},
758 2 bertin
  {"MAG_PSF", "Magnitude from PSF-fitting",
759 251 bertin
        &flagobj2.mag_psf, H_FLOAT, T_FLOAT, "%8.4f", "mag",
760 218 bertin
        "phot.mag", "mag"},
761 2 bertin
  {"MAGERR_PSF", "RMS magnitude error from PSF-fitting",
762 251 bertin
        &flagobj2.magerr_psf, H_FLOAT, T_FLOAT, "%8.4f", "mag",
763 218 bertin
        "stat.stdev;phot.mag", "mag"},
764 2 bertin
 
765
  {"NITER_PSF", "Number of iterations for PSF-fitting",
766 251 bertin
        &flagobj2.niter_psf, H_INT, T_SHORT, "%3d", "",
767 11 bertin
        "meta.number", ""},
768 2 bertin
  {"CHI2_PSF", "Reduced chi2 from PSF-fitting",
769 251 bertin
        &flagobj2.chi2_psf, H_FLOAT, T_FLOAT, "%9.4g", "",
770 11 bertin
        "stat.fit.chi2", ""},
771 2 bertin
 
772
  {"ERRX2PSF_IMAGE", "Variance of PSF position along x",
773 251 bertin
        &flagobj2.poserrmx2_psf, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
774 11 bertin
        "stat.variance;pos.errorEllipse;instr.det", "pix2"},
775 2 bertin
  {"ERRY2PSF_IMAGE", "Variance of PSF position along y",
776 251 bertin
        &flagobj2.poserrmy2_psf, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
777 11 bertin
        "stat.variance;pos.errorEllipse;instr.det", "pix2"},
778 2 bertin
  {"ERRXYPSF_IMAGE", "Covariance of PSF position between x and y",
779 251 bertin
        &flagobj2.poserrmxy_psf, H_EXPO, T_DOUBLE, "%18.10e", "pixel**2",
780 11 bertin
        "stat.covariance;pos.errorEllipse;instr.det", "pix2"},
781 2 bertin
  {"ERRX2PSF_WORLD", "Variance of PSF position along X-WORLD (alpha)",
782 251 bertin
        &flagobj2.poserrmx2w_psf, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
783 11 bertin
        "stat.variance;pos.errorEllipse", "deg2"},
784 2 bertin
  {"ERRY2PSF_WORLD", "Variance of PSF position along Y-WORLD (delta)",
785 251 bertin
        &flagobj2.poserrmy2w_psf, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
786 11 bertin
        "stat.variance;pos.errorEllipse", "deg2"},
787 2 bertin
  {"ERRXYPSF_WORLD", "Covariance of PSF position X-WORLD/Y-WORLD",
788 251 bertin
        &flagobj2.poserrmxyw_psf, H_EXPO, T_DOUBLE, "%18.10e", "deg**2",
789 11 bertin
        "stat.covariance;pos.errorEllipse", "deg2"},
790 2 bertin
 
791
  {"ERRCXXPSF_IMAGE", "Cxx PSF error ellipse parameter",
792 251 bertin
        &flagobj2.poserrcxx_psf, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
793 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
794 2 bertin
  {"ERRCYYPSF_IMAGE", "Cyy PSF error ellipse parameter",
795 251 bertin
        &flagobj2.poserrcyy_psf, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
796 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
797 2 bertin
  {"ERRCXYPSF_IMAGE", "Cxy PSF error ellipse parameter",
798 251 bertin
        &flagobj2.poserrcxy_psf, H_EXPO, T_FLOAT, "%12.7g", "pixel**(-2)",
799 11 bertin
        "src.impactParam;pos.errorEllipse;instr.det", "pix-2"},
800 2 bertin
  {"ERRCXXPSF_WORLD", "Cxx PSF error ellipse parameter (WORLD units)",
801 251 bertin
        &flagobj2.poserrcxxw_psf, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
802 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
803 2 bertin
  {"ERRCYYPSF_WORLD", "Cyy PSF error ellipse parameter (WORLD units)",
804 251 bertin
        &flagobj2.poserrcyyw_psf, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
805 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
806 2 bertin
  {"ERRCXYPSF_WORLD", "Cxy PSF error ellipse parameter (WORLD units)",
807 251 bertin
        &flagobj2.poserrcxyw_psf, H_EXPO, T_FLOAT, "%12.7g", "deg**(-2)",
808 11 bertin
        "src.impactParam;pos.errorEllipse", "deg-2"},
809 2 bertin
 
810
  {"ERRAPSF_IMAGE", "PSF RMS position error along major axis",
811 251 bertin
        &flagobj2.poserra_psf, H_FLOAT, T_FLOAT, "%9.5f", "pixel",
812 11 bertin
        "stat.stdev;stat.max;pos.errorEllipse;instr.det", "pix"},
813 2 bertin
  {"ERRBPSF_IMAGE", "PSF RMS position error along minor axis",
814 251 bertin
        &flagobj2.poserrb_psf, H_FLOAT, T_FLOAT, "%9.5f", "pixel",
815 11 bertin
        "stat.stdev;stat.min;pos.errorEllipse;instr.det", "pix"},
816 209 bertin
  {"ERRTHETAPSF_IMAGE", "PSF error ellipse position angle (CCW/x)",
817 251 bertin
        &flagobj2.poserrtheta_psf, H_FLOAT, T_FLOAT, "%6.2f", "deg",
818 11 bertin
        "pos.posAng;pos.errorEllipse;instr.det", "deg"},
819 2 bertin
  {"ERRAPSF_WORLD", "World PSF RMS position error along major axis",
820 251 bertin
        &flagobj2.poserraw_psf, H_FLOAT, T_FLOAT, "%12.7g", "pixel",
821 11 bertin
        "stat.stdev;stat.max;pos.errorEllipse", "deg"},
822 2 bertin
  {"ERRBPSF_WORLD", "World PSF RMS position error along minor axis",
823 251 bertin
        &flagobj2.poserrbw_psf, H_FLOAT, T_FLOAT, "%12.7g", "pixel",
824 11 bertin
        "stat.stdev;stat.min;pos.errorEllipse", "deg"},
825 209 bertin
  {"ERRTHETAPSF_WORLD", "PSF error ellipse pos. angle (CCW/world-x)",
826 251 bertin
        &flagobj2.poserrthetaw_psf, H_FLOAT, T_FLOAT, "%6.2f", "deg",
827 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
828 209 bertin
  {"ERRTHETAPSF_SKY", "Native PSF error ellipse pos. angle (east of north)",
829 251 bertin
        &flagobj2.poserrthetas_psf, H_FLOAT, T_FLOAT, "%6.2f", "deg",
830 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
831 209 bertin
  {"ERRTHETAPSF_J2000", "J2000 PSF error ellipse pos. angle (east of north)",
832 251 bertin
        &flagobj2.poserrtheta2000_psf, H_FLOAT, T_FLOAT, "%6.2f", "deg",
833 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
834 209 bertin
  {"ERRTHETAPSF_B1950", "B1950 PSF error ellipse pos. angle (east of north)",
835 251 bertin
        &flagobj2.poserrtheta1950_psf, H_FLOAT, T_FLOAT, "%6.2f", "deg",
836 11 bertin
        "pos.posAng;pos.errorEllipse", "deg"},
837 2 bertin
 
838 208 bertin
  {"DURATION_ANALYSIS", "Duration of analysis for this source",
839 251 bertin
        &flagobj2.analtime, H_FLOAT, T_FLOAT, "%9.4g", "s",
840 208 bertin
        "time.duration;time.processing", "s"},
841
 
842 227 bertin
#ifdef USE_MODEL
843 173 bertin
#include "paramprofit.h"
844 227 bertin
#endif
845 173 bertin
 
846 2 bertin
  {""}
847
  };
848