Closed reiserm closed 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 .
Added option for calculating the two-time correlation function (TTC). The standard xpcs option is:
to enable TTC calculation use
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 .