Changeset 1371 in Sophya for trunk/SophyaLib/Samba


Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

Location:
trunk/SophyaLib/Samba
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/alm.h

    r758 r1371  
     1//   Class for representing spherical harmonic coefficients
     2//              G. Le Meur      2000
     3// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
     4
    15#ifndef ALM_SEEN
    26#define ALM_SEEN
     
    711#include "tvector.h"
    812
     13namespace SOPHYA { 
    914
    1015/*! class for the coefficients \f$a_{lm}\f$ of the development of a function defined on a sphere, in spherical harmonics */
     
    7479  };
    7580
     81} // namespace SOPHYA
    7682
    7783#endif
  • trunk/SophyaLib/Samba/bruit.h

    r680 r1371  
     1// Noise generators
     2//        R. Ansari , F. Couchot   1998
     3// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
     4
    15#ifndef BRUIT_H_SEEN
    26#define BRUIT_H_SEEN
     7
     8namespace SOPHYA { 
    39
    410class NoiseGenerator {
     
    104110};
    105111
     112} // namespace SOPHYA
    106113
    107114#endif
  • trunk/SophyaLib/Samba/circle.h

    r568 r1371  
     1//   Geometry handling class
     2//        R. Ansari , G. Le Meur   2000
     3// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
     4
    15#ifndef CIRCLE_H_SEEN
    26#define CIRCLE_H_SEEN
     
    812#include "utilgeom.h"
    913#include "geometry.h"
     14
     15namespace SOPHYA { 
    1016
    1117class Circle : public Geometry
     
    9298}
    9399
     100} // namespace SOPHYA
     101
    94102#endif
  • trunk/SophyaLib/Samba/geometry.h

    r473 r1371  
     1//   Geometry handling class
     2//        R. Ansari , G. Le Meur   2000
     3// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
     4
    15#ifndef GEOMETRY_SEEN
    26#define GEOMETRY_SEEN
     
    48
    59#include "unitvector.h"
     10
     11namespace SOPHYA { 
     12
     13/*!
     14  \class SOPHYA::Geometry
     15  \ingroup Samba
     16  Base class (pure virtual) for geometry handling and coordinate
     17  system transforms
     18*/
    619
    720class Geometry
     
    1326};
    1427
     28} // namespace SOPHYA
    1529
    1630#endif
  • trunk/SophyaLib/Samba/mlobe.cc

    r568 r1371  
    33
    44#include "timing.h"
     5
     6/*!
     7  \class SOPHYA::MainLobe
     8  \ingroup Samba
     9  Class for computation of main lobe.
     10  The lobe values are computed in pixels laying on nc slices
     11  with hexagonal  pavement around theta=0 , phi=0. The lobe is
     12  gaussian with sigma=sig. The slices are built every
     13  dels*sigma. 
     14*/
     15
    516// #include "nbrandom.h"
    617//++
  • trunk/SophyaLib/Samba/mlobe.h

    r470 r1371  
    1 #ifndef SCSKYU_H_SEEN
    2 #define SCSKYU_H_SEEN
     1// Class for representing the main antenna lobe
     2//        R. Ansari            1998-2000
     3// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
     4
     5#ifndef MLOBE_H_SEEN
     6#define MLOBE_H_SEEN
    37
    48#include <math.h>
     
    812
    913
     14namespace SOPHYA { 
    1015
    1116// Classe MainLobe
     
    4752};
    4853
     54} // namespace SOPHYA
    4955
    5056#endif
  • trunk/SophyaLib/Samba/sambainit.cc

    r758 r1371  
    22
    33#include "sambainit.h"
     4
     5/*!
     6   \defgroup Samba Samba module
     7   This module contains various classes for CMB analysis, such as
     8   spherical harmonic decomposition and synthesis
     9*/
     10
     11/*!
     12  \class SOPHYA::SambaInitiator
     13  \ingroup Samba
     14  Array Matrices and Vector initiator
     15*/
    416
    517int SambaInitiator::FgInit = 0;
  • trunk/SophyaLib/Samba/sambainit.h

    r758 r1371  
    99#include "skymapinit.h"
    1010#include "ntoolsinit.h"
     11
     12namespace SOPHYA { 
    1113
    1214class SambaInitiator : public SkyMapInitiator {
     
    2224#define SophyaInit() SambaInitiator sambainitiator
    2325
     26} // namespace SOPHYA
     27
    2428#endif
    2529
  • trunk/SophyaLib/Samba/scan.h

    r701 r1371  
     1//   Class for managing sky scanning
     2//        R. Ansari , G. Le Meur   1998-2000
     3// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
     4
    15#ifndef SCAN_H_SEEN
    26#define SCAN_H_SEEN
    37
    48
    5 // includes PEIDA
    69#include "ppersist.h"
    710#include <iostream.h>
    811#include "dvlist.h"
    912#include "ndatablock.h"
     13
     14namespace SOPHYA { 
    1015
    1116class FIO_Scan;
     
    188193};
    189194
     195} // namespace SOPHYA
    190196
    191197#endif /* SCAN_H_SEEN */
Note: See TracChangeset for help on using the changeset viewer.