acis_extract, srclist_filename, obsname, obsdata_filename, /EXTRACT_EVENTS, ENERGY_RANGE=[
energy,
energy], EMAP_FILENAME=
filepath, WARNING_REGION_FILENAME=
filepath, NEIGHBORHOOD_SIZE=
value, /REUSE_NEIGHBORHOOD
acis_extract, srclist_filename, obsname, /EXTRACT_EVENTS, /PLOT
EXAMPLE:
idl
tee extract_events_1875.log
acis_extract, 'all.srclist', '1875', '../obs1875/spectral.evt', /EXTRACT_EVENTS, ENERGY_RANGE=[0.5,8], EMAP_FILENAME='../obs1875/obs.emap', WARNING_REGION_FILENAME='warning.reg'
acis_extract, 'all.srclist', '1875', /EXTRACT_EVENTS, /PLOT
- The optional ENERGY_RANGE parameter defines the band over which statistics are computed; default is [0.5,8.0].
- The optional WARNING_REGION_FILENAME parameter names a CIAO region file that defines regions of the field on which sources will require special attention. AE will determine what fraction of the source events fall in the ``warning regions'', and report the fraction in the keyword WARNFRAC in obs.stats.
- The optional NEIGHBORHOOD_SIZE parameter specifies the minimum width/height (in arcseconds) of the source neighborhood that is extracted; default is 50.
- The optional keyword /REUSE_NEIGHBORHOOD directs AE to use any existing neighborhood.evt file it finds from a previous run, saving significant time for an observation with many events.
- If the optional parameter /ONLY_EDITED is set the only sources processed are those for which the extraction
region file (extract.reg) appears to have been edited by DS9 (e.g. during the SHOW_REGIONS stage). This is merely
a convenience for the situation where reprocessing a complete catalog would take a long time and making a list of
the extraction regions you've edited would be a hassle.
For each source the following files are produced:
- {sourcename}/{obsname}/neighborhood.evt:
- a FITS event list covering the immediate neighborhood of the source
- {sourcename}/{obsname}/obs.psffrac:
- a FITS file containing a table of PSF fractions at all the energies for which a PSF was computed.
- {sourcename}/{obsname}/source.evt:
- the events falling in the source extraction region
- {sourcename}/{obsname}/obs.stats:
- a FITS file containing keyword information about this observation of the source
Several interactive plots show characteristics of the source extraction; see our AE recipes (§7.1) for descriptions of each.
Next: E..3 EXTRACT_SPECTRA Stage
Up: E. Obsolete Stages
Previous: E..1 CONSTRUCT_REGIONS Stage
Patrick Broos
Penn State Department of Astronomy
2013-05-09