Changeset 837 in Sophya for trunk/SophyaProg/Tests/fitsServTest.cc
- Timestamp:
- Apr 7, 2000, 3:19:09 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/fitsServTest.cc
r768 r837 58 58 // Définition de la sphère 59 59 int m=nsmax; 60 floatteta,phi;60 double teta,phi; 61 61 SphereGorski<float> sph1(nsmax); 62 62 //SphereThetaPhi sph1(nsmax); … … 107 107 for (int j=0;j<sph1.NbPixels();j++) 108 108 { 109 floatteta,phi;109 double teta,phi; 110 110 sph1.PixThetaPhi(j,teta,phi); 111 111 //int bid= sph1.PixIndexSphNest(teta,phi); … … 118 118 for (int k=0; k< lcl.NbPixels(); k++) 119 119 { 120 floattheta, phi;120 double theta, phi; 121 121 lcl.PixThetaPhi(k, theta, phi); 122 122 lcl(k)=sph1(sph1.PixIndexSph( theta, phi));
Note:
See TracChangeset
for help on using the changeset viewer.