add mintpy.unwrapError.connCompMinArea option#719
Conversation
|
Thank you @mirzaees for the improvements. Your change in the Related to the above, I am curious how you distinguish between the displacement time series and the SLC stack in general in minopy? I assume one way is the DATA_TYPE (float32 vs complex64). |
|
For slcStack, the dataset name is slc but the file type is timeseries, minopy has a slcStack.py module similar to mintpy stack.py to make it. File type was previously SLC too but some of the mintpy functions did not work so that is now changed to timeseries. One way to distinguish is data type as you mentioned and the dataset name is also different. |
mintpy.unwrapError.connCompMinArea option
Description of proposed changes
Some of the parameters which were hardcoded, are change to be optional.
Reminders