Changeset 1673 in Sophya for trunk/SophyaExt/FitsIOServer/fabtwriter.cc
- Timestamp:
- Oct 6, 2001, 3:23:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fabtwriter.cc
r1669 r1673 343 343 return; 344 344 } 345 346 ///////////////////////////////////////////////// 347 void FitsABTWriter::Print(ostream& os,int lp=1) const 348 { 349 os<<"FitsABTWriter::Print: FitsFN "<<FitsFN<<endl 350 <<" HduType "<<HduType<<" NOverFlow "<<NOverFlow 351 <<" NCol "<<Label.size()<<endl; 352 if(Label.size()>0 && lp>=1) 353 for(int i=0;i<(int)Label.size();i++) 354 os<<i<<"... Label="<<Label[i]<<" TForm="<<TForm[i]<<" TUnit="<<TUnit[i]<<endl; 355 }
Note:
See TracChangeset
for help on using the changeset viewer.