ANSI-C program: temp_mod_sim_pt.c
NAME
temp_mod_sim pt -
Simulate temperature dependent differential phase for a stack of
interferograms given the model parameters
SYNOPSIS
temp_mod_sim_pt <plist> <pmask>
<SLC_tab_temp> <itab> [pdph_dtemp] [pph_offset]
[pph_model]
<plist> | (input) point list (int) |
<pmask> | (input) point data stack of mask values (uchar, set to - to accept all points) |
<SLC_tab_temp> | (input) table of SLC filenames, SLC parameter
filenames, and temperature values (C) (text) SLC SLC_par Temperature C |
<itab> | (input) table associating interferogram stack records
with pairs of SLC stack records (text) pSLC_rec1 pSLC_rec2 itab_rec_num switch_flag |
[pdph_dtemp] | (input) derivative of phase w.r.t. temperature for each point (radians/degree C, float) |
[pph_offset] | (input) phase offset of linear regression of phase w.r.t. temperature (radians, float) (enter - for none) |
[pph_model] | (output) linear model for the phase due to temperature difference for each interferogram layer (radians, float) (enter - for none) |
temp_mod_pt pt - SLC_tab_temp itab pdh_dtemp -
pph_mod
This program uses the output phase sensitivity with respect to temperature and phase offset from program temp_mod_pt. The program temp_mod_pt performs a linear regression on the residual interferometric phase with respect to the difference in scene temperatures for the days when the two SLC images were acquired. The slope of the linear regression is the derivative of the phase with respect to temperature difference and the phase constant is the phase when the temperature difference is 0.
The SLC_tab_temp has an additional third column with the average scene temperature in degrees C near to the time when the SLC data were acquired. An example of the SLC_tab_temp used in an example is shown below:
20071230.rslc
20071230.rslc.par 8.0
20080110.rslc 20080110.rslc.par 13.0
20080121.rslc 20080121.rslc.par 9.0
20080212.rslc 20080212.rslc.par 8.0
20080223.rslc 20080223.rslc.par 11.0
20080305.rslc 20080305.rslc.par
8.0
The third column of the SLC_tab_temp file is read by temp_mod_pt to determine the scene temperature. The SLC images used in the stack of interferograms is specified in the itab file and the residual unwrapped interferometric phase after removal of height related phase and tropospheric phase is stored in the pres file. Each layer in the pres file is the differential interferometric phase for interferogram using SLCs in the SLC_tab. The program temp_mod_pt prints out the temperature and date data for each interferogram. A section of the table for the first 6 interferograms in the stack of a test example is shown below:
interf #SLC-1 #SLC-2
Date-1
Date-2 Temp-1
Temp-2 Diff-Temp
**************************************************************************
1
40 1 2010 6
8 2007 12 3 21.000
8.000 -13.000
2
40 2 2010 6
8 2008 1 10 21.000
13.000 -8.000
3
40 3 2010 6
8 2008 1 21 21.000
9.000 -12.000
4
40 4 2010 6
8 2008 2 12 21.000
8.000 -13.000
5
40 5 2010 6
8 2008 2 23 21.000
11.000 -10.000
6
40 6 2010 6
8 2008 3 5 21.000
8.000 -13.000
Input to the program consists of the following data and parameters
ipta.h, SLC_tab format, itab file format, plist file format, expand_data_pt, def_mod_pt, temp_mod_pt