Ignore:
Timestamp:
Sep 24, 2002, 4:03:36 PM (23 years ago)
Author:
lemeur
Message:

toilette d'ete : rationalisation de types...

File:
1 edited

Legend:

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

    r2082 r2197  
    101101 
    102102  // On ecrit les dataBlocks
     103
     104  // the BINTABLE consits of 4 columns
     105  // first column  : pixels values (type : T ), length : number of pixels
     106  // second column : number of pixels of each theta slice (type : integer) ,
     107  //       length  : number of theta-slices  (parameter INDTHMAX above +1)
     108  // third  column : cumulated number of pixels until the beginning of each
     109  //       theta slice (type : integer) , same length as the previous one
     110  // fourth column : theta values of each slice (type : double_) same length
     111  //                 as the previous one.
    103112  vector<string> Noms(4);   
    104113  Noms[0] = dvl.GetS("Content");
     
    187196  // On lit les DataBlocks;
    188197  //
     198  // the BINTABLE consits of 4 columns
     199  // first column  : pixels values (type : T ), length : number of pixels
     200  // second column : number of pixels of each theta slice (type : integer) ,
     201  //       length  : number of theta-slices  (parameter INDTHMAX above +1)
     202  // third  column : cumulated number of pixels until the beginning of each
     203  //       theta slice (type : integer) , same length as the previous one
     204  // fourth column : theta values of each slice (type : double_) same length
     205  //                 as the previous one.
     206
    189207  dobj_->pixels_.ReSize(nPix);
    190208  is.GetBinTabFCol(dobj_->pixels_.Data(),nPix,0);
     
    265283#pragma define_template FITS_SphereThetaPhi<r_8>
    266284#pragma define_template FITS_SphereThetaPhi<r_4>
    267 //#pragma define_template FITS_SphereThetaPhi<int_4>
     285#pragma define_template FITS_SphereThetaPhi<int_4>
    268286#endif
    269287#if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES)
    270288template class FITS_SphereThetaPhi<r_8>;
    271289template class FITS_SphereThetaPhi<r_4>;
    272 //template class FITS_SphereThetaPhi<int_4>;
     290template class FITS_SphereThetaPhi<int_4>;
    273291#endif
Note: See TracChangeset for help on using the changeset viewer.