NSLS-II-SIX / sixtools

Software for performing resonant inelastic xray scattering analysis at NSLS-II
https://pypi.org/project/sixtools
Other
1 stars 2 forks source link

Image handling #14

Open mpmdean opened 5 years ago

mpmdean commented 5 years ago

The current version of sixtools leaves the db registry in its default mode of returning a pims ImageStack and then applies a pims pipeline to the datastream returned.

Is this the best way of doing things?

Should we, for example, use dask?

mpmdean commented 5 years ago

In the near future databroker will return xarray s

danielballan commented 5 years ago

Yep! And, as you might also already know, dask was originally developed with the xarray user community, so xarray and dask cooperate very well. Databroker will give you a choice of xarray-of-numpy-arrays and xarray-of-dask-arrays.