1NXCONVERT(1) General Commands Manual NXCONVERT(1)
2
3
4
6 nxconvert - convert a NeXus file between different on disk file formats
7
9 nxconvert [-x|-h 4|-h 5|-d|-o keepws|-o table] [infile [outfile]]
10
12 NeXus supports different file formats for physical storage on disk or
13 other media. nxconvert allows the user to convert a file to a differ‐
14 ent backend.
15
16 If no output file is supplied on the command line, the program asks for
17 one interactively. Same if the input file is not given.
18
20 The following options are supported:
21
22 -x create XML output
23
24 -h 4 create HDF4 output
25
26 -h 5 create HDF5 output
27
28 -d make a XML based definition file used for validating NeXus files
29 (i.e. remove the data).
30
31 -o keepws
32 the XML file created should preserve whitespace.
33
34 -o table
35 the XML file created should write the data in a table format
36 where the columns and rows are easily imported into spreadsheet
37 programs.
38
40 http://www.nexusformat.org
41
43 nxconvert was originally written by Freddie Akeroyd and Ray Osborn.
44
45 This manual page was written by Tobias Richter
46 <Tobias.Richter@diamond.ac.uk> and may be used by others.
47
48
49
50 June 2010 NXCONVERT(1)