Hi, I am a beginner in this field and I have some basic questions as I am new to using ISCE and MintPy.
I performed Time-Series analysis using ISCE2 and MintPy. In ISCE2, I created a stack using `stackSentinel.py` and performed Time-Series analysis using `smallbaselineApp.py` in MintPy with the created stack.
1. Data: 28 images of Sentinel-1 SLC (20200120 ~ 20201221)
2. Study area (bbox): 11.0295 11.1651 106.5815 106.7192
3. Purpose: land subsidence (displacement)
The commands, functions, and variables I used are as follows:
(ISCE2)
- `stackSentinel.py -s SLC/ -d DEM/demLat_N10_N12_Lon_E105_E107.dem.wgs84 -b '11.0295 11.1651 106.5815 106.7192' -a AuxDir/ -o Orbits -c 2`
- `run_01_unpack_topo_reference` to `run_16_unwrap`
(MintPy)
- `smallbaselineApp.py study_area.txt`
I haven't encountered any specific errors during these steps, and the results seem to be appearing correctly. Here are the questions I have about the results:
1. When looking at the Time-Series result images (png), they appear larger than the bbox I set. Why is that?
(I found that this is because the processing is done on a burst level. Is that correct?)
1-1. If so, how can I view only the bbox I'm interested in?
(Can I simply use `subset.py` for this?)
2. In the Time-Series result images (png), there are black rectangles that seem to have no information in the middle. I found that these are called reference pixels. What role do they play?
(Although referred to as pixels, they seem to encompass a certain range rather than just one pixel. Why do they appear?)
3. All the results are given as velocities, but I'm interested in the accumulated displacement over a year. What information should I look at?
(In other words, if I asked "How much land subsidence occurred over the year?", what information should I reference?)
(If I need to derive additional results from the extracted data, could you provide the method or link?)
4. I'd like to interpret the results from MintPy's outputs individually. Is there any reference material available?
5. Due to the nature of SBAS, the resolution becomes excessively reduced. Is there any option available to mitigate resolution reduction even slightly?
I have attached some images from MintPy for your reference.
Even if you don't provide direct answers, if you could share reference materials or links I can consult, I will try to resolve the issues on my own.


Thank you.
(As a reference, I executed all the commands with their default values.)