You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many terms in the API are confusing, such as the difference (in the nxdl_manager module) between the attributes and xml_attributes dictionaries. The source code could be named and organized so the different features are more recognizable to the programmer. One idea is to re-organize into submodules, similar to the subcommands of the user interface:
configuration show configuration details of punx
demonstrate demonstrate HDF5 file validation
structure structure command deprecated. Use ``tree`` instead
tree show tree structure of HDF5 or NXDL file
update update the local cache of NeXus definitions
validate validate a NeXus file
The text was updated successfully, but these errors were encountered:
Many terms in the API are confusing, such as the difference (in the
nxdl_manager
module) between theattributes
andxml_attributes
dictionaries. The source code could be named and organized so the different features are more recognizable to the programmer. One idea is to re-organize into submodules, similar to the subcommands of the user interface:The text was updated successfully, but these errors were encountered: