FAIRmat-NFDI / pynxtools-xps

A pynxtools reader plugin for X-ray photoelectron spectroscopy (XPS) data
https://fairmat-nfdi.github.io/pynxtools-xps/
Apache License 2.0
2 stars 0 forks source link

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

Closed lukaspie closed 3 months ago

lukaspie commented 3 months ago

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