Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH Pass microxs settings to MicroXSReader #522

Open
drewejohnson opened this issue Jun 17, 2024 · 0 comments
Open

ENH Pass microxs settings to MicroXSReader #522

drewejohnson opened this issue Jun 17, 2024 · 0 comments
Milestone

Comments

@drewejohnson
Copy link
Collaborator

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 #339 (comment)

@drewejohnson drewejohnson added this to the 0.11.0 milestone Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant