Note that you DO have to work on redoubt
for some things today!
This week you will process a prepared ENVISAT timeseries and learn something about where and how to get data you might be interested in. Ideally, we'd start you out on getting some data and then you'll process your own time series. However, as I mentioned in the lab, the time series processing is quite time consuming, so you'll have to use some canned data. Note that the point of this exercise is to get you to understand the processing; we'll look into exciting processes in a few weeks!
A note of warning: there's a lot of vocabulary flying (ha!) around in InSAR processing. Most of these are standard satellite related terms. If there's something you don't understand, it's usually a good idea to search for the term, the satellite and read up on it.
If things are unclear, refer to the gmtSAR documentation
Change to your working directory and copy the test data:
$> cd $GEOP572 $> mkdir lab08 $> cd lab08 $> cp /data/InSAR/gmtSAR_TEST/orignals/ENVI_2907_stack.tar.gz ./ $> tar xfz ENVI_2907_stack.tar.gz $> rm ENVI_2907_stack.tar.gz
A directory listing should look similar to this:
redoubt:/data/GEOP572/gps/lab08> ls align.in intf.config intf.in raw README.txt topo
Follow the instructions in the README.txt
file. Note that the alignment and interference steps
take a while (about 30 mins-1 hr total, maybe more). During this time you can work on the rest of the lab, but keep
an eye on what's happening with the processing.
data.in, align.in, intf.in
. Use the commandline documentation for the respective
programs, and/or the gmtSAR documentation. grdmath
which is a Reverse Polish Notation calculator.
Write out the 2 equations in standard notation.Just like with any data type: hunting is encouraged! The complexities involved with SAR data are that some data are only commercially available. Most are distributed over several archives, and the search interfaces are some times not quite intuitive. Download of the results may also not be very straightforward, but most places support command line based bulk downloads.
The algorithm that I would encourage for data discovery is:
I highly recommend for you to read through the "Getting Started" guide at ASF.
Here are the links to some search interfaces:
For the following task keep in mind that in order to use SAR scenes for InSAR analysis, the scenes must have the same path/track and
frame numbers. Using the ASF/WinSAR interfaces, search for data over an area and time of interest
to you. Don't make the search area too large or you will have too many scenes
to deal with.
If your search didn't bring up anything, or you are not satisfied with the number of results, you can always check with the
respective space agency. To give this a try find answers to the above questions for ALOS-2 PALSAR, ALOS-PALSAR by searching
the JAXA archive for your area of interest. If you prefer Sentinel-1A data, search at ESA!
rg <at> nmt <dot> edu | Last modified: October 07 2015 19:57.