-
Notifications
You must be signed in to change notification settings - Fork 5
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
MiaplPy suggestions 3rd round #67
Comments
|
|
You could use |
The far I came some time ago was that if you do a conda install you end up with weird filenames. There is no file in my bin directory called
|
After installing these compilers with conda, environment variables |
Thank you @yunjunz, that worked for me without error. @falkamelung would you test now? I committed a fix |
The code currently uses |
concatenate_patches
(plural) as --start optionWe currently have the
minopy.interferograms.numSequential
option. Let's switch tominopy.interferograms.connNum
to be consistent with MintPy (it hasmintpy.network.connNumMax
). We also could switch both tonumConn
to be consistent wit--num_connections
of ISCE -- up to you. In the paper we still can use sequential as does the MintPy paper.There is a similar naming issue for
minopy.inversion.stbas_numCon
. (apart from changing numCon,stbas
should probably change tosbw
)The
network_inversion.py
call is a bit weird. Should it not have anifgramStack
as argument and read the--template minopyApp.cfg
(as done in MintPy's ifgram_inversion, see below)run_04_minopy_generate_ifgram_0
. I think we should separate betweenrun_files
for phase linking and those for interferogram generation and unwrapping. We could either haverun_files_single_reference
ornetwork_single_reference/run_files
(I think I like the first)inverted/interferograms_delaunay_1
tonetwork_delaunay_1/interferograms
?or
I don't really have a preference. The advantage of
mintpy_sequential-3
is that find exactly the same files as in the regularmintpy
directory.ifgram_correction
step the smallbaselinesApp.py command is not printed. For all(?) others it is displayed as the first command:I am not sure I like the name
run_07_mintpy_ifgram_correction
. If unwrap corrections is switched off we don't correct? What else could we use?There is a newline missing in
run_08_minopy_invert_network
. It shows up as 0 linesThe text was updated successfully, but these errors were encountered: