Changeset 2932 in Sophya for trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
- Timestamp:
- Apr 3, 2006, 12:13:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsinoutfile.h
r2864 r2932 179 179 string KeyValue(string const & key, bool& nosk); 180 180 //! Read header records and appends the information to dvl 181 int GetHeaderRecords(DVList& dvl); 181 int GetHeaderRecords(DVList& dvl, 182 bool stripkw= true, bool keepstkey=true); 182 183 //! Appends a keyword to FITS header 183 184 void WriteKey(const char * kname, MuTyV const & val,
Note:
See TracChangeset
for help on using the changeset viewer.