Changeset 2969 in Sophya for trunk/SophyaLib/SkyMap/spherethetaphi.h
- Timestamp:
- Jun 9, 2006, 2:53:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/spherethetaphi.h
r2968 r2969 104 104 /* Renvoie dans t1,t2 les valeurs respectives de theta min et theta max */ 105 105 /* de la tranche d'indice kt */ 106 void Theta(int_4 kt, double& t1, double& t2) ;106 void Theta(int_4 kt, double& t1, double& t2) const; 107 107 108 108 /* Renvoie dans p1,p2 les valeurs phimin et phimax du pixel d'indice jp */ 109 109 /* dans la tranche d'indice kt */ 110 void Phi(int_4 kt, int_4 jp, double& p1, double& p2) ;110 void Phi(int_4 kt, int_4 jp, double& p1, double& p2) const; 111 111 112 112 /* Renvoie l'indice k du pixel d'indice jp dans la tranche d'indice kt */
Note:
See TracChangeset
for help on using the changeset viewer.