prjemian / punx

Python Utilities for NeXus HDF5 files
https://prjemian.github.io/punx
5 stars 7 forks source link

@axes generates an ERROR #41

Closed prjemian closed 8 years ago

prjemian commented 8 years ago

not obvious why this is a problem

suspect it is objecting to the ":" which is correct usage for v2 default data rules (http://download.nexusformat.org/doc/html/datarules.html?highlight=colon#version-2) but not for v3 (http://download.nexusformat.org/doc/html/datarules.html?highlight=colon#version-3) which specifies a string or string array

/entry/data    default plot v3 @axes value    ERROR    value: sample_times:vertical:horizontal        

the comment should be more clear

prjemian commented 8 years ago

code refactored, problem erased, will consider when re-writing