sources (version 1.5)
You can also look at:
This proceedure finds X-ray sources from the totaled sky
and exposure maps.
The proceedure then produced FITS format source lists
and creates regions files for each source and the
"source 0" region excluding all sources.
The positions and extraction
radii for the sources are determined in a four step
process.
- Smooth the summed sky and exposure maps
with the vsmooth STOOL. This does a variable size
boxcar smooth which uses the minimum square box of pixels
which contains at least 50 events. The same size
box is applied to the counts image and to the exposure map and
the results are divided to produce a smoothed, exposure-corrected
image. Pixels with 0 exposure are assigned a pixel value of 0.
Note that
each combination of instrument (SIS or GIS) and
image resolution (256 or possibly 64 for the GIS), has three
images corresponding to lo (<2keV), hi (>2keV) and all
energy bands.
- Detect sources in the smoothed images.
This is done using the ascasource STOOL which reports the
center pixel of each source s well as a suggested extraction
radius and a maximum extraction radius to avoid confusion
with other sources. Sources are detected with the following
algorithm:
- Locate the 20 brightest local peaks in the image.
A local peak is a pixel which is as bright or brighter
than the eight pixels surrounding it.
- Examine the peaks to see if they are distinct
and significant.
Choose the brightest peak. For each of the
other peaks, compare the minimum intensity along the
line segment connecting the peaks
to the intensity of the lower peak.
If the lower peak is less than 2.5 times brighter
than the trough separating it from the brightest peak,
delete the lower peak.
repeat this for the second brightest surviving peak,
etc.
- Determine the maximum extraction radii.
For each source calculate the distance to the
the lowest point along a straight line to each other
source. Set the maximum radius to the nearest
such trough.
- Determine the radial distribution of azimuthally
averaged intensity around each source.
Pixels with zero intensity are not included in the
average. The lowest intensity in the radial
distrubution is taken as the background flux.
- Delete all sources whose peak intensity is less than
four times the background intensity.
- Determine the "suggested" extraction radius.
This is set to the minimum radius at which the
azimuthally averaged intensity is more than 1/5
of the peak intensity and more than twice the
background intensity. The suggested radius is
never greater than the maximum radius.
- Determine the extraction radius for each source.
The default extraction radius is
6 arcmin for GIS and 4 arcmin for SIS.
If the suggested radius is less than the default radius
(true for point sources) than the default radius is used.
Otherwise use the suggested radius. In no case is the
extraction radius larger than the maximum radius.
- Reconcile the sources detected in the three energy bands.
and eliminate duplicates.
This is done by giving a list of all source positions and radii
to the sift_sources STOOL. The sources are listed in order of
decreasing intensity with all of the "all" energy bad sources
listed first, follwed by the "hi" energy sources, and the
"lo" energy sources. Sift_sources does the following:
- Take the first source in the list.
- Examine all the other sources in the list.
- If the second source is within the extraction radius
of the first source, eliminate it.
- If the extraction radii of the two sources overlap,
reduce the radius of the second source so that
they just touch.
- Repeat these steps for each of the other remaining
sources
FTOOLS called:
- fcreate
- fdump
- fmodhead
- setup_parfile
STOOLS called:
- ¸
- ascasource
- colorpic
- counts_in_circle
- equals
- g
- hïM8
- sift_sources
- vsmooth
Utilities called:
- exception
- ftool_test
- generate_filename
- log_entry
- milestone
- parse_filename
- read_bintable
- read_fits_keyword
- read_parfile
- setup_parfile
- sky2det
- stool_test