Changeset 930 in Sophya for trunk/SophyaProg
- Timestamp:
- Apr 14, 2000, 3:36:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/tgrsr.cc
r928 r930 1 #include "machdefs.h" 2 #include <iostream.h> 3 #include <typeinfo> 4 #include <math.h> 1 #include "pmixer.h" 5 2 6 #include "tvector.h" 7 #include "cimage.h" 8 #include "sambainit.h" 3 /*!\ingroup PMixer 4 * \file tgrsr.cc 5 * \brief \b PROGRAM \b tgrsr <BR> 6 * Program to generate different type of RadSpectra 7 * and SpectralResponse in the form of RadSpectraVec and SpecRespVec 8 * in FITS format 9 */ 9 10 10 #include "radspecvector.h"11 #include "specrespvector.h"12 #include "nupower.h"13 #include "gaussfilt.h"14 15 #include "fitsioserver.h"16 17 #include "timing.h"18 19 /*! \ingroup PMixer20 \file tgrsr.cc21 * \brief \b PROGRAM \b tgrsr <BR>22 Program to generate different type of RadSpectra23 and SpectralResponse in the form of RadSpectraVec and SpecRespVec24 in FITS format25 */26 27 // Test program to generate different type of RadSpectra28 // and SpectralResponse in the form of RadSpectraVec and SpecRespVec29 // in FITS format30 11 31 12 // ------------- Main program --------------
Note:
See TracChangeset
for help on using the changeset viewer.