MSTAR2RAW

Program Description:

Convert MSTAR images from original format to two output files: one file contains the ASCII header data and the other file is either a RAW binary file containing all of the MSTAR data (both magnitude and phase) or a RAW binary with only the magnitude in the output file. This routine will perform byteorder checking and byteswap the input data when necessary to facilitate processing on PC-Intel systems.

Version #:

2.0 (September 1998)

What's New:

Automatic byte swapping.

Program Usage:

mstar2raw <MSTAR Input> [Output Image Datatype]

Where: Output Image Datatype
= [0] --> Output ALL image data
= [1] --> Output MAG data only

Description of Arguments: 

  • <MSTAR Input>: input filename
  • <Output Option> -- Output data option [0 or 1]

Files Necessary to Compile: 

  • Include : none
  • Library : none
  • Source : mstar2raw.c
  • Make : mstar2raw.mk (optional)