next up previous contents index
Next: Module FitsIOServer Up: sophya Previous: Module Samba   Contents   Index


Module SkyT

The SkyT module is composed of two types of classes:

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}


#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