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

[Bug]: There should be no default attribute on the NXdata/data field #22

Closed
lukaspie opened this issue Mar 13, 2024 · 0 comments · Fixed by #23
Closed

[Bug]: There should be no default attribute on the NXdata/data field #22

lukaspie opened this issue Mar 13, 2024 · 0 comments · Fixed by #23
Labels
bug Something isn't working

Comments

@lukaspie
Copy link
Collaborator

lukaspie commented Mar 13, 2024

Contact Details

No response

What happened?

In the config file, we have for the main NXdata field:

"/ENTRY[entry]/data":{
  "@signal":"data",
  "@default":"data",
  "@axes":["energy"],
  "data":"@data:cycle",
  "data/@units":"@xps_token:data/intensity/@units",
  "energy":"@link:/entry/process/energy_calibration/calibrated_axis",
  "energy/@type":"@xps_token:data/energy/@type",
  "energy/@units":"@xps_token:data/energy/@units",
  "@energy_indices":"None",
  "@energy_depends":"None"
}

There should be no @default attribute on NXdata.

Relevant log output

No response

@lukaspie lukaspie added the bug Something isn't working label Mar 13, 2024
@lukaspie lukaspie linked a pull request Mar 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant