Changeset 2963 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
- Timestamp:
- Jun 2, 2006, 1:25:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r2898 r2963 182 182 nbcols = is.NbColsFromFits(); 183 183 if (nbcols != 1) 184 {185 throw IOExc("le fichier fits n'est pas une sphere Healpix");186 }184 cout << "FITS_SphereHEALPix<T>::ReadFromFits()/Warning Fits::NbCols=" 185 << nbcols << " not equal 1" << endl; 186 187 187 DVList dvl=is.DVListFromFits(); 188 188 nbentries = is.NentriesFromFits(0);
Note:
See TracChangeset
for help on using the changeset viewer.