Ignore:
Timestamp:
Oct 17, 2001, 5:38:16 PM (24 years ago)
Author:
lemeur
Message:

lecture de spheres fits, sans NSIDE ni LASTPIX

File:
1 edited

Legend:

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

    r1371 r1703  
    188188      else
    189189        {
    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");
    191198        }
    192199    }
Note: See TracChangeset for help on using the changeset viewer.