CV884

Program Description:

Allows you to convert single-polarization ADTS images from 8-8-4 formatted files to raw (headerless) complex [32-bit real, 32-bit imaginary] formatted files.

Version #:

1.0

What New:

Initial Version

Program Usage:

cv884 <884 infile> <Complex RAW outfile>

Description of Arguments: 

  • <884 infile> : Single-image, 8-8-4 input file to be converted
  • <Complex RAW outfile>: Converted output file in RAW complex format

Files Necessary to Compile: 

  • Source : cv884.c
  • Make : cv884.mk (optional)

Compiling & Linking Code:

    1. gcc -o cv884 cv884.c -lm [enter]
    2. (Optional) Using the Makefile [cv884.mk]:

Perform the following steps:

    1. % make -f cv884.mk [Creates executable: cv884]
    2. % make -f cv884.mk clean [Deletes object code ]