Ignore:
Timestamp:
Nov 8, 2000, 11:02:58 AM (25 years ago)
Author:
ansari
Message:

classe FITS_AutoReader

File:
1 edited

Legend:

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

    r1250 r1300  
    9797  dvl.SetComment("LASTPIX", "Last pixel # (0 based)");
    9898  dvl["Content"]= "SphereHEALPix";
    99    
     99  dvl.SetComment("Content", "name of SOPHYA object");
     100 
    100101  // On ecrit les dataBlocks
    101102  vector<string> Noms;   
     
    273274#pragma define_template FITS_SphereHEALPix<r_8>
    274275#pragma define_template FITS_SphereHEALPix<r_4>
     276#pragma define_template FITS_SphereHEALPix<int_4>
    275277#endif
    276278#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    277279template class FITS_SphereHEALPix<r_8>;
    278280template class FITS_SphereHEALPix<r_4>;
     281template class FITS_SphereHEALPix<int_4>;
    279282#endif
Note: See TracChangeset for help on using the changeset viewer.