[UP]

ROSAT Extended Sources

[HOME]

Introduction

This tutorial deals with the identification of moderately extended sources in ROSAT data, where "moderate" means more than about 15 arcsec, but less than 5 arcmin. The ASTERIX source searching program PSS produces a measure of a source's extension by finding that Gaussian which, when convolved with the point response, best fits the observed surface brightness distribution. A measure of the significance of the extension is also provided, and an estimate of the error. The problem with this method of extension testing is that a number of different effects can result in the observed spatial distribution of photons varying from the point response.

How not to do it!

The naive method of extension testing is to set the PSS parameter EXTEN to value TRUE, and let it run over the entire field looking for extended sources. This is likely to produce misleading results for the first of the reasons listed above, ie. the quality of the psf model. PSS currently only works on 2D data and the usual way to run it is to assume a mean photon energy for the psf. This takes no account of the fact that sources are neither monochromatic nor uniformly so across the field.

Suggested method

The following is the method used by the (mythical) ICL procedure PSS_EXT_TEST, which will be invoked thus,

   ICL> pss_ext_test srclist rawdir+root sig_thresh outlist
where srclist is the input source list generated by PSS, rawdir+root is the combined directory and XRT root name for the observation being processed, sig_thresh is a threshold below which extension testing will not be performed, and outlist is the output source list.
  1. Extract a spectrum from a small area around each source. Background subtract this spectrum using the background spectrum derived from that used to subtract the image.

  2. Run the SPRESP program to create a psf composed of energy dependent psfs weighted by the counts in each spectral bin.

  3. Run PSS on just that source, creating a results file containing single source with the significance of extension. A graph of significance as a function of the Gaussian convolution FWHM is also produced.

Confirmation

A few ways to confirm PSS's results,


This page was written by David Allen, is maintained by Richard Beard, and last updated on 6th October 1997. If you have any comments, please contact asterix@star.sr.bham.ac.uk