Changeset 14870


Ignore:
Timestamp:
02/05/13 14:56:42 (12 years ago)
Author:
lyard
Message:
changed fits comment delimiters from [fits ] to {fits }
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MWriteFitsFile.cc

    r14869 r14870  
    712712      string unit="unit";
    713713
    714       pos1 = comment.find("[fits: ");
    715       pos2 = comment.find(']');
     714      pos1 = comment.find("{fits: ");
     715      pos2 = comment.find('}');
    716716      std::map<string, string> fitsTokens;
    717717      if (pos1 != string::npos && pos2 != string::npos)
  • trunk/Mars/mraw/MRawEvtData.h

    r14792 r14870  
    3030
    3131    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 }
    3333
    3434    MArrayS *fLoGainPixId;        //-> list of pixel IDs of lo gain channel
Note: See TracChangeset for help on using the changeset viewer.