Changeset 778 in ETALON for BPM/bpm_constants.py


Ignore:
Timestamp:
Jun 14, 2018, 5:19:55 PM (6 years ago)
Author:
moutardier
Message:

Correction of path in bpm_constante.py + creation fonction acquisition for taking data along a matrice (work) and create new fonction for this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BPM/bpm_constants.py

    r762 r778  
    44
    55global data_dir
    6 if os.path.exists('home/alexandre/Bureau/stage/BPM/') :
    7         data_dir='home/alexandre/Bureau/stage/BPM/'
     6if os.path.exists('/home/alexandre/Bureau/stage/BPM/') :
     7        data_dir='/home/alexandre/Bureau/stage/BPM/'
    88if os.path.exists('/Users/delerue/Downloads/'):
    99        data_dir='/Users/delerue/Downloads/'
Note: See TracChangeset for help on using the changeset viewer.