Ignore:
Timestamp:
09/12/12 06:33:15 (12 years ago)
Author:
neise
Message:
adjusted absolute path to files for RawData iterator test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/pyfact.py

    r14158 r14406  
    895895def _test_iter( nevents ):
    896896    """ test for function __iter__ """
    897 
    898     data_file_name = '/data00/fact-construction/raw/2011/11/24/20111124_117.fits.gz'
    899     calib_file_name = '/data00/fact-construction/raw/2011/11/24/20111124_114.drs.fits.gz'
     897   
     898    data_file_name = '/fact/raw/2011/11/24/20111124_117.fits.gz'
     899    calib_file_name = '/fact/raw/2011/11/24/20111124_114.drs.fits.gz'
     900    print 'the files for this test are:'
     901    print 'data file:', data_file_name
     902    print 'calib file:', calib_file_name
    900903#    data_file_name =  '/home/luster/win7/FACT/data/raw/20120114/20120114_028.fits.gz'
    901904#    calib_file_name = '/home/luster/win7/FACT/data/raw/20120114/20120114_022.drs.fits.gz'
Note: See TracChangeset for help on using the changeset viewer.