Program name: raw2slicer
OS: Runs on Linux
Usage: This program is a convenient utility to convert a 32-bit real formatted RAW image containing multiple separate smaller raw images into a format that is recognized by Slicer. Slicer requires a set of raw images each with the suffix .xxx where xxx is an integer denoting where in the sequence of images that particular image is to go.
Syntax: raw2slicer -i <input image> -nx <image width> -ny <image height> -nz <# of slices> -prefix <output image prefix>
Where:
<input image> is the original raw 32 bit real file to be
converted.
<image width> is number of pixels in x direction.
<image height> is number of pixels in y direction.
<# of slices> is the number of images contained in the raw
file.
<output image prefix> is the (user assigned) prefix for the
output files. The suffix .### is assigned by raw2slicer
automatically.