Changeset 1703 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
- Timestamp:
- Oct 17, 2001, 5:38:16 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r1371 r1703 188 188 else 189 189 { 190 throw IOExc("FITS_SphereHEALPix:: No NSIDE nor LASTPIX on file"); 190 // dvl.Print(); 191 // int naxis2 = dvl.GetI("NAXIS2"); 192 // if (naxis2 > 0 ) 193 // { 194 nside = sqrt((double)(nbentries/12)); 195 // } 196 // else 197 // throw IOExc("FITS_SphereHEALPix:: No NSIDE nor LASTPIX nor NAXIS2 on file"); 191 198 } 192 199 }
Note:
See TracChangeset
for help on using the changeset viewer.