Skip to content

Commit 4f48a8a

Browse files
xhuang-jplXiaodong Huang
andauthored
Add Polyfitting to compute the range and azimuth offsets for the fine resampling (isce-framework#173)
* sm r3.4 * change the SM commit id for R4.0.2 * remove files in scratch folder * add the flag to the insar runconfig * update the runtime of the prepare insar hdf5 * add the runtime of the prepare insar hdf5 * add the polyfit function * polyfit * update the output datatype * interpolate the culled offsets * formats * clean up * clean up * remove the lines_per_block * update default to be 0.1 * update the ionosphere deleting * add docstrings * remove the coherence threshold * update the docstring * remove dots * update the string * add unit test * address Tyler's comments * adress Brian's comments * update the default number of samples * remove the code for the intermidate files removal * remove the unused packages in insar.py * update the default number of samples * merge the develop branch * fix minor docstring --------- Co-authored-by: Xiaodong Huang <xhuang@nisar-adt-dev-3.jpl.nasa.gov>
1 parent 6f54f08 commit 4f48a8a

9 files changed

Lines changed: 789 additions & 23 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from isce3.ext.isce3.math import *
22
from .snap import snap, snap_datetime
3+
from . import offsets_polyfit

0 commit comments

Comments
 (0)