Skip to content

Commit fc79c4b

Browse files
committed
Add new nb to the toc
1 parent 7522b24 commit fc79c4b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ parts:
4949
title: RGB images with Imviz
5050
- file: notebooks/cross_instrument/specviz_notebookGUI_interaction/specviz_notebook_gui_interaction_redshift.ipynb
5151
title: Specviz Simple Demo
52+
- file: notebooks/cross_instrument/update_pure_parallel_wcs/NIRISS_correct_pure_parallel_WCS.ipynb
53+
title: Improving Accuracy of WCS of Pure Parallel Dataset
5254
- caption: MIRI
5355
chapters:
5456
- file: notebooks/MIRI/MRS_Mstar_analysis/JWST_Mstar_dataAnalysis_runpipeline.ipynb

notebooks/cross_instrument/update_pure_parallel_wcs/NIRISS_correct_pure_parallel_WCS.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
" inds = np.isnan(newra)\n",
184184
" newcatalog['newra'][inds] = newcatalog['ra'][inds]\n",
185185
" newcatalog['newdec'][inds] = newcatalog['dec'][inds]\n",
186-
" return newcatalog\n"
186+
" return newcatalog"
187187
]
188188
},
189189
{
@@ -204,7 +204,6 @@
204204
"# Now get such a list around pointing of NIRISS pure parallel image jw01571078001_03201_00001_nis_rate.fits\n",
205205
"# downloaded from the MAST archive. \n",
206206
"# Note: files downloaded or created here will be placed in the current working directory.\n",
207-
"\n",
208207
"boxlink = 'https://stsci.box.com/shared/static/ydxn3hhndwup0qr85fuyqro6suufa6fx.fits'\n",
209208
"boxfile = 'jw01571078001_03201_00002_nis_rate.fits'\n",
210209
"try:\n",
@@ -367,7 +366,7 @@
367366
"name": "python",
368367
"nbconvert_exporter": "python",
369368
"pygments_lexer": "ipython3",
370-
"version": "3.11.5"
369+
"version": "3.11.10"
371370
}
372371
},
373372
"nbformat": 4,

0 commit comments

Comments
 (0)