No ".slc" file in the "sentinelStack.py" output from ISCE2, but it is required by Dolphin to run #505
-
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 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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @Shima-shoki , see #277 : the isce2 naming of coregistered SLC files is somewhat arbitrary. The relevant part is if GDAL can recognize and read the files- in this case, there is a ".hdr" that's trying to be an ENVI file header, but there is also the |
Beta Was this translation helpful? Give feedback.
-
@scottstanie |
Beta Was this translation helpful? Give feedback.
Hi @Shima-shoki , see #277 : the isce2 naming of coregistered SLC files is somewhat arbitrary. The relevant part is if GDAL can recognize and read the files- in this case, there is a ".hdr" that's trying to be an ENVI file header, but there is also the
.slc.full.vrt
added specifically for GDAL. you can point it at those if the.slc
files are not getting recognized.You can check whether it will work by doing
gdalinfo <filename you are trying to use>