Changeset 18249 for trunk/Mars/fact/analysis/callisto.C
- Timestamp:
- 06/20/15 20:30:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/callisto.C
r18248 r18249 1 1 #include "MLogManip.h" 2 2 3 int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output", const char *delays="resources/delays-20150217.txt") 3 int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output", 4 // TString drstime = "/gpfs0/fact/processing/drs_time_calib/20111115.time.drs.fits", 5 const char *drstime = "/gpfs0/fact/processing/drs_time_calib/20111115.time.drs.fits", 6 const char *delays="resources/delays-20150217.txt") 4 7 { 5 8 // ====================================================== … … 107 110 } 108 111 109 TString drstime = "/gpfs0/fact/processing/drs_time_calib/20111115.time.drs.fits";110 112 TString drs1024 = drs.GetFileName(0, MSequence::kFitsDrs); 111 113 TString pedfile = seq.GetFileName(0, MSequence::kFitsPed); … … 118 120 119 121 MDrsCalibrationTime drscalibtime; 120 if (!drscalibtime.ReadFits(drstime .Data()))122 if (!drscalibtime.ReadFits(drstime))) 121 123 return 5; 122 124
Note:
See TracChangeset
for help on using the changeset viewer.