Changeset 2197 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
- Timestamp:
- Sep 24, 2002, 4:03:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r2082 r2197 101 101 102 102 // 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. 103 112 vector<string> Noms(4); 104 113 Noms[0] = dvl.GetS("Content"); … … 187 196 // On lit les DataBlocks; 188 197 // 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 189 207 dobj_->pixels_.ReSize(nPix); 190 208 is.GetBinTabFCol(dobj_->pixels_.Data(),nPix,0); … … 265 283 #pragma define_template FITS_SphereThetaPhi<r_8> 266 284 #pragma define_template FITS_SphereThetaPhi<r_4> 267 //#pragma define_template FITS_SphereThetaPhi<int_4>285 #pragma define_template FITS_SphereThetaPhi<int_4> 268 286 #endif 269 287 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 270 288 template class FITS_SphereThetaPhi<r_8>; 271 289 template class FITS_SphereThetaPhi<r_4>; 272 //template class FITS_SphereThetaPhi<int_4>;290 template class FITS_SphereThetaPhi<int_4>; 273 291 #endif
Note:
See TracChangeset
for help on using the changeset viewer.