Changeset 1062 in Sophya
- Timestamp:
- Jul 11, 2000, 1:08:21 PM (25 years ago)
- Location:
- trunk/SophyaProg/PMixer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/Sph2Sph.cc
r957 r1062 29 29 SphereHEALPix<float> InSph(hp_nside); 30 30 FITS_SphereHEALPix<float> fios(&InSph); 31 fios.Read F(arg[1],2);31 fios.Read(arg[1],2); 32 32 33 33 MeanSig(InSph.DataBlock(), moy, sig ); -
trunk/SophyaProg/PMixer/skymixer.cc
r986 r1062 126 126 { 127 127 FITS_SphereHEALPix<float> fios(&outgs); 128 fios.Read F(ifnm,2);128 fios.Read(ifnm,2); 129 129 } 130 130 if(printlev>0) … … 189 189 { 190 190 FITS_SphereHEALPix<float> fiosIn(&ings); 191 fiosIn.Read F(flnm,2);191 fiosIn.Read(flnm,2); 192 192 } 193 193 if (debuglev > 4) { // Writing the input map to the outppf … … 226 226 { 227 227 FITS_SphereHEALPix<float> fiosBM(&betaMap); 228 fiosBM.Read F(flnm,2);228 fiosBM.Read(flnm,2); 229 229 } 230 230 if (printlev > 2) {
Note:
See TracChangeset
for help on using the changeset viewer.