Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with ISCE stackStripMap.py to MiaplPy #71

Open
leeyhgeo opened this issue Oct 25, 2023 · 1 comment
Open

Problem with ISCE stackStripMap.py to MiaplPy #71

leeyhgeo opened this issue Oct 25, 2023 · 1 comment

Comments

@leeyhgeo
Copy link

I'm confused about how to set stackStripMap.py parameters in ISCE to make it compatible with Miaplpy.

Also, what should be the correct way to set input paths for Miaplpy with stackStripMap.py output?

Maybe someone could share some experiences on this.

Though I mainly process ERS and Envisat data, any experience with stripmap data should be quite helpful (e.g., TerraSAR).

@mirzaees
Copy link
Collaborator

mirzaees commented Oct 26, 2023

@geoglee I have processed TerraSAR data, we modified a few script in isce2 to make it work properly.
please make sure you have following version of the scripts in your stripmapStack folder, if not copy them from here:
https://github.com/geodesymiami/rsmas_insar/tree/master/minsar/additions/isce2/stripmapStack

then just set your own parameters and inputs for stackStripMap.py and run it. Miaplpy can read the outputs if you set up these parameters in the template file:

miaplpy.load.processor = isce
miaplpy.load.metaFile = ${referenceShelve}/referenceShelve/data.dat
miaplpy.load.baselineDir = ${PROJECT_DIR}/baselines
miaplpy.load.slcFile = ${PROJECT_DIR}/merged/SLC/*/*.slc
miaplpy.load.unwFile = ${WORK_DIR}/inverted/interferograms_${int_type}/*/fi*.unw
miaplpy.load.corFile = ${WORK_DIR}/inverted/interferograms_${int_type}/*/fi*.cor
miaplpy.load.connCompFile = ${WORK_DIR}/inverted/interferograms_${int_type}/*/*.unw.conncomp
miaplpy.load.ionoFile = None
miaplpy.load.intFile = None
miaplpy.load.demFile = ${PROJECT_DIR}/merged/geom_reference/hgt.rdr
miaplpy.load.lookupYFile = ${PROJECT_DIR}/merged/geom_reference/lat.rdr
miaplpy.load.lookupXFile = ${PROJECT_DIR}/merged/geom_reference/lon.rdr
miaplpy.load.incAngleFile = ${PROJECT_DIR}/merged/geom_reference/los.rdr
miaplpy.load.azAngleFile = ${PROJECT_DIR}/merged/geom_reference/los.rdr
miaplpy.load.shadowMaskFile = ${PROJECT_DIR}/merged/geom_reference/shadowMask.rdr
miaplpy.load.shadowMaskFile = ${PROJECT_DIR}/merged/geom_reference/waterMask.rdr.full
miaplpy.load.bperpFile = None

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

No branches or pull requests

2 participants