<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. |
raw2mrc tst.dat tst.mrc size=1024,1024 type=short
Pretty self explanatory.