Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/asmooth/node11.html
Дата изменения: Wed Jul 2 06:11:34 2008
Дата индексирования: Fri Sep 5 19:38:31 2008
Кодировка:

Поисковые слова: arp 220
Adaptive smoothing XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


asmooth (asmooth-2.26.1) [xmmsas_20080701_1801-8.0.0]

Multi-convolver smoothing Ways of specifying the Smoothing from an adaptive Home Index

Meta Index / Home Page / Description / Ways of specifying the


Adaptive smoothing

smoothstyle=`adaptive'.

This is exactly the same as the patchwork convolution described in section 3.3.4, except here the task calculates the library of convolvers and the associated index image itself.

Adaptive smoothing is designed for Poissonian images made by counting photons or events. (Note that all images made by XMM instruments have this character.) For such non-negative images it is convenient to define the signal-to-noise ratio (SNR) at each pixel as the value at that pixel divided by its standard deviation. The intent of adaptive smoothing is to produce an output image in which the SNR at each pixel is as close as possible to the constant value given in parameter desiredsnr. Through this process, fainter areas become more thoroughly smoothed than brighter areas. This implies that the detail which one wishes to preserve from smoothing should be bright rather than dark - it would not be advisable, for example, to adaptively smooth an image of absorbing dust filaments on a bright background.

The convolvers are normalized gaussians of the form described in section 3.3.1. The exact distribution of their widths is not of primary importance so long as there are enough of them within a wide enough range to cater for the variations in SNR of the input image. There are several ways in which the widths of the gaussians can be established. Firstly, the user can provide a list of widths directly via the userwidths parameter; alternatively, the user can provide minimum and maximum values (parameters minwidth and maxwidth), specify the number of convolvers (nconvolvers) and the scaling rule to be used (widthliststyle), and allow the task to calculate the widths.

The relation between input and output standard deviation is given by equation 2. For the square, symmetric gaussian convolvers of section 3.3.1 this becomes


\begin{displaymath}
\sigma(O)_{x,y} = C \, \frac{\sqrt{\sum_{i=-N}^{N} \sum_{j=-...
...-j}}} {\sum_{i=-N}^{N} \sum_{j=-N}^{N} c_{i,j} \ w_{x-i,y-j}},
\end{displaymath}

giving the following equation for the signal-to-noise ratio of the smoothed image:


\begin{displaymath}
SNR(O)_{x,y} = \frac{\sum_{i=-N}^{N} \sum_{j=-N}^{N} c_{i,j}...
...j=-N}^{N} c_{i,j}^2 \ w_{x-i,y-j}^2 \ \sigma^2(I)_{x-i,y-j}}}.
\end{displaymath} (3)

As described in section 3.2, the user can either supply an explicit image of the variance $\sigma^2(I)_{x,y}$ of the input image, or this can be left implicit by leaving readvarianceset at its default value of `no'. In the latter case, the task works under the assumption that the input image is Poissonian and thus may be used as an estimate of its own variance.

It is not possible to invert equation 3 so as to arrive at the required width of the gaussian convolver needed to give $SNR(O)_{x,y}=$desiredsnr at each $(x,y)$. Instead the solution must be found iteratively. The procedure used by asmooth is simple and therefore robust: for each image pixel, the task starts at the broadest gaussian in its library and works through the library until $\vert SNR(O)_{x,y}-$desiredsnr$\vert$ reaches a minimum.

The task actually makes two passes through the library of gaussians: the first as described above, to calculate the index image; the second refers to the index image while performing the convolution, exactly as described in section 3.3.4.

Note that variance values $=0$ are permitted. This leaves open the possibility that the denominator of equation 3 may be zero-valued at some $(x,y)$. Equation 3 is not calculated for such pixels: they are instead simply allocated in the index image to the first, ie broadest, gaussian.

Occasionally it is useful to be able to apply the adaptive smoothing calculated for one image to another. The smoothing information can be stored to file in two ways: either directly as a set of convolver images plus an index image (via parameters writeconvolvers, outconvolversset and outindeximageset), or via a template image (writetemplateset and outtemplateset). To find out how to make use of these files, look in sections 3.3.4 and 3.3.6 respectively.


Multi-convolver smoothing Ways of specifying the Smoothing from an adaptive Home Index

XMM-Newton SOC/SSC -- 2008-07-02