Changeset 2937 in Sophya
- Timestamp:
- Apr 3, 2006, 3:12:40 PM (19 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsinoutfile.cc
r2932 r2937 520 520 \param dvl : DVList object containing filled with (keyword,value) pairs. 521 521 \param stripkw : if true (default), remove leading and trailing spaces from keyword 522 \param keepstkey : if true (default), keep keys of type TYP_STRUC_KEY522 \param keepstkey : if true , keep keys of type TYP_STRUC_KEY 523 523 */ 524 524 int FitsInOutFile::GetHeaderRecords(DVList& dvl, bool stripkw, bool keepstkey) -
trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
r2932 r2937 180 180 //! Read header records and appends the information to dvl 181 181 int GetHeaderRecords(DVList& dvl, 182 bool stripkw= true, bool keepstkey= true);182 bool stripkw= true, bool keepstkey=false); 183 183 //! Appends a keyword to FITS header 184 184 void WriteKey(const char * kname, MuTyV const & val,
Note:
See TracChangeset
for help on using the changeset viewer.