acis_extract, srclist_filename, obsname, /TIMING, ENERGY_RANGE=[
energy,
energy], SNR_RANGE=[
value,
value], NUM_GROUPS_RANGE=[
value,
value]
EXAMPLE:
idl
tee timing_1875.log
acis_extract, 'all.srclist', '1875', /TIMING, ENERGY_RANGE=[0.5,8], SNR_RANGE=[2,20], NUM_GROUPS_RANGE=[2,100]
- The optional ENERGY_RANGE parameter defines the energy band over which the light curve is computed; default is [0.5,8.0].
- The optional keywords SNR_RANGE and NUM_GROUPS_RANGE change the time binning parameters. See §5.7 for the meaning of these parameters, each of which is a 2-element vector.
For each source the following files are produced:
- {sourcename}/{obsname}/source.lc:
- a FITS table containing the grouped light curve, grouped median energy time-series, exposure time series, and adaptively smoothed light curve.
The exposure values in this table attempt to account for both the integration time within each time bin (obtained from the GTI tables) and the ARF value (effective area and PSF fraction) associated with this ObsId. This facilitates testing for variability across ObsIds in the MERGE stage.
- {sourcename}/{obsname}/source.evt.ps:
- a PostScript file containing a scatter plot of event arrival times and energies, and a plot of the observed and uniform cumulative distribution functions used to compute KS probability.
To accommodate multiple observations, the binned and smoothed light curves are plotted in the MERGE_OBSERVATIONS stage.
Next: E..5 EXTRACT_BACKGROUNDS Stage
Up: E. Obsolete Stages
Previous: E..3 EXTRACT_SPECTRA Stage
Patrick Broos
Penn State Department of Astronomy
2013-05-09