-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds an example of merging partial nexus files
- Loading branch information
1 parent
8ba8376
commit c20036a
Showing
5 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"/@default": "entry", | ||
"/ENTRY[entry]/@default": "data", | ||
|
||
"/ENTRY[entry]/DATA[data]/voltage": 0, | ||
"/ENTRY[entry]/DATA[data]/current": 0, | ||
"/ENTRY[entry]/DATA[data]/temperature": 0, | ||
"/ENTRY[entry]/DATA[data]/@axes": ["voltage"], | ||
"/ENTRY[entry]/DATA[data]/@signal": "current_295C", | ||
"/ENTRY[entry]/DATA[data]/@auxiliary_signals": ["current_300C", "current_305C", "current_310C"], | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/voltage_controller/calibration_time": "2022-05-30T16:37:03.909201+02:00", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/voltage_controller/run_control": 0, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/voltage_controller/value": {"link": "voltage_and_temperature.nxs:/entry/instrument/environment/voltage_controller/value"}, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/voltage_controller/value/@units": "V", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/temperature_controller/calibration_time": "2022-05-30T16:37:03.909201+02:00", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/temperature_controller/run_control": 0, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/temperature_controller/value": {"link": "voltage_and_temperature.nxs:/entry/instrument/environment/temperature_controller/value"}, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/temperature_controller/value/@units": "°C", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/current_sensor/calibration_time": "2022-05-30T16:37:03.909201+02:00", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/current_sensor/run_control": 0, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/current_sensor/value": {"link": "current.nxs:/entry/instrument/environment/current_sensor/value"}, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/current_sensor/value/@units": "A", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/independent_controllers": ["voltage_controller", "temperature_control"], | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/measurement_sensors": ["current_sensor"], | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/NXpid[heating_pid]/description": "The heating current is controlled by a virtual PID device (internally in EPICS). The input value for the PID is the measured temperature of the sample. The output of the PID is the heating current.", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/NXpid[heating_pid]/pv_sensor/value_log/value": {"link": "/entry/instrument/environment/current_sensor/value"}, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/NXpid[heating_pid]/setpoint": {"link": "/entry/instrument/environment/temperature_controller/value"}, | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/NXpid[heating_pid]/K_p_value": "0.05", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/NXpid[heating_pid]/K_i_value": "0.2", | ||
"/ENTRY[entry]/INSTRUMENT[instrument]/ENVIRONMENT[environment]/NXpid[heating_pid]/K_d_value": "0.2", | ||
"/ENTRY[entry]/PROCESS[process]/program": "Bluesky", | ||
"/ENTRY[entry]/PROCESS[process]/program/@version": "1.6.7", | ||
"/ENTRY[entry]/SAMPLE[sample]/name": "super", | ||
"/ENTRY[entry]/SAMPLE[sample]/atom_types": "Si, C", | ||
"/ENTRY[entry]/definition": "NXiv_temp", | ||
"/ENTRY[entry]/definition/@version": "1", | ||
"/ENTRY[entry]/experiment_identifier": "dbdfed37-35ed-4aee-a465-aaa0577205b1", | ||
"/ENTRY[entry]/experiment_description": "A simple IV temperature experiment.", | ||
"/ENTRY[entry]/start_time": "2022-05-30T16:37:03.909201+02:00" | ||
|
||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters