Changeset 2973 in Sophya for trunk/SophyaLib/SkyMap/spherepos.h


Ignore:
Timestamp:
Jun 20, 2006, 6:01:49 PM (19 years ago)
Author:
ansari
Message:

1/ Nettoyage+commentaires/doxygen ds Vector3d, UnitVector, LongLat,
SphereCoordSys ...
2/ Ajout de la classe angle pour faciliter les conversions rad<>deg<>arcmin
dans le fichier vector3d.h .cc
3/ nettoyage/uniformisation methodes print pour pixelmap, ajout de la
methode PixelMap<T>::Show()
4/ Ajout methodes SphericalMap<T>::HasSymThetaSlice() et
GetSymThetaSliceIndex(int_4 idx) et leurs implementations pour
SphereHEALPix et SphereThetaPhi en vue de l'optimisation du calcul
transforme Ylm
5/ Ajout methode ResolToSizeIndex ds SphereThetaPhi , SphereHEALPix et
SphereECP

Reza , 20 Juin 2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyMap/spherepos.h

    r764 r2973  
    99#include "anydataobj.h"
    1010
    11 static char *head_spherepos_h_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.h,v 1.1.1.1 2000-03-02 17:05:39 ansari Exp $";
     11static char *head_spherepos_h_ = "$Header: /Users/garnier/temp/CVSSophya/SophyaLib/SkyMap/spherepos.h,v 1.2 2006-06-20 16:01:48 ansari Exp $";
    1212
    1313namespace SOPHYA {
    14 
    15 enum SphereCoordSysIds { SphereCoordSys_NEUTRAL =0,
    16                          SphereCoordSys_ROTATION =1,
    17                          SphereCoordSys_OTHER = 0xFFFF
    18 };
    1914
    2015 
     
    2217public:
    2318 
     19  enum SphereCoordSysIds { NEUTRAL =0,
     20                           ROTATION =1,
     21                           OTHER = 0xFFFF
     22  };
     23
    2424  SphereCoordSys();
    2525  SphereCoordSys(const SphereCoordSys& a);
Note: See TracChangeset for help on using the changeset viewer.