Changeset 837 in Sophya


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

modifs cmv 7/4/00

Location:
trunk/SophyaProg/Tests
Files:
7 edited

Legend:

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

    r768 r837  
    5858  // Définition de la sphère
    5959   int  m=nsmax;
    60   float teta,phi;
     60  double teta,phi;
    6161  SphereGorski<float> sph1(nsmax);
    6262  //SphereThetaPhi sph1(nsmax);
     
    107107  for (int j=0;j<sph1.NbPixels();j++)
    108108    {
    109       float teta,phi;
     109      double teta,phi;
    110110      sph1.PixThetaPhi(j,teta,phi);
    111111      //int bid= sph1.PixIndexSphNest(teta,phi);
     
    118118  for (int k=0; k< lcl.NbPixels(); k++)
    119119    {
    120       float theta, phi;
     120      double theta, phi;
    121121      lcl.PixThetaPhi(k, theta, phi);
    122122      lcl(k)=sph1(sph1.PixIndexSph( theta, phi));
  • trunk/SophyaProg/Tests/fitsioGorski.cc

    r768 r837  
    22#include <iostream.h>
    33// Utilisation de la classe LocalMap<T>
    4 #include "outilsinit.h"
     4#include "ntoolsinit.h"
    55#include "spheregorski.h"
    66#include "ntuple.h"
  • trunk/SophyaProg/Tests/fitsioImage.cc

    r768 r837  
    22#include <iostream.h>
    33// Utilisation de la classe Image<T>
    4 #include "outilsinit.h"
     4#include "ntoolsinit.h"
    55#include "cimage.h"
    66// Utilisation des generateurs aleatoires
  • trunk/SophyaProg/Tests/fitsioLocMap.cc

    r768 r837  
    22#include <iostream.h>
    33// Utilisation de la classe LocalMap<T>
    4 #include "outilsinit.h"
     4#include "ntoolsinit.h"
    55#include "localmap.h"
    66
  • trunk/SophyaProg/Tests/fitsioSphere.cc

    r768 r837  
    22#include <iostream.h>
    33// Utilisation de la classe LocalMap<T>
    4 #include "outilsinit.h"
     4#include "ntoolsinit.h"
    55#include "spheregorski.h"
    66
  • 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));
  • trunk/SophyaProg/Tests/timg.cc

    r768 r837  
    99// Test des NDataBlock
    1010#include "ndatablock.h"
     11#include "fiondblock.h"
    1112#include <complex>
    1213
Note: See TracChangeset for help on using the changeset viewer.