Skip to content

Commit

Permalink
changes to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 30, 2023
1 parent 23db063 commit 86c2c1d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions tests/data/dataconverter/readers/mpes/Ref_nexus_mpes.log
Original file line number Diff line number Diff line change
Expand Up @@ -3664,20 +3664,13 @@ NXcalibration.nxdl.xml:/fit_function
DEBUG - <<OPTIONAL>>
DEBUG - documentation (NXcalibration.nxdl.xml:/fit_function):
DEBUG -
For non-linear energy calibrations. Here we can store the formula of the
fit function.
For non-linear energy calibrations. Here we can store the formula of the fit function.

Use a0, a1, ..., an for the coefficients, corresponding to the values in the coefficients field.
Use a0, a1, , an for the coefficients, corresponding to the values in the coefficients field.

Use x0, x1, ..., xn for the nth position in the `original_axis` field.
If there is the symbol attribute specified for the `original_axis` this may be used instead of x.
If you want to use the whole axis use `x`.
Alternate axis can also be available as specified by the `input_SYMBOL` field.
The data should then be referred here by the `SYMBOL` name, e.g., for a field
name `input_my_field` it should be referred here by `my_field` or `my_field0` if
you want to read the zeroth element of the array.
Use x0, x1, …, xn for the nth position in the original_axis field. If there is the symbol attribute specified for the original_axis this may be used instead of x. If you want to use the whole axis use x. Alternate axis can also be available as specified by the input_SYMBOL field. The data should then be referred here by the SYMBOL name, e.g., for a field name input_my_field it should be referred here by my_field or my_field0 if you want to read the zeroth element of the array.

The formula should be numpy compliant.
The formula should be numpy compliant.

DEBUG - ===== FIELD (//entry/process/energy_calibration/original_axis): <HDF5 dataset "original_axis": shape (900,), type "<f8">
DEBUG - value: [ 60027.77777778 60083.33333333 60138.88888889 60194.44444444 ...
Expand Down

0 comments on commit 86c2c1d

Please sign in to comment.