logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nxconvert - convert a NeXus file between different on disk file formats

Author

       nxconvert was originally written by Freddie Akeroyd and Ray Osborn.

       This manual page was written by Tobias Richter <Tobias.Richter@diamond.ac.uk> and may be used by others.

                                                    June 2010                                       NXCONVERT(1)

Description

       NeXus  supports different file formats for physical storage on disk or other media.  nxconvert allows the
       user to convert a file to a different backend.

       If no output file is supplied on the command line, the program asks for one interactively.  Same  if  the
       input file is not given.

Name

       nxconvert - convert a NeXus file between different on disk file formats

Options

       The following options are supported:

       -x     create XML output

       -h4   create HDF4 output

       -h5   create HDF5 output

       -d     make a XML based definition file used for validating NeXus files (i.e. remove the data).

       -okeepws
              the XML file created should preserve whitespace.

       -otable
              the XML file created should write the data in a table format where the columns and rows are easily
              imported into spreadsheet programs.

See Also

Synopsis

nxconvert [-x|-h 4|-h 5|-d|-o keepws|-o table] [infile [outfile]]

See Also