ANSI-C program: cat_raw.c
NAME
cat_raw - concatenate SAR raw data files and generate the related
MSP SAR sensor and MSP processing parameter files for the
concatenated data set
SYNOPSIS cat_raw <RAW_list>
<SAR_par> <PROC_par> <RAW_out> [fill] [loff]
[nl]
<RAW_list> | (input) 3 column list of input raw data and MSP
parameter files (text): 1. SAR raw data file 2. MSP SAR sensor parameter file 3. MSP processing parameter file |
<SAR_par> | (output) MSP sensor parameter file for concatenated raw data set |
<PROC_par> | (output) MSP processing parameter file for concatenated raw data set |
<RAW_out> | (output) output concatenated raw data file |
[fill] | fill gaps between raw data files (default=0: no 1:yes) |
[loff] | number of lines offset from start of input file to begin data extraction (enter - for default: 0) |
[nl] | number of lines to extract (enter - for default: to end of data) |
EXAMPLE
cat_raw raw_list 20040629.ASAR.par
p20040629.slc.par20040629.raw
20040629_192048.raw 20040629_192048.ASAR.par
p20040629_192048.slc.par
20040629_192103.raw 20040629_192103.ASAR.par
p20040629_192103.slc.par
20040629_192118.raw 20040629_192118.ASAR.par
p20040629_192118.slc.par
DESCRIPTION
cat_raw is used to
concatenate a set of overlapping raw data files acquired on a
single satellite track. Each of the input raw data files must
have an associated MSP sensor parameter file and processing
parameter file. The program uses the range and azimuth timing
information in the parameter files to determine the overlap.
Using this information the cat_raw compares the sample values
to confirm that the files actually match.In the case where there
are different time-delays to the first data sample for the raw
data files (normally the case), the program extends the range
swath width and updates the parameter file values. In the
following table are listed the different programs for generating
MSP compatible raw data sets and parameter files for different
sensors:
Sensor |
Programs
|
ERS-1,ERS-2 |
ERS_proc_* generate MSP
processing parameter file, (PAF dependent) |
Radarsat-1 |
RSAT_raw generate
MSP processing parameter file and sensor parameter file
concatenates raw data files |
JERS-1 |
JERS_proc generate MSP
processing parameter file |
ASAR |
ASAR_IM_proc generate
MSP sensor parameter and processing parameter files |
PALSAR | PALSAR_proc generate MSP sensor parameter and procesing
parameter filescat_raw concatenates MSP
format raw data files and adjusts MSP sensor parameter and
processing parameter files |
SEE ALSO Users Guide, typedef_MSP.h, SAR Sensor Parameter File, MSP Processing Parameter File