Skip to content

Definitions of the NeXus Standard File Structure and Contents

License

Notifications You must be signed in to change notification settings

als-computing/definitions

 
 

Repository files navigation

NeXus definition developers

After making a change to the NeXus class definitions there are two important checks to be made before commiting the change:

  1. check whether the change does not violate any syntax rules
  2. verify whether the change looks as intended in the HTML documentation

First install the test and build requirements with this command (only run once)

make install

Then verify syntax and build the HTML manual with this command

make local

Open the HTML manual in a web brower for visual verification

firefox build/manual/build/html/index.html

Repository content

These are the components that define the structure of NeXus data files in the development directory.

component description
CHANGES.rst Change History
LGPL.txt one proposed license model
NXDL_VERSION the current NXDL version number
README.md this file
applications/ NXDL files for applications and instrument defs
base_classes/ NXDL files for components
contributed_definitions/ NXDL files from the community
impatient-guide/ NeXus for the Impatient
jenkins_build configuration for Jenkins continuous integration service
legacy_docs/ legacy PDF copies of the NeXus definitions documentation
manual/ Sphinx source files for the NeXus documentation
nxdl.xsd XML Schema for NXDL files
nxdlTypes.xsd called by nxdl.xsd
package/ directory for packaging this content
utils/ various tools used in the definitions tree
www/ launch (home) page of NeXus WWW site
xslt/ various XML stylesheet transformations
dev_tools/ developer tools for testing and building

About

Definitions of the NeXus Standard File Structure and Contents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.1%
  • XSLT 15.3%
  • C 4.8%
  • MATLAB 2.8%
  • Batchfile 2.6%
  • Shell 2.3%
  • Other 6.1%