/[CCFs]/ccfdev/packages/xrt-xpsf/src/image.dct
ViewVC logotype

Annotation of /ccfdev/packages/xrt-xpsf/src/image.dct

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Thu Sep 21 08:10:16 2000 UTC (24 years, 2 months ago) by pgondoin
Branch: MAIN
CVS Tags: version_1_8, version_1_9, version_1_7, version_1_4, version_1_5, version_1_2, version_1_3, version_1_0, version_1_1, version_0_9, version_2_0, version_2_3, version_2_2, version_2_5, version_2_4, version_2_7, version_2_6, version_2_9, version_2_8, version_, version_2_11, version_2_10, version_2_13, version_2_12, HEAD
Changes since 1.2: +314 -72 lines
*** empty log message ***

1 pgondoin 1.3 array(512,512) "100eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-100-0.00.fit")
2     <
3     include "attributes.dct"
4     attribute "ENERGY" real 100 "" "eV"
5     attribute "THETA" real 0.00 "" "arcmin"
6     attribute "PHI" real 0.0 "" "deg"
7     >
8    
9     array(512,512) "100eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-100-0.05.fit")
10     <
11     include "attributes.dct"
12     attribute "ENERGY" real 100 "" "eV"
13     attribute "THETA" real 3.0 "" "arcmin"
14     attribute "PHI" real 0.0 "" "deg"
15     >
16    
17     array(512,512) "100eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-100-0.10.fit")
18     <
19     include "attributes.dct"
20     attribute "ENERGY" real 100 "" "eV"
21     attribute "THETA" real 6.0 "" "arcmin"
22     attribute "PHI" real 0.0 "" "deg"
23     >
24    
25     array(512,512) "100eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-100-0.15.fit")
26     <
27     include "attributes.dct"
28     attribute "ENERGY" real 100 "" "eV"
29     attribute "THETA" real 9.0 "" "arcmin"
30     attribute "PHI" real 0.0 "" "deg"
31     >
32    
33     array(512,512) "100eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-100-0.20.fit")
34     <
35     include "attributes.dct"
36     attribute "ENERGY" real 100 "" "eV"
37     attribute "THETA" real 12.0 "" "arcmin"
38     attribute "PHI" real 0.0 "" "deg"
39     >
40    
41     array(512,512) "100eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-100-0.25.fit")
42     <
43     include "attributes.dct"
44     attribute "ENERGY" real 100 "" "eV"
45     attribute "THETA" real 15.0 "" "arcmin"
46     attribute "PHI" real 0.0 "" "deg"
47     >
48    
49     array(512,512) "1500eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.00.fit")
50 pgondoin 1.1 <
51     include "attributes.dct"
52 pgondoin 1.2 attribute "ENERGY" real 1500 "" "eV"
53 pgondoin 1.3 attribute "THETA" real 0.00 "" "arcmin"
54 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
55 pgondoin 1.1 >
56    
57 pgondoin 1.3 array(512,512) "1500eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.05.fit")
58 pgondoin 1.2 <
59     include "attributes.dct"
60     attribute "ENERGY" real 1500 "" "eV"
61 pgondoin 1.3 attribute "THETA" real 3.0 "" "arcmin"
62 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
63     >
64 pgondoin 1.1
65 pgondoin 1.3 array(512,512) "1500eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.10.fit")
66 pgondoin 1.2 <
67     include "attributes.dct"
68     attribute "ENERGY" real 1500 "" "eV"
69 pgondoin 1.3 attribute "THETA" real 6.0 "" "arcmin"
70 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
71     >
72 pgondoin 1.1
73 pgondoin 1.3 array(512,512) "1500eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.15.fit")
74 pgondoin 1.2 <
75     include "attributes.dct"
76     attribute "ENERGY" real 1500 "" "eV"
77 pgondoin 1.3 attribute "THETA" real 9.0 "" "arcmin"
78 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
79     >
80 pgondoin 1.1
81 pgondoin 1.3 array(512,512) "1500eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.20.fit")
82 pgondoin 1.2 <
83     include "attributes.dct"
84     attribute "ENERGY" real 1500 "" "eV"
85 pgondoin 1.3 attribute "THETA" real 12.0 "" "arcmin"
86 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
87     >
88 pgondoin 1.1
89 pgondoin 1.3 array(512,512) "1500eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.25.fit")
90 pgondoin 1.2 <
91     include "attributes.dct"
92     attribute "ENERGY" real 1500 "" "eV"
93 pgondoin 1.3 attribute "THETA" real 15.0 "" "arcmin"
94 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
95     >
96 pgondoin 1.1
97 pgondoin 1.3 array(512,512) "3000eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-3000-0.00.fit")
98 pgondoin 1.2 <
99     include "attributes.dct"
100     attribute "ENERGY" real 3000 "" "eV"
101 pgondoin 1.3 attribute "THETA" real 0.00 "" "arcmin"
102 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
103     >
104 pgondoin 1.1
105 pgondoin 1.3 array(512,512) "3000eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-3000-0.05.fit")
106 pgondoin 1.2 <
107     include "attributes.dct"
108     attribute "ENERGY" real 3000 "" "eV"
109 pgondoin 1.3 attribute "THETA" real 3.0 "" "arcmin"
110 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
111     >
112 pgondoin 1.1
113 pgondoin 1.3 array(512,512) "3000eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-3000-0.10.fit")
114 pgondoin 1.2 <
115     include "attributes.dct"
116     attribute "ENERGY" real 3000 "" "eV"
117 pgondoin 1.3 attribute "THETA" real 6.0 "" "arcmin"
118 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
119     >
120 pgondoin 1.1
121 pgondoin 1.3 array(512,512) "3000eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-3000-0.15.fit")
122 pgondoin 1.2 <
123     include "attributes.dct"
124     attribute "ENERGY" real 3000 "" "eV"
125 pgondoin 1.3 attribute "THETA" real 9.0 "" "arcmin"
126 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
127     >
128 pgondoin 1.1
129 pgondoin 1.3 array(512,512) "3000eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-3000-0.20.fit")
130 pgondoin 1.2 <
131     include "attributes.dct"
132     attribute "ENERGY" real 3000 "" "eV"
133 pgondoin 1.3 attribute "THETA" real 12.0 "" "arcmin"
134 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
135     >
136 pgondoin 1.1
137 pgondoin 1.3 array(512,512) "3000eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-3000-0.25.fit")
138 pgondoin 1.2 <
139     include "attributes.dct"
140     attribute "ENERGY" real 3000 "" "eV"
141 pgondoin 1.3 attribute "THETA" real 15.0 "" "arcmin"
142 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
143     >
144 pgondoin 1.1
145 pgondoin 1.3 array(512,512) "4500eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-4500-0.00.fit")
146 pgondoin 1.2 <
147     include "attributes.dct"
148     attribute "ENERGY" real 4500 "" "eV"
149 pgondoin 1.3 attribute "THETA" real 0.00 "" "arcmin"
150 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
151     >
152 pgondoin 1.1
153 pgondoin 1.3 array(512,512) "4500eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-4500-0.05.fit")
154 pgondoin 1.2 <
155     include "attributes.dct"
156     attribute "ENERGY" real 4500 "" "eV"
157 pgondoin 1.3 attribute "THETA" real 3.0 "" "arcmin"
158 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
159     >
160 pgondoin 1.1
161 pgondoin 1.3 array(512,512) "4500eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-4500-0.10.fit")
162 pgondoin 1.2 <
163     include "attributes.dct"
164     attribute "ENERGY" real 4500 "" "eV"
165 pgondoin 1.3 attribute "THETA" real 6.0 "" "arcmin"
166 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
167     >
168 pgondoin 1.1
169 pgondoin 1.3 array(512,512) "4500eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-4500-0.15.fit")
170 pgondoin 1.2 <
171     include "attributes.dct"
172     attribute "ENERGY" real 4500 "" "eV"
173 pgondoin 1.3 attribute "THETA" real 9.0 "" "arcmin"
174 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
175     >
176 pgondoin 1.1
177 pgondoin 1.3 array(512,512) "4500eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.20.fit")
178 pgondoin 1.2 <
179     include "attributes.dct"
180     attribute "ENERGY" real 4500 "" "eV"
181 pgondoin 1.3 attribute "THETA" real 12.0 "" "arcmin"
182 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
183     >
184 pgondoin 1.1
185 pgondoin 1.3 array(512,512) "4500eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-1500-0.25.fit")
186 pgondoin 1.2 <
187     include "attributes.dct"
188     attribute "ENERGY" real 4500 "" "eV"
189 pgondoin 1.3 attribute "THETA" real 15.0 "" "arcmin"
190 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
191     >
192 pgondoin 1.1
193 pgondoin 1.3 array(512,512) "6000eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-6000-0.00.fit")
194 pgondoin 1.2 <
195     include "attributes.dct"
196     attribute "ENERGY" real 6000 "" "eV"
197 pgondoin 1.3 attribute "THETA" real 0.00 "" "arcmin"
198 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
199     >
200 pgondoin 1.1
201 pgondoin 1.3 array(512,512) "6000eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-6000-0.05.fit")
202 pgondoin 1.2 <
203     include "attributes.dct"
204     attribute "ENERGY" real 6000 "" "eV"
205 pgondoin 1.3 attribute "THETA" real 3.0 "" "arcmin"
206 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
207     >
208 pgondoin 1.1
209 pgondoin 1.3 array(512,512) "6000eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-6000-0.10.fit")
210 pgondoin 1.2 <
211     include "attributes.dct"
212     attribute "ENERGY" real 6000 "" "eV"
213 pgondoin 1.3 attribute "THETA" real 6.0 "" "arcmin"
214 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
215     >
216 pgondoin 1.1
217 pgondoin 1.3 array(512,512) "6000eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-6000-0.15.fit")
218 pgondoin 1.2 <
219     include "attributes.dct"
220     attribute "ENERGY" real 6000 "" "eV"
221 pgondoin 1.3 attribute "THETA" real 9.0 "" "arcmin"
222 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
223     >
224 pgondoin 1.1
225 pgondoin 1.3 array(512,512) "6000eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-6000-0.20.fit")
226 pgondoin 1.2 <
227     include "attributes.dct"
228     attribute "ENERGY" real 6000 "" "eV"
229 pgondoin 1.3 attribute "THETA" real 12.0 "" "arcmin"
230 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
231     >
232 pgondoin 1.1
233 pgondoin 1.3 array(512,512) "6000eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-6000-0.25.fit")
234 pgondoin 1.2 <
235     include "attributes.dct"
236     attribute "ENERGY" real 6000 "" "eV"
237 pgondoin 1.3 attribute "THETA" real 15.0 "" "arcmin"
238 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
239     >
240 pgondoin 1.1
241 pgondoin 1.3 array(512,512) "7500eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-7500-0.00.fit")
242 pgondoin 1.2 <
243     include "attributes.dct"
244     attribute "ENERGY" real 7500 "" "eV"
245 pgondoin 1.3 attribute "THETA" real 0.00 "" "arcmin"
246 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
247     >
248 pgondoin 1.1
249 pgondoin 1.3 array(512,512) "7500eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-7500-0.05.fit")
250 pgondoin 1.2 <
251     include "attributes.dct"
252     attribute "ENERGY" real 7500 "" "eV"
253 pgondoin 1.3 attribute "THETA" real 3.0 "" "arcmin"
254 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
255     >
256 pgondoin 1.1
257 pgondoin 1.3 array(512,512) "7500eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-7500-0.10.fit")
258 pgondoin 1.2 <
259     include "attributes.dct"
260     attribute "ENERGY" real 7500 "" "eV"
261 pgondoin 1.3 attribute "THETA" real 6.0 "" "arcmin"
262 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
263     >
264 pgondoin 1.1
265 pgondoin 1.3 array(512,512) "7500eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-7500-0.15.fit")
266 pgondoin 1.2 <
267     include "attributes.dct"
268     attribute "ENERGY" real 7500 "" "eV"
269 pgondoin 1.3 attribute "THETA" real 9.0 "" "arcmin"
270 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
271     >
272 pgondoin 1.1
273 pgondoin 1.3 array(512,512) "7500eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-7500-0.20.fit")
274 pgondoin 1.2 <
275     include "attributes.dct"
276     attribute "ENERGY" real 7500 "" "eV"
277 pgondoin 1.3 attribute "THETA" real 12.0 "" "arcmin"
278 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
279     >
280 pgondoin 1.1
281 pgondoin 1.3 array(512,512) "7500eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-7500-0.25.fit")
282 pgondoin 1.2 <
283     include "attributes.dct"
284     attribute "ENERGY" real 7500 "" "eV"
285 pgondoin 1.3 attribute "THETA" real 15.0 "" "arcmin"
286 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
287     >
288 pgondoin 1.1
289 pgondoin 1.3
290     array(512,512) "9000eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-9000-0.00.fit")
291 pgondoin 1.2 <
292     include "attributes.dct"
293     attribute "ENERGY" real 9000 "" "eV"
294 pgondoin 1.3 attribute "THETA" real 0.00 "" "arcmin"
295 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
296     >
297 pgondoin 1.1
298 pgondoin 1.3 array(512,512) "9000eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-9000-0.05.fit")
299 pgondoin 1.2 <
300     include "attributes.dct"
301     attribute "ENERGY" real 9000 "" "eV"
302 pgondoin 1.3 attribute "THETA" real 3.0 "" "arcmin"
303 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
304     >
305 pgondoin 1.1
306 pgondoin 1.3 array(512,512) "9000eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-9000-0.10.fit")
307 pgondoin 1.2 <
308     include "attributes.dct"
309     attribute "ENERGY" real 9000 "" "eV"
310 pgondoin 1.3 attribute "THETA" real 6.0 "" "arcmin"
311 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
312     >
313 pgondoin 1.1
314 pgondoin 1.3 array(512,512) "9000eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-9000-0.15.fit")
315 pgondoin 1.2 <
316     include "attributes.dct"
317     attribute "ENERGY" real 9000 "" "eV"
318 pgondoin 1.3 attribute "THETA" real 9.0 "" "arcmin"
319 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
320     >
321 pgondoin 1.1
322 pgondoin 1.3 array(512,512) "9000eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-9000-0.20.fit")
323 pgondoin 1.2 <
324     include "attributes.dct"
325     attribute "ENERGY" real 9000 "" "eV"
326 pgondoin 1.3 attribute "THETA" real 12.0 "" "arcmin"
327 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
328     >
329 pgondoin 1.1
330 pgondoin 1.3 array(512,512) "9000eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-9000-0.25.fit")
331 pgondoin 1.2 <
332     include "attributes.dct"
333     attribute "ENERGY" real 9000 "" "eV"
334 pgondoin 1.3 attribute "THETA" real 15.0 "" "arcmin"
335     attribute "PHI" real 0.0 "" "deg"
336     >
337    
338     array(512,512) "10500eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-10500-0.00.fit")
339     <
340     include "attributes.dct"
341     attribute "ENERGY" real 10500 "" "eV"
342     attribute "THETA" real 0.00 "" "arcmin"
343     attribute "PHI" real 0.0 "" "deg"
344     >
345    
346     array(512,512) "10500eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-10500-0.05.fit")
347     <
348     include "attributes.dct"
349     attribute "ENERGY" real 10500 "" "eV"
350     attribute "THETA" real 3.0 "" "arcmin"
351     attribute "PHI" real 0.0 "" "deg"
352     >
353    
354     array(512,512) "10500eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-10500-0.10.fit")
355     <
356     include "attributes.dct"
357     attribute "ENERGY" real 10500 "" "eV"
358     attribute "THETA" real 6.0 "" "arcmin"
359     attribute "PHI" real 0.0 "" "deg"
360     >
361    
362     array(512,512) "10500eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-10500-0.15.fit")
363     <
364     include "attributes.dct"
365     attribute "ENERGY" real 10500 "" "eV"
366     attribute "THETA" real 9.0 "" "arcmin"
367     attribute "PHI" real 0.0 "" "deg"
368     >
369    
370     array(512,512) "10500eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-10500-0.20.fit")
371     <
372     include "attributes.dct"
373     attribute "ENERGY" real 10500 "" "eV"
374     attribute "THETA" real 12.0 "" "arcmin"
375     attribute "PHI" real 0.0 "" "deg"
376     >
377    
378     array(512,512) "10500eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-10500-0.25.fit")
379     <
380     include "attributes.dct"
381     attribute "ENERGY" real 10500 "" "eV"
382     attribute "THETA" real 15.0 "" "arcmin"
383     attribute "PHI" real 0.0 "" "deg"
384     >
385    
386     array(512,512) "12000eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-12000-0.00.fit")
387     <
388     include "attributes.dct"
389     attribute "ENERGY" real 12000 "" "eV"
390     attribute "THETA" real 0.00 "" "arcmin"
391     attribute "PHI" real 0.0 "" "deg"
392     >
393    
394     array(512,512) "12000eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-12000-0.05.fit")
395     <
396     include "attributes.dct"
397     attribute "ENERGY" real 12000 "" "eV"
398     attribute "THETA" real 3.0 "" "arcmin"
399     attribute "PHI" real 0.0 "" "deg"
400     >
401    
402     array(512,512) "12000eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-12000-0.10.fit")
403     <
404     include "attributes.dct"
405     attribute "ENERGY" real 12000 "" "eV"
406     attribute "THETA" real 6.0 "" "arcmin"
407     attribute "PHI" real 0.0 "" "deg"
408     >
409    
410     array(512,512) "12000eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-12000-0.15.fit")
411     <
412     include "attributes.dct"
413     attribute "ENERGY" real 12000 "" "eV"
414     attribute "THETA" real 9.0 "" "arcmin"
415     attribute "PHI" real 0.0 "" "deg"
416     >
417    
418     array(512,512) "12000eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-12000-0.20.fit")
419     <
420     include "attributes.dct"
421     attribute "ENERGY" real 12000 "" "eV"
422     attribute "THETA" real 12.0 "" "arcmin"
423     attribute "PHI" real 0.0 "" "deg"
424     >
425    
426     array(512,512) "12000eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-12000-0.25.fit")
427     <
428     include "attributes.dct"
429     attribute "ENERGY" real 12000 "" "eV"
430     attribute "THETA" real 15.0 "" "arcmin"
431     attribute "PHI" real 0.0 "" "deg"
432     >
433    
434    
435     array(512,512) "13500eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-13500-0.00.fit")
436     <
437     include "attributes.dct"
438     attribute "ENERGY" real 13500 "" "eV"
439     attribute "THETA" real 0.00 "" "arcmin"
440     attribute "PHI" real 0.0 "" "deg"
441     >
442    
443     array(512,512) "13500eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-13500-0.05.fit")
444     <
445     include "attributes.dct"
446     attribute "ENERGY" real 13500 "" "eV"
447     attribute "THETA" real 3.0 "" "arcmin"
448     attribute "PHI" real 0.0 "" "deg"
449     >
450    
451     array(512,512) "13500eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-13500-0.10.fit")
452     <
453     include "attributes.dct"
454     attribute "ENERGY" real 13500 "" "eV"
455     attribute "THETA" real 6.0 "" "arcmin"
456     attribute "PHI" real 0.0 "" "deg"
457     >
458    
459     array(512,512) "13500eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-13500-0.15.fit")
460     <
461     include "attributes.dct"
462     attribute "ENERGY" real 13500 "" "eV"
463     attribute "THETA" real 9.0 "" "arcmin"
464     attribute "PHI" real 0.0 "" "deg"
465     >
466    
467     array(512,512) "13500eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-13500-0.20.fit")
468     <
469     include "attributes.dct"
470     attribute "ENERGY" real 13500 "" "eV"
471     attribute "THETA" real 12.0 "" "arcmin"
472     attribute "PHI" real 0.0 "" "deg"
473     >
474    
475     array(512,512) "13500eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-13500-0.25.fit")
476     <
477     include "attributes.dct"
478     attribute "ENERGY" real 13500 "" "eV"
479     attribute "THETA" real 15.0 "" "arcmin"
480     attribute "PHI" real 0.0 "" "deg"
481     >
482    
483     array(512,512) "15000eV_00armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-15000-0.00.fit")
484     <
485     include "attributes.dct"
486     attribute "ENERGY" real 15000 "" "eV"
487     attribute "THETA" real 0.00 "" "arcmin"
488     attribute "PHI" real 0.0 "" "deg"
489     >
490    
491     array(512,512) "15000eV_03armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-15000-0.05.fit")
492     <
493     include "attributes.dct"
494     attribute "ENERGY" real 15000 "" "eV"
495     attribute "THETA" real 3.0 "" "arcmin"
496     attribute "PHI" real 0.0 "" "deg"
497     >
498    
499     array(512,512) "15000eV_06armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-15000-0.10.fit")
500     <
501     include "attributes.dct"
502     attribute "ENERGY" real 15000 "" "eV"
503     attribute "THETA" real 6.0 "" "arcmin"
504     attribute "PHI" real 0.0 "" "deg"
505     >
506    
507     array(512,512) "15000eV_09armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-15000-0.15.fit")
508     <
509     include "attributes.dct"
510     attribute "ENERGY" real 15000 "" "eV"
511     attribute "THETA" real 9.0 "" "arcmin"
512     attribute "PHI" real 0.0 "" "deg"
513     >
514    
515     array(512,512) "15000eV_12armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-15000-0.20.fit")
516     <
517     include "attributes.dct"
518     attribute "ENERGY" real 15000 "" "eV"
519     attribute "THETA" real 12.0 "" "arcmin"
520     attribute "PHI" real 0.0 "" "deg"
521     >
522    
523     array(512,512) "15000eV_15armin" real32 "label" "unit" fillArrayFromFits(arr,"psffits/point-15000-0.25.fit")
524     <
525     include "attributes.dct"
526     attribute "ENERGY" real 15000 "" "eV"
527     attribute "THETA" real 15.0 "" "arcmin"
528 pgondoin 1.2 attribute "PHI" real 0.0 "" "deg"
529     >
530 pgondoin 1.1

  ViewVC Help
Powered by ViewVC 1.1.27