Changeset 17873
- Timestamp:
- 05/21/14 16:55:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/callisto.C
r17567 r17873 1 1 #include "MLogManip.h" 2 2 3 int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output" , bool use_delays=true)3 int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output") 4 4 { 5 5 // ====================================================== … … 24 24 // ------------------------------------------------------ 25 25 26 // Calib: 51 / 90 / 197 (20% TH) 27 // Data: 52 / 64 / 104 (20% TH) 26 bool use_delays=false; 27 28 // ------------------------------------------------------ 28 29 29 30 // Extraction range in slices. It will always(!) contain the full range … … 250 251 251 252 MDrsCalibApply drsapply0; 253 drsapply0.SetRemoveSpikes(4); 252 254 253 255 MFillH fill0("MHDrsCalibrationTime"); … … 300 302 301 303 MDrsCalibApply drsapply1; 304 drsapply1.SetRemoveSpikes(4); 302 305 303 306 /* … … 542 545 543 546 MDrsCalibApply drsapply3; 547 drsapply3.SetRemoveSpikes(4); 544 548 545 549 //--- … … 631 635 632 636 MDrsCalibApply drsapply4; 637 drsapply4.SetRemoveSpikes(4); 633 638 634 639 MExtractTimeAndChargeSpline extractor4; … … 715 720 716 721 MDrsCalibApply drsapply5; 722 drsapply5.SetRemoveSpikes(4); 717 723 718 724 MFDataPhrase filterdat("(MRawEvtHeader.GetTriggerID&0xff00)==0", "SelectDat");
Note:
See TracChangeset
for help on using the changeset viewer.