Changeset 14870
- Timestamp:
- 02/05/13 14:56:42 (12 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MWriteFitsFile.cc
r14869 r14870 712 712 string unit="unit"; 713 713 714 pos1 = comment.find(" [fits: ");715 pos2 = comment.find(' ]');714 pos1 = comment.find("{fits: "); 715 pos2 = comment.find('}'); 716 716 std::map<string, string> fitsTokens; 717 717 if (pos1 != string::npos && pos2 != string::npos) -
trunk/Mars/mraw/MRawEvtData.h
r14792 r14870 30 30 31 31 MArrayS *fHiGainPixId; //-> list of pixel IDs of hi gain channel 32 MArrayB *fHiGainFadcSamples; //-> list of hi gain samples of all pixels (ordering: see fHiGainPixId) [fits: unit=mV ; name = Data]32 MArrayB *fHiGainFadcSamples; //-> list of hi gain samples of all pixels (ordering: see fHiGainPixId) {fits: unit=mV ; name=Data } 33 33 34 34 MArrayS *fLoGainPixId; //-> list of pixel IDs of lo gain channel
Note:
See TracChangeset
for help on using the changeset viewer.