-
Notifications
You must be signed in to change notification settings - Fork 6
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
concatenating_chunks.py suggestions #14
Comments
Hi @falkamelung,
|
Hi @ranneylxr You said somewhere smallbaselineApp.py --plot does not work (I did not try). Can you elaborate why? Some files missing? Would it work if plot.py just checks for the existence of the files? The other alternative is to modify the old plot*.sh script for plotting (I can do that) |
Hi @ranneylxr: Here some more suggestions
mimtpy
folder, right? (that makes only sense forconcatenate_tracks.py
. ) When callingconcatenate_chunks.py --chunks ChamanChunk3{1,2}SenAT144 --project ChamanBigSenAT144
it should go intoChamanBigSenAT144/mintpy
. And it should say--dir mintpy
in the example messages.ChamanBigSenAT144
.--all
or--HDFEOS5
to create all. This also should be the default.--clean
option (or--remove_temporary_files
) to remove all temporary files*_track.h5
):Then we could run
smallbaselineApp.py --plot
andsave_kmz.py
.save_hdfeos5.py
?S1_IW123_071_0105_0110_20141010_XXXXXXXX.he5
). Currently it isS1_20141010_20210705_track.he5
. You can just use the startFrame and endFrame from the S1 files. For thestartDate
andendDate
we need a convention. If thestartDate
get changed use the new one. If theendDate
isXXXXXXXX
keep it. If theendDate
is a date and it got changed use the new one.mask
andshadowMask
are missing.mask
is particularly important astsview.py
needs it.Minor comments:
Delete velocity folder from /scratch1/05861/tg851601/ChamanChunk31SenAT144/mintpy
sayDeleting /scratch1/05861/tg851601/ChamanChunk31SenAT144/mintpy/velocity
timeseries2velocity.py S1_IW123_144_0102_0107_20141027_XXXXXXXX.he5
. Better to use and display full paths.Currently it says:
Improve formatting (remove the b) and sort by time. Instead of "The removed date for project " say "The removed dates for chunk:" (without mintpy)
When a concatenated timeseries is created, write the same info in a file (e.g.
timeseries_concatenation.txt
.in the
--help
message explain a bit more. Why are *.tiff generated (I see only temporalCoherence.tiff, avgSpatialCoherence.tiff). Also explain the order of processing for HDFEOS.in the
--help
message explain what happens if a chunk is missing (e.g. could not unwrap. It seems to me that there is a white space, which is good. How is offset calculated if there is no overlap area?A white line before processing each chunk. Or we follow the MintPy example which has some markers before a new python script is called:
Typos/spelling errors:
Questions:
-It says
6. The concatenated data are masked data based on the mask of each chunk
. If I have a S1 file with concatenated data I can use a different tempCoherence threshold, right?The text was updated successfully, but these errors were encountered: