Changeset 17101
- Timestamp:
- 09/06/13 17:00:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/processing/calibrate.C
r15227 r17101 60 60 int npix[416]; 61 61 memset(npix, 0, sizeof(int)*416); 62 if (!Read("/ scratch_nfs/FACTmap111030.txt", npix))62 if (!Read("/gpfs/scratch/fact/FACTmap111030.txt", npix)) 63 63 return 42; 64 64 … … 68 68 69 69 path += Form("/%04d/%02d/%02d/%d", y, m, d, night); 70 TString path2 = Form("/ scratch_nfs/calibrated_currents/%d", night);70 TString path2 = Form("/gpfs/scratch/fact/calibrated_currents/%d", night); 71 71 72 72 TString filec = path + ".FEEDBACK_CALIBRATION.fits";
Note:
See TracChangeset
for help on using the changeset viewer.