Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nxconvert(1) [debian man page]

NXCONVERT(1)						      General Commands Manual						      NXCONVERT(1)

NAME
nxconvert - convert a NeXus file between different on disk file formats SYNOPSIS
nxconvert [-x|-h4|-h5|-d|-o keepws|-o table] [infile [outfile]] DESCRIPTION
NeXus supports different file formats for physical storage on disk or other media. nxconvert allows the user to convert a file to a dif- ferent 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. OPTIONS
The following options are supported: -x make outfile XML -h4 make outfile HDF4 (this is the default) -h5 make outfile HDF5 -d make a XML based definition file used for validating NeXus files (i.e. remove the data). -o keepws the XML file created should preserve whitespace. -o table the XML file created should write the data in a table format where the columns and rows are easily imported into spreadsheet pro- grams. SEE ALSO
http://www.nexusformat.org 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)

Check Out this Related Man Page

NXSUMMARY(1)						      General Commands Manual						      NXSUMMARY(1)

NAME
nxsummary - generate summary of a NeXus file SYNOPSIS
nxdir [--xml] [--value<label>] [--writeconfig<file>] [--config<file>] [--verbose] [-h] [-v] [--] filename ... DESCRIPTION
nxsummary generates a customised summary of NeXus files. This program relies heavily on the configuration file specified or defaulting that on what is located in ${HOME}/.nxsummary.conf or /etc/nxsummary.conf CONFIGURATION FILE
A sample configuration file can be obtained using the "--writeconfig" flag. Each "item" tag in the file describes a node to print from the NeXus file. The "path" attribute describes where in the NeXus file to get information from. The "label" attributes is what will be printed when showing the value of the specified field. The optional "operation" attribute provides for certain operations to be performed on the data before printing out the result. Valid operations are: COUNT The number of elements in the requested field. DIMS The dimensions of the requested field. SUM Add together all of the array elements and print the result. UNITS:<new units> Specify the units to print the result in. OPTIONS
-xml Print result as xml. --value label Get value of the item pointed to by the label. --writeconfig file Write the default configuration out to a file. --config file Use specified configuration file. --verbose Be verbose. -- Ignore following flags (treat as filenames). -v|--version Show version information. -h|--help Show usage information. SEE ALSO
nxbrowse(1) http://www.nexusformat.org AUTHOR
nxsummary was originally written by P. F. Peterson <petersonpf@ornl.gov> This manual page was written by Tobias Richter <Tobias.Richter@diamond.ac.uk> and may be used by others. July 2011 NXSUMMARY(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Remove Duplicates and Sum in a spreadsheet

Hi all, I have a problem hoping someone can help me. I have this spreadsheet : Removed embedded code These are all separate columns and rows. The first 5 (PC.333,PC.444...) are patients and under them every number represents the number of Bacteria that the patient... (1 Reply)
Discussion started by: Giorgio C
1 Replies

2. Shell Programming and Scripting

Need Help in extracting data from XML File

Hi All My input file is an XML and it has some tags and data rows at end. Starting of data rows is <rs:data> and ending of data rows is </rs:data>. Within sample data rows (2 rows) shown below, I want to extract data value after equal to sign (until space or "/" sign). So if XML data... (7 Replies)
Discussion started by: vx04
7 Replies

3. Shell Programming and Scripting

Script to load XML file to Oracle table

Experts. I have created a oracle table as below. create table xml_tab ( File_No number , File_content Varchar2(2000), file_type xmltype ); Daily we are receiving many XML files as below. here is our sample xml file. File1 : (7 Replies)
Discussion started by: vasuvv
7 Replies