Index: /branches/Mars_use_drstimefiles/fact/analysis/callisto_drstime.C
===================================================================
--- /branches/Mars_use_drstimefiles/fact/analysis/callisto_drstime.C	(revision 17992)
+++ /branches/Mars_use_drstimefiles/fact/analysis/callisto_drstime.C	(revision 17993)
@@ -53,8 +53,7 @@
 
 int callisto(
-        const char *seqfile="seq/2012/01/23/20120123_023.seq", 
+        const char *seqfile="seq/2012/01/23/20120123_023.seq",
         const char *outpath = "output", 
-        bool use_delays=false,
-        const char *drs_time_file_path=""
+        bool use_delays=false
     )
 {
@@ -162,5 +161,5 @@
     }
 
-    TString timfile = drs.GetFileName(0, MSequence::kFitsDat);
+    TString timfile = drs.GetFileName(0, MSequence::kFitsDat, "/gpfs/fact/drs_time_calib");
     TString drs1024 = drs.GetFileName(0, MSequence::kFitsDrs);
     TString pedfile = seq.GetFileName(0, MSequence::kFitsPed);
@@ -258,5 +257,5 @@
     gLog << endl;
     gLog.Separator("Reading DRS timing calibration constants");
-    factfits drs_time_file(drs_time_file_path);
+    factfits drs_time_file(timfile.Data());
 
     const int NumberOfChips = drs_time_file.GetInt("NCHIPS");
