Changeset 928 in Sophya


Ignore:
Timestamp:
Apr 14, 2000, 1:10:00 PM (25 years ago)
Author:
ansari
Message:

Sophie: adding doc for Doxy doc

Location:
trunk/SophyaProg/PMixer
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/extractRS.cc

    r900 r928  
    2929#include "gaussfilt.h"
    3030#include "fitstarray.h"
     31
     32
     33/*! \ingroup PMixer
     34    \file extractRS.cc
     35 
     36  \brief  \b PROGRAM \b extractRS  <BR>
     37  Program to create a map (SphereHEALPix) with point source
     38  from small map (matrix) and convolving their radiation spectrum
     39  RadSpectra
     40  with a given filter response SpectralResponse
     41*/
     42
    3143// -----------------------------------------------------------------
    3244// ------------- Function declaration ------------------------------
  • trunk/SophyaProg/PMixer/skymixer.cc

    r904 r928  
    2727#include "specrespvector.h"
    2828#include "gaussfilt.h"
     29
     30/*!
     31  \defgroup PMixer PMixer module
     32  This module contains programs which:
     33  <UL>
     34  <LI> add several sky components, taking into account their
     35  radiation spectra and convoluting them with a given filter
     36  response : skymixer
     37  <LI> create a map with point source : extractRS
     38  <LI> generate sky components, radiation spectra and spectral
     39  response (small generator of maps) : tgsky and tgrsr
     40  </UL>
     41  A detailed description may be found at:
     42*/
     43/*!
     44 * \ingroup PMixer
     45 * \file skymixer.cc
     46 *\brief   \b PROGRAM    \b skyMixer  <BR>
     47 *   add several sky components, taking into account their
     48 *radiation spectra and convoluting them with a given filter
     49 *response
     50*/
    2951
    3052// -----------------------------------------------------------------
  • trunk/SophyaProg/PMixer/tgrsr.cc

    r809 r928  
    1616
    1717#include "timing.h"
     18
     19/*! \ingroup PMixer
     20  \file tgrsr.cc
     21 * \brief \b PROGRAM \b tgrsr  <BR>
     22  Program to generate different type of RadSpectra
     23  and SpectralResponse in the form of RadSpectraVec and SpecRespVec
     24  in FITS format
     25*/
    1826
    1927// Test program to generate different type of RadSpectra
  • trunk/SophyaProg/PMixer/tgsky.cc

    r905 r928  
    1010#include "bruit.h"
    1111#include "timing.h"
     12/*! \ingroup PMixer
     13  \file tgsky.cc
     14 * \brief \b PROGRAM \b tgsky  <BR>
     15 * \l Program which generates different types of random skies
     16 */
    1217
    1318// Test program to generate different type of random skies
Note: See TracChangeset for help on using the changeset viewer.