Revision 7825a969fd78b759d79aa29bc8346b32b4dd1d29 authored by Zhang Yunjun on 20 December 2017, 21:17:21 UTC, committed by Zhang Yunjun on 20 December 2017, 21:17:21 UTC
1. put frame number as 0 if attribute not found
2. remove temporal/spatial baseline from filename as they are meaningless for time series file
3. add --subset option for subset mode, in which the subset range information will be added to the end of output filename
4. do not check if last date is less than 1 year when enabling the update mode
5. add --template option to use template as argument input and read_template2inps() to read them.
6. add pysar.save.unavco.update and pysar.save.unavco.subset option in pysar template
7. adjust reading code in save_unavco.py to support geometry file input
1 parent 0f60aeb
Raw File
licence.txt
###############################################################################
# 
# Project: PySAR 
# Purpose: Python Module for InSAR Time-series Analysis
# Author: Heresh Fattahi, Zhang Yunjun
# Created: August 2015
#
###############################################################################
# Copyright (c) 2015, Heresh Fattahi, Zhang Yunjun
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included
# in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
###############################################################################
back to top