nexusformat / definitions

Definitions of the NeXus Standard File Structure and Contents
https://manual.nexusformat.org/
Other
26 stars 57 forks source link

split setpoint from average in NXsensor #1342

Open jkotan opened 8 months ago

jkotan commented 8 months ago

The value field in the NXsensor group is used to store setpoint or average values https://github.com/nexusformat/definitions/blob/d73be6075d1fdeb0dc3f361d534afc27289c1b8d/base_classes/NXsensor.nxdl.xml#L102-L110

They are two different quantities. Therefore, I propose to split them and store the setpoint value in the 'value_set' field.