ADTS Tools
RAW884CNV
Program Description:
Allows you to convert single-polarization ADTS images WITHOUT an 8-8-4 header to headerless (raw) complex [32-bit real, 32-bit imaginary formatted files. Requires that you input the image dimensions.
Version #:
1.0
What New:
Initial Version
Program Usage:
raw884cnv <iname> <oname> <nsamples> <nlines>
Description of Arguments:
- <iname>: Single-polarization 8-8-4 formatted image WITHOUT header.
- <oname>: Single-polarization complex image WITHOUT header.
- <nsamples>: Number of image samples (output image width)
- <nlines>: Number of image lines (output image height)
Files Necessary to Compile:
- Source : raw884cnv.c
- Make : raw884cnv.mk (optional)
Compiling & Linking Code:
- gcc -o raw884cnv raw884cnv.c -lm [enter]
- (Optional) Using the Makefile [raw884cnv.mk]:
Perform the following steps:
- % make -f raw884cnv.mk [Creates executable: raw884cnv]
- % make -f raw884cnv.mk clean [Deletes object code ]