Issues when running dolphin
with ISCE2 stackStripmap products
#482
Replies: 2 comments 2 replies
-
Hi, right now, the For radar coordinate inputs, I'm assuming that a user has created whatever size SLCs they wish to run on and done their own cropping beforehand. I do think a more helpful error early on might be useful though (as in, a check if the inputs have no geographic metadata, then error if you tried to ask for |
Beta Was this translation helpful? Give feedback.
-
Are the scenes very large and you wanted to run on just a subset? Or did you just provide those bounds since you wanted to see that exact area in the end? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My input for ISCE2
stackStripmap
was the TerraSAR-X images covering the central part of Taiwan. I applied stackStripmapslc workflow
, aiming to use the output for runningmiaplpy
as well. There were 25 scenes in total.I applied the
dolphin config --slc-files ../merged/SLC/*/*.slc
, following the instructions from dolphin Github page.(full command:
dolphin config --slc-files ../ISCE_output/merged/SLC/*/*.slc --strides 4 10 --output-bounds 120.287626 23.558988 120.315822 23.591824 --work-directory testrun001
)After running
dolphin run dolphin_config.yaml
, I ended up with the following errors (the detailed log is attached at the bottom):I tried to check the source of the errors, and found that they were from the
*.int.vrt
files ininterferograms
folder.These
*.int.vrt
files return nothing when applyingGetProjection()
. I tried checking with*.slc*
in../merged/SLC
folder, but got nothing returned either.It seems like these files have no projection to get, leading to this kind of error. In this case, what should I do?
Could you please provide me with some advice?
dolphin_run_log.txt
dolphin_config.txt
Beta Was this translation helpful? Give feedback.
All reactions