Skip to content

add.py: handle TS in the same way as diff.py#633

Merged
yunjunz merged 2 commits intoinsarlab:mainfrom
yunjunz:add
Aug 9, 2021
Merged

add.py: handle TS in the same way as diff.py#633
yunjunz merged 2 commits intoinsarlab:mainfrom
yunjunz:add

Conversation

@yunjunz
Copy link
Member

@yunjunz yunjunz commented Aug 9, 2021

Description of proposed changes

  • add.py:
    • check num of files == 2 for TS file only
    • support two TS file with different reference point, different reference date, different date list; to be consistent with diff.py.
  • diff.py: _check_reference() -> check_reference() with more comments
  • view: expand --math to multi-subplots
  • save_gdal: use float32 as default to save disk
  • smallbaselineApp: plot geo_avgSpatialCoh.h5 file
  • utils.readfile: more relaxed wildcard filename for offset file from ampcor
  • utils.ptime.get_date_range(): add 'dstep' option for coarser list to speedup matrix operation laterward

Reminders

  • Pass Codacy code review (green)
  • Pass Circle CI / local test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

yunjunz added 2 commits August 8, 2021 23:11
+ view: expand --math to multi-subplots
+ save_gdal: use float32 as default to save disk
+ sbApp: plot geo_avgSpatialCoh.h5 file
+ utils.readfile: more relaxed wildcard filename for offset file from ampcor
+ utils.ptime.get_date_range(): add 'dstep' option for coarser list to speedup matrix operation laterward
+ diff.py: _check_reference() -> check_reference() with more comments

+ add.py:
   - check num of files == 2 for TS file only
   - support two TS file with different reference point, different reference date, different date list; to be consistent with diff.py.
@yunjunz yunjunz merged commit 25f79aa into insarlab:main Aug 9, 2021
@yunjunz yunjunz deleted the add branch August 9, 2021 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant