DinhHoTongMinh / TomoSAR

Open-source TomoSAR package for PSDSInSAR and ComSAR algorithms
Apache License 2.0
120 stars 36 forks source link

Import from ISCE2 #1

Closed stoormgeo closed 2 years ago

stoormgeo commented 2 years ago

Hi, Thanks for sharing you code! Is it possible to import preprocessed data from ISCE2 instead of SNAP?

DinhHoTongMinh commented 2 years ago

I am not familiar with ISCE2 at the moment. But it looks straightforward to implement it. Is ISCE2 product in BIG-ENDIAN format?

bjmarfito commented 2 years ago

@stoormgeo and @DinhHoTongMinh, I think you may use the two codes in ISCE2 to prepare the ISCE2 preprocessed data to be ingested in TomoSAR. The codes are make_single_reference_stack_isce and mt_prep_isce. Based on the Youtube video, the process of preparing the data is similar to isce2stamps and please correct me if I am wrong. Please refer to this site: https://github.com/isce-framework/isce2/tree/main/contrib/timeseries/prepStackToStaMPS/bin regarding the codes.

DinhHoTongMinh commented 2 years ago

@bjmarfito thanks for the suggestions. I investigate ingest ISCE products.

bjmarfito commented 2 years ago

Thank you @DinhHoTongMinh :)

stoormgeo commented 2 years ago

@DinhHoTongMinh Thx!