serpent-tools icon indicating copy to clipboard operation
serpent-tools copied to clipboard

ENH Pass microxs settings to MicroXSReader

Open drewejohnson opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. Spin out from #339 to focus on providing relevant settings to the microxs reader at construction

Describe the solution you'd like Communicate at construction if various items should be collected or not, e.g.,

r = MicroXSReader(
    fp,
    getFlux=False,
    getXS=True,
    getFY=False,
)

Describe alternatives you've considered Using the global settings object which #339 intends to deprecate

Additional context Deprecation timeline https://github.com/CORE-GATECH-GROUP/serpent-tools/issues/339#issuecomment-2146109426

drewejohnson avatar Jun 17 '24 23:06 drewejohnson