Ignore:
Timestamp:
Jun 2, 2006, 1:25:33 PM (19 years ago)
Author:
ansari
Message:

Ajout verification/correction noms de colonne lors de lecture FITS / DataTable, et remplacement throw par un warning lors de lecture fits-healpix avec nbcols>1 , Reza 2/6/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc

    r2898 r2963  
    182182  nbcols = is.NbColsFromFits();
    183183  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 
    187187  DVList dvl=is.DVListFromFits();
    188188   nbentries = is.NentriesFromFits(0);
Note: See TracChangeset for help on using the changeset viewer.