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