Open pbeaucage opened 3 years ago
this page details how to register functions as xarray accessors, so that we can just do something to the effect of
import PyHyperScattering.util.RSoXS array = loader.load(whatever args) array.rsoxs_ar(chi_width=0)
the syntax is actually array.rsoxs.AR(), but it works.
to-do before closing: update documentation and tutorials to correctly cover this.
this page details how to register functions as xarray accessors, so that we can just do something to the effect of