-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #437, no changes required to Python code
hand-edited verysimple.txt to make two_theta values take less space
- Loading branch information
Showing
4 changed files
with
6 additions
and
41 deletions.
There are no files selected for viewing
Binary file not shown.
Empty file.
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 |
---|---|---|
@@ -1,17 +1,16 @@ | ||
verysimple.nx5 : NeXus data file | ||
@file_name = verysimple.nx5 | ||
@file_time = 2014-09-08T09:07:11.939912 | ||
@NeXus_version = 4.3.0 | ||
@HDF5_Version = 1.8.9 | ||
@h5py_version = 2.3.0 | ||
@file_time = 2016-01-24T15:32:41.733044 | ||
@HDF5_Version = 1.8.15 | ||
@h5py_version = 2.5.0 | ||
entry:NXentry | ||
@NX_class = NXentry | ||
data:NXdata | ||
@NX_class = NXdata | ||
@signal = counts | ||
@axes = two_theta | ||
counts:NX_INT64[15] = [1193, 4474, 53220, '...', 1000] | ||
@long_name = photodiode counts | ||
@signal = 1 | ||
@axes = two_theta | ||
two_theta:NX_FLOAT64[15] = [18.909400000000002, 18.909600000000001, 18.909800000000001, '...', 18.912199999999999] | ||
two_theta:NX_FLOAT64[15] = [18.9094, '...', 18.9122] | ||
@units = degrees | ||
@long_name = two_theta (degrees) |
This file was deleted.
Oops, something went wrong.