Skip to content

Commit

Permalink
Use HLSP data for notebook
Browse files Browse the repository at this point in the history
because Spectral Extraction must be pretty
  • Loading branch information
pllim committed Feb 11, 2025
1 parent 146099a commit 88670d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Specviz2dExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"metadata": {},
"outputs": [],
"source": [
"uri = f\"mast:jwst/product/jw01538-o161_s000000001_nirspec_f290lp-g395h-s1600a1_s2d.fits\"\n",
"uri = f\"mast:HLSP/jades/dr3/goods-n/spectra/clear-prism/goods-n-mediumhst/hlsp_jades_jwst_nirspec_goods-n-mediumhst-00000804_clear-prism_v1.0_s2d.fits\"\n",
"\n",
"specviz2d.load_data(uri, cache=True)"
]
Expand Down Expand Up @@ -115,7 +115,7 @@
"metadata": {},
"outputs": [],
"source": [
"sp_ext_plugin.trace_pixel = 14.2"
"sp_ext_plugin.trace_pixel = 13.5"
]
},
{
Expand Down

0 comments on commit 88670d0

Please sign in to comment.