geodesymiami / rsmas_insar

RSMAS InSAR code
https://rsmas-insar.readthedocs.io/
GNU General Public License v3.0
62 stars 23 forks source link

MintPy plotting in parallel #489

Closed falkamelung closed 3 years ago

falkamelung commented 3 years ago

It would be great to implement plotting in parallel. For big mintpy runs the plotting takes longer than the calculations (the generation of 1 plot may take 1 minute, see below). There used to be a *bash script for parallel plotting but this capability got lost when a python script for plotting was introduced.

The plotting script should use the mintpy.compute informatiion as explained here: https://github.com/insarlab/MintPy/issues/531#issuecomment-802867542

A relevant MintPy issue is: https://github.com/insarlab/MintPy/pull/538

-rw-rw---- 1 tg851601 G-820134 3627016826 Jul  9 09:45 S1_IW12_087_0527_0531_20141116_20210706.he5
-rw-rw---- 1 tg851601 G-820134    1028893 Jul  9 09:45 velocity.png
-rw-rw---- 1 tg851601 G-820134     613202 Jul  9 09:45 temporalCoherence.png
-rw-rw---- 1 tg851601 G-820134      55349 Jul  9 09:45 maskTempCoh.png
-rw-rw---- 1 tg851601 G-820134     133892 Jul  9 09:45 geometryRadar.png
-rw-rw---- 1 tg851601 G-820134     904417 Jul  9 09:46 unwrapPhase_wrap_1.png
-rw-rw---- 1 tg851601 G-820134     907636 Jul  9 09:47 unwrapPhase_wrap_2.png
-rw-rw---- 1 tg851601 G-820134     904043 Jul  9 09:47 unwrapPhase_wrap_3.png
-rw-rw---- 1 tg851601 G-820134     904362 Jul  9 09:48 unwrapPhase_wrap_4.png
-rw-rw---- 1 tg851601 G-820134     906580 Jul  9 09:49 unwrapPhase_wrap_5.png
-rw-rw---- 1 tg851601 G-820134     904527 Jul  9 09:49 unwrapPhase_wrap_6.png
-rw-rw---- 1 tg851601 G-820134     904285 Jul  9 09:50 unwrapPhase_wrap_7.png
-rw-rw---- 1 tg851601 G-820134     427987 Jul  9 09:50 unwrapPhase_wrap_8.png
-rw-rw---- 1 tg851601 G-820134     831011 Jul  9 09:51 unwrapPhase_1.png
-rw-rw---- 1 tg851601 G-820134     883294 Jul  9 09:51 unwrapPhase_2.png
-rw-rw---- 1 tg851601 G-820134     806346 Jul  9 09:52 unwrapPhase_3.png
-rw-rw---- 1 tg851601 G-820134     867724 Jul  9 09:53 unwrapPhase_4.png
-rw-rw---- 1 tg851601 G-820134     854075 Jul  9 09:53 unwrapPhase_5.png
-rw-rw---- 1 tg851601 G-820134     817647 Jul  9 09:54 unwrapPhase_6.png
-rw-rw---- 1 tg851601 G-820134     897264 Jul  9 09:55 unwrapPhase_7.png
-rw-rw---- 1 tg851601 G-820134     411140 Jul  9 09:55 unwrapPhase_8.png
-rw-rw---- 1 tg851601 G-820134     860438 Jul  9 09:56 coherence_1.png
-rw-rw---- 1 tg851601 G-820134     859624 Jul  9 09:56 coherence_2.png
-rw-rw---- 1 tg851601 G-820134     862093 Jul  9 09:57 coherence_3.png
-rw-rw---- 1 tg851601 G-820134     870757 Jul  9 09:57 coherence_4.png
-rw-rw---- 1 tg851601 G-820134     881368 Jul  9 09:58 coherence_5.png
-rw-rw---- 1 tg851601 G-820134     885124 Jul  9 09:58 coherence_6.png
-rw-rw---- 1 tg851601 G-820134     879605 Jul  9 09:59 coherence_7.png
-rw-rw---- 1 tg851601 G-820134     417247 Jul  9 09:59 coherence_8.png
-rw-rw---- 1 tg851601 G-820134     133606 Jul  9 10:00 connectComponent_1.png
-rw-rw---- 1 tg851601 G-820134     134989 Jul  9 10:02 connectComponent_2.png
-rw-rw---- 1 tg851601 G-820134     133267 Jul  9 10:03 connectComponent_3.png
-rw-rw---- 1 tg851601 G-820134     130772 Jul  9 10:04 connectComponent_4.png
-rw-rw---- 1 tg851601 G-820134     125092 Jul  9 10:05 connectComponent_5.png
Ovec8hkin commented 3 years ago

@falkamelung Make an issue with MintPy for this, not here.