Changeset 930 in Sophya for trunk/SophyaProg


Ignore:
Timestamp:
Apr 14, 2000, 3:36:42 PM (25 years ago)
Author:
ansari
Message:

Sophie: adapt to new MapOperations class

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"
    52
    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 */
    910
    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 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 */
    26 
    27 // Test program to generate different type of RadSpectra
    28 // and SpectralResponse in the form of RadSpectraVec and SpecRespVec
    29 // in FITS format
    3011
    3112// ------------- Main program --------------
Note: See TracChangeset for help on using the changeset viewer.