Skip to content
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.13.3]

### Changed
* Included link to the multi-burst SBAS stack tutorial notebook in the Sentinel-1 Burst InSAR Product Guide
* Included links to product guide content in the multi-burst SBAS stack tutorial notebook

## [0.13.2]

### Added
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/burst_insar_product_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ This job type supports pairings of 1 to 15 contiguous along-track bursts (refer
section for details). The number of bursts processed impacts the number of credits consumed. Refer to the
[Credit Cost Table](../using/credits.md#credit-cost-table "Credit Cost Table" ){target=_blank} for more details.

Refer to the
[Search and Order a Multi-Burst SBAS Stack of Interferograms](https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb "Search and Order a Multi-Burst SBAS Stack of Interferograms with the HyP3 SDK Tutorial" ){target=_blank}
Jupyter Notebook Tutorial to learn how to use the HyP3 Python SDK to search for sets of Sentinel-1 bursts and build
an SBAS stack of multi-burst pairings to submit for On Demand processing.

## Sentinel-1 Bursts

[Single Look Complex](https://sentiwiki.copernicus.eu/web/s1-processing#S1-Processing-Single-Look-Complex "https://sentiwiki.copernicus.eu/web/s1-processing#S1-Processing-Single-Look-Complex" ){target=_blank}
Expand Down
14 changes: 9 additions & 5 deletions docs/tutorials/multiburst_sbas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"\n",
"## Define a list of S1-burst geographic reference scenes for the SBAS searches\n",
"\n",
"We suggest using a Geographic Search in ASF's Data Search [Vertex](https://hyp3-docs.asf.alaska.edu/guides/burst_insar_product_guide/#vertex) interface to identify a collection of reference bursts.\n",
"\n",
"- The collection must not contain more than 15 bursts\n",
"- The bursts must be contiguous\n",
"- The bursts must be contiguous and from the same orbit pass\n",
"- There can be no holes in the collection of bursts\n",
"- They cannot intersect the antimeridian\n",
"- Bursts must be in the VV polarization\n",
Expand All @@ -21,13 +23,15 @@
" - Aim to build rectangular collections of bursts\n",
" - L-shaped and T-shaped burst collections will likely fail to process\n",
"\n",
" ### This L-shaped collection of bursts is invalid:\n",
"### This L-shaped collection of bursts is invalid:\n",
"\n",
" ![invalid L-shaped burst collection](assets/invalid_multiburst_collection.png)\n",
"<img src=\"assets/invalid_multiburst_collection.png\" alt=\"invalid L-shaped burst collection\" style=\"width: 50%;\"/>\n",
"\n",
" ### This rectangular collection of bursts is valid:\n",
"### This rectangular collection of bursts is valid:\n",
" \n",
"<img src=\"assets/valid_multiburst_collection.png\" alt=\"valid rectangular burst collection\" style=\"width: 50%;\"/>\n",
" \n",
" ![valid rectangular burst collection](assets/valid_multiburst_collection.png)\n"
"Refer to the [Burst InSAR Product Guide](https://hyp3-docs.asf.alaska.edu/guides/burst_insar_product_guide/#considerations-for-selecting-input-bursts) for more guidance on selecting valid sets of Sentinel-1 bursts for multi-burst InSAR.\n"
]
},
{
Expand Down
Loading