opera-adt / COMPASS

COregistered Multi-temPorAl Sar Slc
Apache License 2.0
39 stars 18 forks source link

Avoid compute corrections twice #94

Closed vbrancat closed 1 year ago

vbrancat commented 1 year ago

This PR proposes an attempt to solve #92 and avoids to compute the correction layers twice.

At the moment, the correction layers are computed 1) to feed them to the geocodeSlc correction module 2) to allocate them inside the CSLC-S1 data product.

In this PR, the corrections are computed once, saved on disk and read when it is time to allocate them in the dataset. May be there is a smarter way to do this but this PR gives a first stab to the issue.

vbrancat commented 1 year ago

@LiangJYu would you have time to look into this PR? Thanks

vbrancat commented 1 year ago

@seongsujeong Would you mind also having a look at this PR?