momentoscope / hextof-processor

Code for preprocessing data from the HEXTOF instrument at FLASH, DESY in Hamburg (DE)
https://hextof-processor.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 4 forks source link

Path data parsing now available. Removed unneeded methods and variables. Edit to tutorials. #92

Closed zain-sohail closed 3 years ago

MichaelHeber commented 3 years ago

upper function is missing.

----> 1 prc = DldFlashProcessorExpress(40708,settings=settings,daq="fl1user3")

---> 67 self.DATA_RAW_DIR = self.beamtime_dir.joinpath(f'raw/hdf/{upper(daq)}')

NameError: name 'upper' is not defined

Replace: upper(daq) =>daq.upper()