Changeset 928 in Sophya
- Timestamp:
- Apr 14, 2000, 1:10:00 PM (25 years ago)
- Location:
- trunk/SophyaProg/PMixer
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/extractRS.cc
r900 r928 29 29 #include "gaussfilt.h" 30 30 #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 31 43 // ----------------------------------------------------------------- 32 44 // ------------- Function declaration ------------------------------ -
trunk/SophyaProg/PMixer/skymixer.cc
r904 r928 27 27 #include "specrespvector.h" 28 28 #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 */ 29 51 30 52 // ----------------------------------------------------------------- -
trunk/SophyaProg/PMixer/tgrsr.cc
r809 r928 16 16 17 17 #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 */ 18 26 19 27 // Test program to generate different type of RadSpectra -
trunk/SophyaProg/PMixer/tgsky.cc
r905 r928 10 10 #include "bruit.h" 11 11 #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 */ 12 17 13 18 // Test program to generate different type of random skies
Note:
See TracChangeset
for help on using the changeset viewer.