Changeset 3506 in Sophya for trunk/SophyaLib/SkyMap/sphereecp.h


Ignore:
Timestamp:
Aug 8, 2008, 12:52:17 PM (17 years ago)
Author:
ansari
Message:

Ajout SphereECP::ExtractPartial() et correction ds SphereECP::PixThetaPhi() - Reza 08/08/2008

File:
1 edited

Legend:

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

    r3174 r3506  
    99/* Classe de carte spherique avec decoupage theta-phi
    1010  (projection cylindique: Equatorial Cylindrical Projection)
    11   avec couverture posiibilite de couverture partielle,
    12   limites en theta,phi
     11  avec possibilite de couverture partielle, limitees en theta,phi
    1312  R. Ansari  - Septembre 2004
    1413 */
     
    4443  virtual               ~SphereECP();
    4544
    46 // Renvoie TETAPHI comme les SphereThetaPhi pour le moment 
     45  // Extraction de carte partielle d'une carte ECP complete
     46  virtual SphereECP<T> ExtractPartial(r_8 tet1, r_8 tet2, r_8 phi1, r_8 phi2);
     47
     48
     49// Renvoie Type ECP
    4750  virtual string        TypeOfMap() const; 
    4851  virtual void          SetTemp(bool temp=false) const;  // A supprimer
Note: See TracChangeset for help on using the changeset viewer.