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

Generalise NeXus importer #54

Open
domna opened this issue Jun 24, 2022 · 0 comments
Open

Generalise NeXus importer #54

domna opened this issue Jun 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@domna
Copy link
Member

domna commented Jun 24, 2022

Currently, the nexus import can only deal with simple psi/delta files and ignores additional measurement parameters and times.
This may be generalised in two fields:

  • Additional fields such as the free parameter and time should be read out from the nxs file as well. Here it is maybe useful to use xarray instead of pandas. This would require an update of the decorators - but it is also possible to merge the simple psi/delta decorator into a multi fit decorator to just deal with xarray structures.
  • The labels should just be taken from the appropriate fields in the nxs, such that the resulting structure represents the underlying file. This requires a change in the decorators, too (see Generalize column names in fitting decorators #53).
@domna domna added the enhancement New feature or request label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant