reiserm / midtools

Data analysis software to process and analyze XPCS data acquired at European XFEL.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Two time correlation #12

Closed reiserm closed 4 years ago

reiserm commented 4 years ago

Added option for calculating the two-time correlation function (TTC). The standard xpcs option is:

xpcs_opt:
    method: intra_train

to enable TTC calculation use

xpcs_opt:
    method: intra_train_ttc

Additionally the xpcs results are stored in an xarray.Dataset. This is the first step to change the Dask graph as mentioned in issue #1 .