diff --git a/CHANGELOG.md b/CHANGELOG.md index be3d3b01..528c7b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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.12.8] + +### Changed +* Updated cost for 20x4 Burst InSAR jobs with 13-15 pairs from 5 to 10 credits. + ## [0.12.7] * Reduced credit allotment to 8,000 per month from 10,000 per month on the `using/credits` page. diff --git a/docs/using/credits.md b/docs/using/credits.md index ffd4cdd9..a9215415 100644 --- a/docs/using/credits.md +++ b/docs/using/credits.md @@ -38,7 +38,8 @@ month if you spent your entire monthly HyP3 Basic credit allotment on jobs of th | [**Burst InSAR**](../guides/burst_insar_product_guide.md) | | | | | {{ table_indent() }} 80-m pixel spacing (20x4 looks) | | | | | {{ table_indent(count=2) }} 1–4 pairs | 1 | {{ hyp3_plus_cost(1) }} | {{ max_jobs_per_month(1) }} | -| {{ table_indent(count=2) }} 5–15 pairs | 5 | {{ hyp3_plus_cost(5) }} | {{ max_jobs_per_month(5) }} | +| {{ table_indent(count=2) }} 5–12 pairs | 5 | {{ hyp3_plus_cost(5) }} | {{ max_jobs_per_month(5) }} | +| {{ table_indent(count=2) }} 13–15 pairs | 10 | {{ hyp3_plus_cost(10) }} | {{ max_jobs_per_month(10) }} | | {{ table_indent() }} 40-m pixel spacing (10x2 looks) | | | | | {{ table_indent(count=2) }} 1–3 pairs | 1 | {{ hyp3_plus_cost(1) }} | {{ max_jobs_per_month(1) }} | | {{ table_indent(count=2) }} 4–9 pairs | 5 | {{ hyp3_plus_cost(5) }} | {{ max_jobs_per_month(5) }} |