Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .agent-memory/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"task": "Implement burst-based snapflow_v2 notebook using phidown burst workflow and SNAPFlow processing",
"timestamp": "20260319T081632Z",
"status": "completed",
"execution_mode": "single_agent_fallback",
"scopes": [
{
"agent": "coordinator",
"owned_scope": [
"pyproject.toml",
"uv.lock",
"notebooks/snapflow_v2.ipynb",
"sarpyx/snapflow/burst_utils.py",
"tests/test_snapflow_burst_utils.py",
".agent-memory/"
],
"status": "completed"
}
]
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ AGENTS.md
hparams.yaml
metrics_*.json
results/
!docs/results/
!docs/results/**
!docs/_site/results/
!docs/_site/results/**
# Dataset
SSM4SAR/maya4_data/
SSM4SAR/src/
Expand Down
3 changes: 3 additions & 0 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<a href="./index.html"><img class="logo" src="./assets/sarpyx_logo.png" alt="sarpyx"></a>
<h3>Home</h3>
<a href="./index.html" class="active">Introduction</a>
<a href="./results/snapflow_v2/index.html">Latest Results</a>
<h3>User Guide</h3>
<a href="./user_guide/index.html">Overview</a>
<a href="./user_guide/installation.html">Installation</a>
Expand Down Expand Up @@ -73,6 +74,8 @@ <h3 id="developer-guide">👩‍💻 <a href="developer_guide/index.html">Develo
<p>Information for developers contributing to sarpyx, including architecture, coding standards, and contribution guidelines.</p>
<h3 id="metaparams-reference">📖 <a href="metaParams.html">MetaParams Reference</a></h3>
<p>SAR metadata parameter documentation and external resources.</p>
<h3 id="latest-results">📈 <a href="results/snapflow_v2/index.html">Latest Results</a></h3>
<p>Open the latest burst-based SNAPflow v2 HTML report with navigable sections, summary tables, separated raster plots, and the embedded burst footprint map.</p>
<h2 id="quick-start">Quick Start</h2>
<pre class="codehilite"><code><span class="kn">import</span><span class="w"> </span><span class="nn">sarpyx</span>

Expand Down
Loading