HawaiiSenA124
For
miaplpy.subset.lalo = 19.30:19.6,-155.8:-154.8 #[S:N,W:E / no], auto for no
We get the error below. There are different numbers of bursts.
run_06: removing 20250125, "has different number of bursts" found in run_11_extract_stack_valid_region_0__1.o
run_06: removing 20250206, "has different number of bursts" found in run_11_extract_stack_valid_region_0__1.o
run_06: removing 20250218, "has different number of bursts" found in run_11_extract_stack_valid_region_0__1.o
run_06: removing 20250302, "has different number of bursts" found in run_11_extract_stack_valid_region_0__1.o
run_06: removing 20250314, "has different number of bursts" found in run_11_extract_stack_valid_region_0__1.o
run_06: removing 20250326, "has different number of bursts" found in run_11_extract_stack_valid_region_0__1.o
run_06: removing 20250407, "has different number of bursts" found in run_11_extract_stack_valid_region_0__1.o
However, pulling a few scenes does not give any error (see below). Not sure why.
i1HawaiiSenA124
countbursts
geom_reference/20241220 #of_bursts: 7 4 3
coreg_secondarys/20250101 #of_bursts: 7 4 3
coreg_secondarys/20250113 #of_bursts: 7 4 3
coreg_secondarys/20250125 #of_bursts: 6 3 3
coreg_secondarys/20250206 #of_bursts: 6 3 3
######################################################
ssaraopt.platform = SENTINEL-1 # [Sentinel-1 / ALOS2 / RADARSAT2 / TerraSAR-X / COSMO-Skymed]
ssaraopt.relativeOrbit = 124
ssaraopt.startDate = 20241220 # YYYYMMDD
ssaraopt.endDate = 20250210 # YYYYMMDD
######################################################
cat run_burst2stack
burst2stack --rel-orbit 124 --start-date 2024-12-20 --end-date 2024-12-21 --extent -155.8 19.3 -154.8 19.6 --keep-files --all-anns --pols VV 2> burst2stack_20241220.e
burst2stack --rel-orbit 124 --start-date 2025-01-01 --end-date 2025-01-02 --extent -155.8 19.3 -154.8 19.6 --keep-files --all-anns --pols VV 2> burst2stack_20250101.e
burst2stack --rel-orbit 124 --start-date 2025-01-13 --end-date 2025-01-14 --extent -155.8 19.3 -154.8 19.6 --keep-files --all-anns --pols VV 2> burst2stack_20250113.e
burst2stack --rel-orbit 124 --start-date 2025-01-25 --end-date 2025-01-26 --extent -155.8 19.3 -154.8 19.6 --keep-files --all-anns --pols VV 2> burst2stack_20250125.e
burst2stack --rel-orbit 124 --start-date 2025-02-06 --end-date 2025-02-07 --extent -155.8 19.3 -154.8 19.6 --keep-files --all-anns --pols VV 2> burst2stack_20250206.e

HawaiiSenA124
For
We get the error below. There are different numbers of bursts.
However, pulling a few scenes does not give any error (see below). Not sure why.