Changeset 928 in Sophya for trunk/SophyaProg/PMixer/skymixer.cc
- Timestamp:
- Apr 14, 2000, 1:10:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 // -----------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.