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

Issue with Data read in #118

Open MichaelHeber opened 1 year ago

MichaelHeber commented 1 year ago

Reading in run 39190 show some strange values in the monochromator position. Three times the for a short period of time the values are much lower then expected. There are 4 raw files which contain in total 40 entries with all having the same value of 593.023.

prc = DldFlashProcessorExpress(39190 ,settings=settings,daq="fl1user3") prc.readData(daq="fl1user3") eph=prc.dd.monochromatorPhotonEnergy.compute() plt.plot(eph.values)

mono1

kutnyakhov commented 1 year ago

Checked the same run with SED, but problem is still exist although it looks slightly different in respect to max and min in y axis image

balerion commented 1 year ago

Could you give me access to the data? i am testing an updated version (on the retrocompatibility branch) fixing a few bugs, and would like to check if this is fixed