Preparing RAW data for ROI_PAC:
- If you download a .zip file that contains a .DAT file and no .raw file, you will need to run the following
script to make the raw format.
Note that depending on the satellite data you are using, a different
program is needed to make the raw files. However, after this point all files should work similarly
with the rest of the programs (but you still cannot combine data from satellites with different frequency-bands
or orbits). More orbit information is available here.
- To convert a DAT file into a RAW file for ROI_PAC processing we need to run the following in each
of the directories that contain radar image files.
- Unzip the files:
% cd ~/MGM/HectorMine/T127_2907/E2_23027/ # get into image directory
% unzip ERS2_127_2907_23027.zip Repeat for other directory.
- Rename a couple of files (I use links). Note that you will need to know the calendar date of each image
file. If you don't have this information elsewhere, you can get it from the WInSAR website that we used
to download the data. For this example, the image directories correspond as:
.../E2_23027 -- 99/09/15
and .../E2_23528 -- 99/10/20 Such that we should create the links with names as follows for
the first image:
% ln -s LEA_01.001 990915.ldr
% ln -s DAT_01.001 IMAGERY.dat Repeat for other directory.
- Run make raw on the data. Typing the command with no arguments gives the basic usage.
make_raw.pl 'ORBIT' 'YYMMDD'.ldr 'YYMMDD' # this can take a couple of minutes
ORBIT = ODR Delft Orbit Determination for ERS satellites
YYMMDD = date of the image
% make_raw.pl ODR 990915.ldr 990915 # in E2_23027
Repeat for other directory.
- Check the file 990915.raw.rsc to see if DOPPLER_RANGE0 is between +-0.5. If it is not,
add or subtract 1 to it and replace the field. Sometimes the doppler ambiguity is not correctly calculated,
particularly for more recent ERS2 data (after the gyroscopes died), thus it needs to be updated manually.
Look here for more information.
Prepare Running Directory
In order to allow us all to process with efficiency, we will run the actual InSAR processing on tsunami.
Please open a terminal window on tsunami, but keep up window on terremoto alive as well.
On Tsunami: (be sure to switch to group MGM)
Process data to create interferograms
|
|
|