Private
Public Access
11
1

Update PixelatorControllerSettings

2022-10-18 12:08:42 +02:00
parent 575581ca1f
commit 26ec97f7b1

@@ -191,8 +191,25 @@ Each of these settings files is described in a section below.
 [Zone Plate](Config_ZonePlate)
## Axis
Definition of coordinate axes names to be referenced by positioners with the **axisName** setting.
Definition of coordinate axes names to be referenced by positioners with the **axisName** setting.
**nexus_name**::<BR>
&emsp;String value defines the label string to be used in NeXus files, since these must conform to a specific naming scheme.
Example:
```json
{
"SampleX" : {
"nexus_name" : "sample_x"
},
"SampleY" : {
"nexus_name" : "sample_y"
},
"SampleZ" : {
"nexus_name" : "sample_z"
}
}
```
## Epics
This file contains global epics settings.