-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hello, I'm now testing the Dolphin to handle the ISCE2's sentinelStack.py output. This could be the problem in my ISCE2's configuration or processing problem rather than the Dolphin, but I wanted to ensure that.
In the "Getting started" page, the list of coregistered SLC files shall be given by dolphin config --slc-files merged/SLC/*/*.slc following the ISCE2 stack processor output. As a practice, I chose 6 SLC files and ran the sentinelStack.py. The processing seemed okay after running through run_{number}_XXXX files until the end (run_13_grid_baseline), and there are list of files under merged/SLC in the output directory. However, there is no "{date}.slc" file which shall be read by Dolphin to process. I have {date}.slc.full, {date}.slc.full.aux.xml, {date}.slc.full.vrt, {date}.slc.full.xml, and {date}.slc.hdr, but no {date}.slc.
The {date}.slc.full data is more than a gigabite size, so I believe there is something inside it, but it looks like the file extension is not exactly the same what Dolphin requires to process. Are there something wrong with my ISCE2 software outputs, or Dolphin can also handle the .slc.full for processing?
