Changeset 837 in Sophya for trunk/SophyaProg/Tests/testfitsio.cc


Ignore:
Timestamp:
Apr 7, 2000, 3:19:09 PM (25 years ago)
Author:
ansari
Message:

modifs cmv 7/4/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/testfitsio.cc

    r768 r837  
    5555  // Définition de la sphère
    5656   int  m=nsmax;
    57   float teta,phi;
     57  double teta,phi;
    5858  SphereGorski<float> sph1(nsmax);
    5959  //SphereThetaPhi sph1(nsmax);
     
    104104  for (int j=0;j<sph1.NbPixels();j++)
    105105    {
    106       float teta,phi;
     106      double teta,phi;
    107107      sph1.PixThetaPhi(j,teta,phi);
    108108      //int bid= sph1.PixIndexSphNest(teta,phi);
     
    115115  for (int k=0; k< lcl.NbPixels(); k++)
    116116    {
    117       float theta, phi;
     117      double theta, phi;
    118118      lcl.PixThetaPhi(k, theta, phi);
    119119      lcl(k)=sph1(sph1.PixIndexSph( theta, phi));
Note: See TracChangeset for help on using the changeset viewer.