Changeset 17101


Ignore:
Timestamp:
09/06/13 17:00:10 (11 years ago)
Author:
Daniela Dorner
Message:
updated paths (new cluster)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/processing/calibrate.C

    r15227 r17101  
    6060    int npix[416];
    6161    memset(npix, 0, sizeof(int)*416);
    62     if (!Read("/scratch_nfs/FACTmap111030.txt", npix))
     62    if (!Read("/gpfs/scratch/fact/FACTmap111030.txt", npix))
    6363        return 42;
    6464
     
    6868
    6969    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);
    7171
    7272    TString filec = path + ".FEEDBACK_CALIBRATION.fits";
Note: See TracChangeset for help on using the changeset viewer.