diff options
Diffstat (limited to 'pkg/tbtables/cfitsio/iter_c.fit')
-rw-r--r-- | pkg/tbtables/cfitsio/iter_c.fit | 701 |
1 files changed, 701 insertions, 0 deletions
diff --git a/pkg/tbtables/cfitsio/iter_c.fit b/pkg/tbtables/cfitsio/iter_c.fit new file mode 100644 index 00000000..f8576741 --- /dev/null +++ b/pkg/tbtables/cfitsio/iter_c.fit @@ -0,0 +1,701 @@ +SIMPLE = T / file does conform to FITS standard BITPIX = 32 / number of bits per data pixel NAXIS = 0 / number of data axes EXTEND = T / FITS dataset may contain extensions COMMENT FITS (Flexible Image Transport System) format defined in Astronomy andCOMMENT Astrophysics Supplement Series v44/p363, v44/p371, v73/p359, v73/p365.COMMENT Contact the NASA Science Office of Standards and Technology for the COMMENT FITS Definition document #100 and other FITS information. END XTENSION= 'BINTABLE' / FITS 3D BINARY TABLE BITPIX = 8 / Binary data NAXIS = 2 / Table is a matrix NAXIS1 = 16 / Width of table in bytes NAXIS2 = 5000 / Number of entries in table PCOUNT = 0 / Random parameter count GCOUNT = 1 / Group count TFIELDS = 5 / Number of fields in each row EXTNAME = 'EVENTS ' / Table name EXTVER = 1 / Version number of table TFORM1 = '1I ' / Data type for field TTYPE1 = 'X ' / Label for field TUNIT1 = ' ' / Physical units for field TFORM2 = '1I ' / Data type for field TTYPE2 = 'Y ' / Label for field TUNIT2 = ' ' / Physical units for field TFORM3 = '1I ' / Data type for field TTYPE3 = 'PHA ' / Label for field TUNIT3 = ' ' / Physical units for field TFORM4 = '1D ' / Data type for field TTYPE4 = 'TIME ' / Label for field TUNIT4 = ' ' / Physical units for field TFORM5 = '1I ' / Data type for field TTYPE5 = 'DY ' / Label for field TUNIT5 = ' ' / Physical units for field TLMIN1 = 1 TLMAX1 = 15360 TLMIN2 = 1 TLMAX2 = 15360 NAXLEN = 2 / Number of QPOE axes AXLEN1 = 15360 / Dim. of qpoe axis 1 AXLEN2 = 15360 / Dim. of qpoe axis 2 TELESCOP= 'ROSAT ' / telescope (mission) name INSTRUME= 'PSPC ' / instrument (detector) name RADECSYS= 'FK5 ' / WCS for this file (e.g. Fk4) EQUINOX = 2.000000E3 / equinox (epoch) for WCS CTYPE1 = 'RA---TAN' / axis type for dim. 1 (e.g. RA---TAN) CTYPE2 = 'DEC--TAN' / axis type for dim. 2 (e.g. DEC--TAN) CRVAL1 = 8.588000E1 / sky coord of 1st axis (deg.) CRVAL2 = 6.926986E1 / sky coord of 2nd axis (deg.) CDELT1 = -1.388889E-4 / x degrees per pixel CDELT2 = 1.388889E-4 / y degrees per pixel CRPIX1 = 7.680000E3 / x pixel of tangent plane direction CRPIX2 = 7.680000E3 / y pixel of tangent plane direction CROTA2 = 0.000000E0 / rotation angle (degrees) MJD-OBS = 4.905444E4 / MJD of start of obs. DATE-OBS= '08/03/93' / date of observation start TIME-OBS= '10:30:32' / time of observation start DATE-END= '11/03/93' / date of observation end TIME-END= '05:02:18' / time of observation end XS-OBSID= 'US800282P.N1 ' / observation ID XS-SEQPI= 'ROTS, DR., ARNOLD,H. ' / XS-SUBIN= 2 / subinstrument id XS-OBSV = 800282 / observer id XS-CNTRY= 'USA ' / country where data was processed XS-FILTR= 0 / filter id: 0=none, 1=PSPC boron XS-MODE = 1 / pointing mode: 1=point,2=slew,3=scan XS-DANG = 0.000000E0 / detector roll angle (degrees) XS-MJDRD= 48043 / integer portion of mjd for SC clock start XS-MJDRF= 8.797453703700740E-1 / fractional portion of mjd for SC clock start XS-EVREF= 0 / day offset from mjdrday to evenr start times XS-TBASE= 0.000000000000000E0 / seconds from s/c clock start to obs start XS-ONTI = 1.476600000000000E4 / on time (seconds) XS-LIVTI= 1.476600000000000E4 / live time (seconds) XS-DTCOR= 1.000000E0 / dead time correction XS-BKDEN= 0.000000E0 / bkgd density cts/arcmin**2 XS-MINLT= 0.000000E0 / min live time factor XS-MAXLT= 0.000000E0 / max live time factor XS-XAOPT= 0.000000E0 / avg. opt. axis x in degrees from tangent planXS-YAOPT= 0.000000E0 / avg. opt. axis y in degrees from tangent planXS-XAOFF= 0.000000E0 / avg x aspect offset (degrees) XS-YAOFF= 0.000000E0 / avg y aspect offset (degrees) XS-RAROT= 0.000000E0 / avg aspect rotation (degrees) XS-XARMS= 0.000000E0 / avg x aspect RMS (arcsec) XS-YARMS= 0.000000E0 / avg y aspect RMS (arcsec) XS-RARMS= 0.000000E0 / avg aspect rotation RMS (degrees) XS-RAPT = 8.588000E1 / nominal right ascension (degrees) XS-DECPT= 6.926986E1 / nominal declination (degrees) XS-XPT = 4096 / target pointing direction (pixels) XS-YPT = 4096 / target pointing direction (pixels) XS-XDET = 8192 / x dimen. of detector XS-YDET = 8192 / y dimen. of detector XS-FOV = 0 / field of view (degrees) XS-INPXX= 2.595021E-4 / original degrees per pixel XS-INPXY= 2.595021E-4 / original degrees per pixel XS-XDOPT= 4.119000E3 / detector opt. axis x in detector pixels XS-YDOPT= 3.929000E3 / detector opt. axis y in detector pixels XS-CHANS= 256 / pha channels TDISP4 = 'I12 ' HISTORY modified by pence on Thu Apr 24 15:04:08 EDT 1997 HISTORY modified by pence on Thu Apr 24 15:07:24 EDT 1997 TDISP5 = 'I4 ' HISTORY modified by pence on Thu Apr 24 16:06:08 EDT 1997 HISTORY File modified by user 'pence' with fv on 97-11-25T14:34:58 HISTORY File modified by user 'pence' with fv on 98-01-12T14:03:09 HISTORY File modified by user 'pence' with fv on 98-02-06T15:18:24 END +?-a +Am~ + +Ar +A{@ +e + + +1 +Ak +A@ +( +AY +Q +A` +2 +/ +AR +AG +At +/ +AD` +AN +r + +A +$s + +$_ +A +/ +A +AZ + + J +/^ +AE +xJ +A] +AQ +A +A +A +J ]{ +` + + +R +; +A!` + +4` + +ACi +_(U +QJ + +^n +AQ + +*
B +A\ +f + +Au +Y4p +,| +< +A +A +- +AC + +N +A + +A` + +''- +s +%L +1)V +&bp +D +, + + +# +s +A +[ ++!E +A ,*` += +? N +A : +] +A BG +_9
+# +A T +` +A _@ +0 + +A v + +3f? +A | +(J a +H +g(C +A +H" +A + +@ +Q + +>* +&y +A W@ +A ̄` + + +A +6 +A @ + 'y +91/ +)?/ +:1 + +A!` +A! T +) +A! +A!Y@ + +0
S +A!- + +A!1= +$$!c +l], +A!7R +A!8@ +*5 +A!@M +A!Sz +[: +&2 +%+ + +A!ji@ +
+A!w +A!y` + + + +A!3 +1S + +" + +*@( + +A!@ + +A! +A!@ + +A!w +A!h` + +X,* + +A! +#%0f +& +A! + +A!O +A!ؼ +R-, +A! + +A!Π +o7 +A! +A!<@ +* +C@ +' +A" +A"@ +A"%4 +A"&r` +A"(@ +A"8@ ++ +A":` +A/( + +L +A"e@ + +A"u{ +A" +$ +@ +A"@ +A"` +Bq +{ b +' +if +A" +%7{ +A"E + +A"? +} + +%) +A" +A"@ +A" +" +; +z)/#j +A#] + +k +`"3 +) +A#Š +A#i +b^7 + +U4 + +A#$ +$ +A#- +#1 +A#1 +) +& + +A#> +A#B +i. +?+ +A#R@ +
+A#X +U + +1#o' +% +A#h +A#tp + +8/ +A#P@ +A# +A#m +'&f +f +) +A#H +[+ +A# +^ +A#@ + +A#D +!, + +2# +A#נ ++++ +A#ϐ +A## +A#ۦ + (x +(:$ + +A# +6t +$H +A#q + + +A$ + + +*! +AS@ + +AS` + + +% +AS +ASʹ + + 6J +6 +p ++%i +AS@ +ASa +" +c9 + + +ATX + +AT` + +ty + +AT@ + +Z
+T +AT$C +AT' +{ +AT*u@ +'. +AT+` +AT3` +@$ +ATF +S7 + +%5 +5a +ATW? + + +ATi` +ATy +La1 +ATo +AT@ +5S +#(/s +AT` +c +9%. +AT +"D +AT` +AT! ++ +w5 +AT +ATS +AT +AT@ +j.ZV +ATG@ + +AT +AT +* +AUp +AU +\_ +. + +:` + +AUS +AU@ + +AU +AU` +V( +a 18 +AU# +AU(6 +$ +AU2U +p*> +AU< +- +Q +AUCԀ +, +AUI[ + +P{ +AUVF +AU[l +AU\` +AU_ +S +&Q + +0 +U +AUjߠ +3 +AUm4 +- + +w ++4' +W& +^ +AU +&n +AÙ + +AU +i +AU` +1? +
0 +.(p +w/O +y0 + + + +(R +Q#M0" +AU + +` +m ( + +$ +F$ +AV%D +`3P] +AV.U + + +z$ + +AV; +-+ +AV? +$ +AV?` +L + + + +6& +AVe + +AVh +Q +AVp +lA +"I,[ +AV +? +AV2 +AV +AV + +AV +!_ +AV + + +{; +AVS +W)[j +<!T2 +AV` +d +05 + +AV^@ + $z +AV@ + + +~] +A +5 +AVK` +AW +AW +t +" + +AWY@ +V"m + +! +AW@ +AW@ + +F + +AW*H +B,kK +$B +AWDy +) + +! +$ +AWh + +AW + +& +AWo +AW +AW` +@# +| +% +AW& + +. +AW + +[ +AWi +F +AW` +AW] ++ + +].w + +5- +AWU +AW9 + +AWS + +AX + +AXp +YJ +AXc + +#s +4%- +I. + ++ + +AX3` + +AXG$` ++ +AXI + +Z)3I +!( + +AXR/ + +AXX +3
+AXbA +(o +AXx= +* +*! +AX` + +" +"H + +" +AXπ +AX +AX[ +R4 + + +AX +AX +AX, + + + + + +* +*" + + +c0 +AY z += +Ӏ +M\F + +.& +% + + +4
, +AY@ +AY"` +AY' +AY'f + +AY6@ +, +AYF +, +AYT@ +AYV~ +& +f$ +'_ +AYoY` +AYr@ +AYyd +AYy +AY +AY +AY! +AY@ + +AY +AY +AY@ +L +AY +AY +AY +AY@ +j(} +AY9 +AY` +-( + +@- + +! +/ +AYހ + +AY + +g +AY +x + +6* +S + +V +@ +@ +AZ +AZ + +y,h+ +f! +[ +H +d0 + +3~ + +AZ]M + +&; +AZ`i +AZd +AZe +AZf) +AZr +/J +AZw7@ +1 +AZ@ +%' +w +AZ +)s +AZ@ +AZH` +AZj +AZ# +p.b +AZ + +7e +AZn |