raw2mrc

This program will import raw binary data and write a MRC file

raw2mrc <input> <output> size=<x>,<y>[,<z>] type=<datatype> [skip=<bytes>] [swap] [byteout]

Parameters:


<input>Raw input file
<output>MRC output file
size=<x>,<y>[,<z>]Image size, scans in x first
type=<datatype>Type of data: byte, short, long or float
[skip=<bytes>]Used to skip a header if present
[swap]If file was created on machine with opposite byte-ordering
[byteout]Normally the MRC file will be floating point, this will write a 16-bit file.

Usage:

raw2mrc tst.dat tst.mrc size=1024,1024 type=short

Description

Pretty self explanatory.


EMAN Manual page, generated Fri Feb 8 16:12:25 2002