Next: Module FitsIOServer
Up: sophya
Previous: Module Samba
  Contents
  Index
Module SkyT
The SkyT module is composed of two types of classes:
- one which corresponds to an emission spectrum of
radiation, which is called RadSpectra
- one which corresponds to the spectral response
of a given detector (i.e. corresponding to a detector
filter in a given frequency domain), which is called
SpectralResponse.
Figure 4:
partial class for SkyT module
![\begin{figure}
\framebox [40mm][c]{\mbox{\rule[-1mm]{0mm}{5mm} \bf RadSpectra} ...
...[40mm][c]{\mbox{\rule[-1mm]{0mm}{5mm} \bf GaussianFilter} }\\ [2mm]
\end{figure}](img21.gif) |
#include "skyt.h"
// ....
// Compute the flux from a blackbody at 2.73 K through a square filter
BlackBody myBB(2.73);
// We define a square filter from 100 - 200 GHz
SquareFilter mySF(100,200);
// Compute the filtered integrated flux :
double flux = myBB.filteredIntegratedFlux(mySF);
A more detailed description of SkyT module can be found in:
The SkyMixer (SkyT and PMixer modules) - Sophya Note No 2.
available also from Sophya Web site.
Reza Ansari
2001-03-07