1NXBROWSE(1) General Commands Manual NXBROWSE(1)
2
3
4
6 nxbrowse - browse a NeXus file
7
9 nxbrowse [filename]
10
12 nxbrowse asks for a filename is none is given on the command line. The
13 file is opened and can be interactively explored using the commands
14 described below.
15
17 No command line options are supported.
18
20 When the file is opened nxbrowse will print out its version number and
21 the contents of the NXroot node of the NeXus file followed by its
22 prompt: NX>
23 These case insensitive commands are recognised:
24
25 help Give out list of available commands. Synonym: info
26
27 exit Exit the program. Synonym: quit
28
29 dir List the contents of the current group. Synonym: ls
30
31 open groupName
32 Open the NeXus group groupName. Same as: cd groupName
33
34 close Closes the NeXus group groupName, i.e. moves up one level in the
35 hierarchy. Same as: cd ..
36
37 read dataItem [dimension indicies ...]
38 Print the contents of the NeXus data item labelled dataItem.
39 dimension indicies is an optional comma separated list of dimenā
40 sions of the correct rank to specify one value.
41
42 dump dataItem fileName
43 Write the contents of the NeXus data item labelled dataItem to a
44 new file named fileName.
45
46 byteaschar
47 Toggle treating (signed and unsigned) byte data as characters.
48
49 If your version of nxbrowse has been compiled with readline support you
50 can use tab completion for commands, groups and data.
51
53 nxdir(1) http://www.nexusformat.org
54
56 nxbrowse was originally written by Ray Osborn <ROsborn@anl.gov>
57
58 This manual page was written by Tobias Richter
59 <Tobias.Richter@diamond.ac.uk> and may be used by others.
60
61
62
63 June 2010 NXBROWSE(1)