Changeset 1062 in Sophya for trunk/SophyaProg/PMixer


Ignore:
Timestamp:
Jul 11, 2000, 1:08:21 PM (25 years ago)
Author:
ansari
Message:

Adaptation modifs interface FitsIOServer , Reza 11/7/2000

Location:
trunk/SophyaProg/PMixer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/Sph2Sph.cc

    r957 r1062  
    2929  SphereHEALPix<float> InSph(hp_nside);
    3030  FITS_SphereHEALPix<float> fios(&InSph);
    31   fios.ReadF(arg[1],2);
     31  fios.Read(arg[1],2);
    3232 
    3333  MeanSig(InSph.DataBlock(), moy, sig );
  • trunk/SophyaProg/PMixer/skymixer.cc

    r986 r1062  
    126126      {
    127127        FITS_SphereHEALPix<float> fios(&outgs);
    128         fios.ReadF(ifnm,2);
     128        fios.Read(ifnm,2);
    129129      }
    130130      if(printlev>0)
     
    189189          {
    190190            FITS_SphereHEALPix<float> fiosIn(&ings);
    191             fiosIn.ReadF(flnm,2);
     191            fiosIn.Read(flnm,2);
    192192          }
    193193          if (debuglev > 4) {  // Writing the input map to the outppf
     
    226226              {
    227227                FITS_SphereHEALPix<float> fiosBM(&betaMap);
    228                 fiosBM.ReadF(flnm,2);
     228                fiosBM.Read(flnm,2);
    229229              }
    230230              if (printlev > 2) {
Note: See TracChangeset for help on using the changeset viewer.