Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.0.0/watchout/Evergreen_tips_and_tricks/standard_matrices.shtml
Дата изменения: Unknown Дата индексирования: Sat Dec 22 15:28:10 2007 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п п п п п п р п р п р п р п р п р п р п р п |
Home | Watchouts | Software requirements | Installation | Download | Documentation | Calibration | Help |
There is, however, a case where the usage of SAS-generated response matrices is largely to be preferred. If one has a spectrum with very good statistics in an emission line with centroid energy larger than 2.5 keV (e.g.: the Iron K-alpha line), one should be careful about using the "standard" matrices. These are binned at en energy resolution of 50 eV. XSPEC does not perform any interpolations in the energy space, and therefore the line energy can be obtained with an accuracy ~25 eV. A more accurate determination of the line energy can be obtained by running arfgen and rmfgen to create more finely spaced matrices:
rmfgen spectrumset=${myspectrum} rmfset=${myrmf} withenergybins=yes nenergybins=7475 energymin=0.05 energymax=15.0 arfgen spectrumset=${myspectrum} arfset=${myarf} withrmfset=yes rmfset=${myrmf}
The redistribution matrix,
binned at 2eV, takes about 25 MB of disk space. On the other hand,
the ARF is
small.