|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/8.0.0/doc/omthlcplot/node9.html
Дата изменения: Wed Jul 2 01:56:51 2008 Дата индексирования: Fri Sep 5 21:41:45 2008 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
Subroutine omthlcplot
Recover parameters (File names, Device type, Binning factor, Plots
per page, Ouput file)
Read source time series FITS file :
Get dataset and table.
Check important keyword consistency (notably TSTART and TIMEDEL).
Call an error if necessary.
Recover all light curves included in the table
Net source rates are recorded in an array of dimensions: number of
bins * number of light curves.
Open plot : create view surface in specified device format (check
its validity).
For each light curve :
Generate labels to add to the plots, so that all the relevant
header information is displayed on the plots page.
Increase binsize if necessary to limit the number of points to 500.
Rebin rate data by binsize and generate error columns, where
the error is the the square root of the RATES values. The
errors and the time are also subsequently rebinned.
Create labelled plot pages separated into the number of
panels specified by the user, in which time is graduated on
X-axis (see Comments), and count rates on Y-axis (in counts/sec).
Release memory.
Close plot.
End subroutine omthlcplot