MiaplPy icon indicating copy to clipboard operation
MiaplPy copied to clipboard

wrong option in Pichincha example file

Open falkamelung opened this issue 2 years ago • 1 comments

It should be: miaplpy.interferograms.networkType but it currently is miaplpy.interferograms.type.

When you update please consider to add these options:

mintpy.troposphericDelay.method   = no    # pyaps  #[pyaps / height_correlation / base_trop_cor / no], auto for pyaps
mintpy.save.hdfEos5                         = yes   #[yes / update / no], auto for no, save timeseries to UNAVCO InSAR Archive format

I also would add the other options similar to the defaults: # [mini_stacks, single_reference, sequential, delaunay] default: single_reference

falkamelung avatar Oct 15 '22 15:10 falkamelung

I also would remove these lines so that different networks can be tried:

##---------interferogram datasets:
miaplpy.load.unwFile        = ./inverted/interferograms_single_reference/*/*fine*.unw
miaplpy.load.corFile        = ./inverted/interferograms_single_reference/*/*fine*.cor
miaplpy.load.connCompFile   = ./inverted/interferograms_single_reference/*/*.unw.conncomp

falkamelung avatar Oct 15 '22 17:10 falkamelung