|
| 1 | +# CPU baseline fixture for GalapagosSenDT128 — derived from the |
| 2 | +# dataset's embedded mintpy/inputs/GalapagosSenDT128.template (Zenodo |
| 3 | +# record 4743058). Differs from fixtures/GalapagosSenDT128_torch.txt |
| 4 | +# only by the trailing `mintpy.*.solver = torch` lines, which are |
| 5 | +# omitted so MintPy uses the default cpu solver for both invert_network |
| 6 | +# and correct_topography. Used by the Issue #21 end-to-end bench |
| 7 | +# harness paired with the torch fixture. |
| 8 | +# |
| 9 | +# Raw ISCE inputs referenced under $GALAPAGOS_DIR/... no longer exist |
| 10 | +# on disk (the Issue #6 large-scene bench cleaned them up after load). |
| 11 | +# The harness pre-seeds ifgramStack.h5 + geometryRadar.h5 symlinks |
| 12 | +# into the workdir's inputs/ from the original mintpy/inputs/ so |
| 13 | +# smallbaselineApp skips load_data via update-mode; the $GALAPAGOS_DIR |
| 14 | +# variable just needs to resolve to a valid path string for parsing. |
| 15 | +# vim: set filetype=cfg: |
| 16 | +##----------------------------- SentinelStack/ISCE ---------------------## |
| 17 | +cleanopt = 1 # [ 0 / 1 / 2 / 3 4] 0: no cleaning, 1: largest files, 2: merged/etc, PROCESS dirs, 3: SLC,RAW, 4: everything |
| 18 | +ssaraopt = --platform=SENTINEL-1A,SENTINEL-1B -r 128 -f 587,588,589,590,591,592,593 -e 2018-07-01 |
| 19 | +processor = isce |
| 20 | +sentinelStack.demDir = /nethome/famelung/Sentinel/GalapagosT128SenVVD/DEM |
| 21 | +sentinelStack.boundingBox = '-1 0.15 -91.6 -90.9' |
| 22 | +sentinelStack.subswath = 1 2 # comment |
| 23 | +sentinelStack.numConnections = 5 # comment |
| 24 | +sentinelStack.azimuthLooks = 5 # comment |
| 25 | +sentinelStack.rangeLooks = 15 # comment |
| 26 | +sentinelStack.filtStrength = 0.2 # comment |
| 27 | +sentinelStack.unwMethod = snaphu # comment |
| 28 | +sentinelStack.coregistration = auto # comment |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +##-------------------------------- MintPy -----------------------------## |
| 33 | +mintpy.load.processor = isce |
| 34 | +##---------for ISCE only: |
| 35 | +mintpy.load.metaFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/master/IW*.xml |
| 36 | +mintpy.load.baselineDir = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/baselines |
| 37 | +##---------interferogram datasets: |
| 38 | +mintpy.load.unwFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/interferograms/*/filt_*.unw |
| 39 | +mintpy.load.corFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/interferograms/*/filt_*.cor |
| 40 | +mintpy.load.connCompFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/interferograms/*/filt_*.unw.conncomp |
| 41 | +##---------geometry datasets: |
| 42 | +mintpy.load.demFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/geom_master/hgt.rdr |
| 43 | +mintpy.load.lookupYFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/geom_master/lat.rdr |
| 44 | +mintpy.load.lookupXFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/geom_master/lon.rdr |
| 45 | +mintpy.load.incAngleFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/geom_master/los.rdr |
| 46 | +mintpy.load.azAngleFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/geom_master/los.rdr |
| 47 | +mintpy.load.shadowMaskFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/geom_master/shadowMask.rdr |
| 48 | +mintpy.load.waterMaskFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/geom_master/waterMask.rdr |
| 49 | +mintpy.load.bperpFile = $GALAPAGOS_DIR/GalapagosSenDT128/ISCE/merged/baseline_grid/*/bperp.rdr |
| 50 | + |
| 51 | +mintpy.subset.yx = 400:2400,0:1700 |
| 52 | +mintpy.reference.lalo = -0.31,-91.22 |
| 53 | +mintpy.network.endDate = 20180626 |
| 54 | +mintpy.unwrapError.method = bridging+phase_closure #[bridging / phase_closure / no], auto for no |
| 55 | +mintpy.topographicResidual.stepFuncDate = 20150524,20150616,20170321,20170910,20180613 #Wolf,Wolf,CerroAzul,Fernandina,Fernandina |
| 56 | +mintpy.deramp = linear |
0 commit comments