hdr2conv [ options ] ge_file.hdr
-dims 1 | 2 | 3 | 4 set the number of dimensions
d* below default to f1
-d1 f1 | f2 | f3 | f4 set the channel for d1
-d2 f1 | f2 | f3 | f4 set the channel for d2
-d3 f1 | f2 | f3 | f4 set the channel for d3
-d4 f1 | f2 | f3 | f4 set the channel for d4
-alt[234] flag to use dim[123] as size(real), not
size(real + imag)
-mode[1234] set the mode for each dimension; assume complex
if not given
-o outputfile.conv send output to outputfile.conv and make it
executable
hdr2conv takes a header (.hdr) file from the GE Omega NMR and produces a script to convert the corresponding .xpt file to NMRPipe format. hdr2conv gets the parameters for spectrometer frequency, data size, etc. from the .hdr file. However, some pulse sequences may use non-standard collection methods. The output of hdr2conv should always be checked for correctness; the size of the different dimensions is the parameter that most frequently requires manual adjustment.
hdr2conv -dims 3 -d2 f2 -o hsqc.conv
would produce the file hsqc.conv that should convert the
data from the 15N-HSQC hsqc.xpt to
hsqc.fid.
hdr2conv -dims 3 -d2 f2 -o hsqc.conv
would produce the file hsqc.conv that should convert the
data from the 15N-HSQC hsqc.xpt to
hsqc.fid.