Index: trunk/Mars/fact/processing/calibrate.C
===================================================================
--- trunk/Mars/fact/processing/calibrate.C	(revision 17100)
+++ trunk/Mars/fact/processing/calibrate.C	(revision 17101)
@@ -60,5 +60,5 @@
     int npix[416];
     memset(npix, 0, sizeof(int)*416);
-    if (!Read("/scratch_nfs/FACTmap111030.txt", npix))
+    if (!Read("/gpfs/scratch/fact/FACTmap111030.txt", npix))
         return 42;
 
@@ -68,5 +68,5 @@
 
     path += Form("/%04d/%02d/%02d/%d", y, m, d, night);
-    TString path2 = Form("/scratch_nfs/calibrated_currents/%d", night);
+    TString path2 = Form("/gpfs/scratch/fact/calibrated_currents/%d", night);
 
     TString filec = path + ".FEEDBACK_CALIBRATION.fits";
