Changeset 2963 in Sophya for trunk/SophyaExt
- Timestamp:
- Jun 2, 2006, 1:25:33 PM (19 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitshdtable.cc
r2889 r2963 234 234 // --ATTENTION-- repcnt (contenu=vecteur) pas pris en compte pour le moment 235 235 for(sa_size_t k=0; k<colnames.size(); k++) { 236 string ocolnm = colnames[k]; 237 if (dobj->CheckCorrectColName(colnames[k]) ) 238 cout << "FitsHandler<BaseDataTable>::Read()/Warning Column name changed for col[" 239 << k << "] " << ocolnm << " -> " << colnames[k] << endl; 240 236 241 switch ( coltypes[k] ) { 237 242 case TBYTE : -
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.