Skip to content

Support for non-dimensional coordinates in NXdata #139

@sanbrock

Description

@sanbrock

The python library xarrays specifies the so called non-dimension coordinates

Let us imagine we make a 2D mesh scan and collect the results in a 2D array (x,y). Also, we make another 2D array (x,y) for the timestamps of each measurements at the given location. We may want to plot the results (from their original 2D (x,y) array) against the time. So we need to build a new coordinate of time from its 2D array. The same transformation needed for the time array linearisation should be also applied on the results array.
Another example from xarrays

Such description would also support describing sheared axes and make proper plots when axes are not orthogonal to one another, etc. #102

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions