Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/8.0.0/doc/colsmooth/node4.html
Дата изменения: Wed Jul 2 06:03:15 2008
Дата индексирования: Fri Sep 5 20:51:31 2008
Кодировка:

Поисковые слова: вечный календарь
Introduction. XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


colsmooth (colsmooth-1.7) [xmmsas_20080701_1801-8.0.0]

Description Description Convolver. Home Index

Meta Index / Home Page / Description

Introduction.

The task convolves a specified column of a fits file by a user-specified convolving function. This can be used to smooth the values in the column. Specifically, for input vector $x$ defined from $i=1$ to $i=N$ and convolver $c$ defined from $-M$ to $M$, colsmooth performs the following transformation:


\begin{displaymath}
y_{i} = \frac{\sum_{j=-M}^{M} F_{i,j}}{\sum_{j=-M}^{M} G_{i,j}}
\end{displaymath} (1)

where


\begin{displaymath}
F_{i,j} = \left\{
\begin{array}{ll}
c_{j} \ x_{i-j} & \tex...
... $i-j \in [1,N]$}\\
0 & \textrm{else}\\
\end{array}\right.
\end{displaymath} (2)

and the weight term $G_{i,j}$ is given by


\begin{displaymath}
G_{i,j} = \left\{
\begin{array}{ll}
c_{j} & \textrm{if $i-j \in [1,N]$}\\
0 & \textrm{else}\\
\end{array}\right.
\end{displaymath}

These formulae automatically normalise the convolver $c$. If this is not desired (indicated by setting the parameter normalise to `no'), the $y$ values are multiplied by $\sum_{j=-M}^{M} c_{j}$ in addition to the above.

The user may also specify an uncertainty column. The values of this column, which we denote by $u$, are transformed as follows:


\begin{displaymath}
v_{i} = \frac{\sqrt{\sum_{j=-M}^{M} H_{i,j}}}{\sum_{j=-M}^{M} G_{i,j}}
\end{displaymath} (3)

The vector $v$ here represents the transformed uncertainty values. The quantity $H$ is given by


\begin{displaymath}
H_{i,j} = \left\{
\begin{array}{ll}
c_{j}^{2} \ u_{i-j}^{2...
... $i-j \in [1,N]$}\\
0 & \textrm{else}\\
\end{array}\right.
\end{displaymath}

and $G$ is as given above. The $v$ values can be `unnormalised' in the same way as $y$ above.

It is probably as well to remind users that the benefits of smoothing are almost entirely cosmetic. The fundamental amount of information in the column cannot of course be increased by such processing. In fact use of a low-pass filter may be deceptive: the amount of noise may not have decreased very much although the graph looks much better because of the suppression of the more visible high-frequency end of the noise spectrum.

This task is not XMM-specific.


Description Description Convolver. Home Index

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