-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy path_toc.yml
More file actions
154 lines (153 loc) · 7.59 KB
/
_toc.yml
File metadata and controls
154 lines (153 loc) · 7.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
defaults: # The defaults key will be applied to all chapters and sub-sections
titlesonly: True
parts:
- caption: General
chapters:
- file: index.rst
title: Home
- file: install.rst
title: Installation
- file: docs/notebook_development_workflow.rst
title: Notebook Development Workflow
- caption: Development
chapters:
- file: docs/submitting_notebooks.rst
title: Submitting Notebooks
- file: docs/requirements.rst
title: Requirements file
- file: docs/notebooks.rst
title: Jupyter Notebooks
- file: docs/data_files.rst
title: Data Files
- caption: GitHub Guidelines
chapters:
- file: docs/github_setup.rst
title: GitHub Setup
- file: docs/github_workflow.rst
title: GitHub Workflow
- file: docs/github_pr.rst
title: GitHub PR
#- caption: Developers and Staff
# chapters:
# - file : docs/stsci_notebook_leads.rst
# title: STScI Notebook Leads
- caption: JDAViz Demo Notebooks
chapters:
- file: notebooks/jdaviz_demo/notebooks/Cubeviz.ipynb
title: Cubeviz with NIRSpec data
- file: notebooks/jdaviz_demo/notebooks/Imviz.ipynb
title: Jdaviz Imviz Demo
- file: notebooks/jdaviz_demo/notebooks/Specviz_Specviz2d.ipynb
title: Specviz and Specviz2D Demo
- file: notebooks/jdaviz_demo/notebooks/specreduce_extraction.ipynb
title: Specreduce Demo
- caption: Cross-Instrument
chapters:
- file: notebooks/cross_instrument/asdf_example/asdf_example.ipynb
title: ASDF Example
- file: notebooks/cross_instrument/background_estimation_imaging/Imaging_Sky_Background_Estimation.ipynb
title: Complex 2D Background
- file: notebooks/cross_instrument/composite_model_fitting/specfit_demo_3.ipynb
title: Composite Model Spectral Fitting
- file: notebooks/cross_instrument/rgb_imviz/imviz_rgb_carina.ipynb
title: RGB images with Imviz
- file: notebooks/cross_instrument/specviz_notebookGUI_interaction/specviz_notebook_gui_interaction_redshift.ipynb
title: Specviz Simple Demo
- file: notebooks/cross_instrument/update_pure_parallel_wcs/NIRISS_correct_pure_parallel_WCS.ipynb
title: Improving Accuracy of WCS of Pure Parallel Dataset
- file: notebooks/cross_instrument/photometry_extragalactic/imviz.ipynb
title: Photometry with JWST - Imviz
- file: notebooks/cross_instrument/photometry_extragalactic/photutils_example.ipynb
title: Photometry of a JWST/NIRCam extragalactic field with Photutils
- file: notebooks/cross_instrument/stpsf_examples/stpsf_examples.ipynb
title: JWST PSFs Using Wavefronts Measured On Orbit
- caption: MIRI
chapters:
- file: notebooks/MIRI/MRS_Mstar_analysis/JWST_Mstar_dataAnalysis_analysis.ipynb
title: MRS Mstar - Data Analysis
- file: notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb
title: IFU of YSOs in LMC
- file: notebooks/MIRI/MIRI_LRS_spectral_extraction/miri_lrs_slit_advanced_extraction.ipynb
title: LRS Optimal Spectral Extraction
- file: notebooks/MIRI/psf_photometry/miri_1028.ipynb
title: MIRI PSF Photometry With Space_Phot
- file: notebooks/MIRI/psf_photometry/miri_1028_photutils.ipynb
title: MIRI PSF Photometry with Photutils
- file: notebooks/MIRI/psf_photometry/miri_photutils.ipynb
title: MIRI PSF Photometry with Photutils
- file: notebooks/MIRI/psf_photometry/miri_spacephot.ipynb
title: MIRI PSF Photometry With Space_Phot
- caption: NIRCam
chapters:
- file: notebooks/NIRCam/aperture_photometry/NIRCam_Aperture_Photometry_Example.ipynb
title: Point Source Aperture Photometry
- file: notebooks/NIRCam/NIRCam_photometry/NIRCam_multiband_photometry.ipynb
title: Extended Aperture Photometry
- file: notebooks/NIRCam/NIRCam_PSF-matched_photometry/NIRCam_PSF_matched_multiband_photometry.ipynb
title: Cross-Filter PSF Matching
- file: notebooks/NIRCam/psf_photometry/NIRCam_PSF_Photometry_Example.ipynb
title: PSF Photometry
- file: notebooks/NIRCam/NIRCam_wisp_subtraction/nircam_wisp_subtraction.ipynb
title: NIRCam Wisp Removal
- file: notebooks/NIRCam/NIRCam_claw_detection/nircam_claw_detection.ipynb
title: NIRCam Claw Detection
- file: notebooks/NIRCam/NIRCam_WFSS_Box_extraction/BoxExtraction_using_Grismconf_CRDS.ipynb
title: WFSS Box Extraction Example
- file: notebooks/NIRCam/NIRCam_WFSS_simulating_spectra/Simulating_WFSS_spectra_CRDS.ipynb
title: WFSS Spectra Simulation for Contamination Correction
- file: notebooks/NIRCam/psf_photometry_basics/psf_photometry_basics.ipynb
title: PSF Photometry Basics with Photutils
- file: notebooks/NIRCam/psf_photometry_with_space_phot/nircam_spacephot.ipynb
title: NIRCam PSF Photometry With Space_Phot
- caption: NIRISS
chapters:
- file: notebooks/NIRISS/NIRISS_WFSS_postpipeline/00_Optimal_extraction.ipynb
title: WFSS Spectra - Optimal Extraction
- file: notebooks/NIRISS/NIRISS_WFSS_postpipeline/01_Combine_and_normalize_1D_spectra.ipynb
title: WFSS Spectra - Combine and Normalize 1D Spectra
- file: notebooks/NIRISS/NIRISS_WFSS_postpipeline/02_Cross_correlation_template.ipynb
title: WFSS Spectra - Cross-Correlation Template
- file: notebooks/NIRISS/NIRISS_WFSS_postpipeline/03_Spatially_resolved_emission_line_map.ipynb
title: WFSS Spectra - Emission Line Map
- file: notebooks/NIRISS/NIRISS_WFSS_advanced/00_niriss_mast_query_data_setup.ipynb
title: NIRISS MAST
- file: notebooks/NIRISS/NIRISS_WFSS_advanced/01_niriss_wfss_image2_image3.ipynb
title: Direct imaging for WFSS
- file: notebooks/NIRISS/NIRISS_WFSS_advanced/02_niriss_wfss_spec2.ipynb
title: Spec2 pipeline for WFSS
- file: notebooks/NIRISS/NIRISS_WFSS_advanced/extra_niriss_individual_steps.ipynb
title: Running Individual Pipline Steps
- caption: NIRSpec
chapters:
- file: notebooks/NIRSpec/IFU_cube_continuum_fit/NGC4151_FeII_ContinuumFit.ipynb
title: IFU Background Subtraction
- file: notebooks/NIRSpec/cube_fitting/cube_fitting.ipynb
title: IFU Cube Modeling
- file: notebooks/NIRSpec/ifu_optimal/ifu_optimal.ipynb
title: IFU Optimal Spectral Extraction
- file: notebooks/NIRSpec/optimal_extraction/Spectral_Extraction-static.ipynb
title: MOS Optimal Extraction
- file: notebooks/NIRSpec/mos_spectroscopy_advanced/MOSspec_advanced.ipynb
title: MOS Spectroscopy of Extragalactic Field
- file: notebooks/NIRSpec/mos_master_background/Master_Background_MOS_Demo.ipynb
title: Master Background Subtraction for Multi-Object Spectroscopy (MOS)
- file: notebooks/NIRSpec/msa_metafile/NIRSpec_MOS_MSA_metafile.ipynb
title: NIRSpec MOS MSA Metafile
- file: notebooks/NIRSpec/mos_slits_to_sky/NIRSpec_MOS_slits_to_sky.ipynb
title: NIRSpec MOS Slits to Sky
- file: notebooks/NIRSpec/transit_spectroscopy_notebook/Exoplanet_Transmission_Spectra_JWST.ipynb
title: BOTS Time Series Observations
- file: notebooks/NIRSpec/galaxy_redshift/redshift_fitting.ipynb
title: Redshift and Template Fitting
- file: notebooks/NIRSpec/NIRSpec_NSClean/FS_NSClean_example.ipynb
title: FS Products with NSClean
- file: notebooks/NIRSpec/NIRSpec_NSClean/IFU_NSClean_example.ipynb
title: IFU Products with NSClean
- file: notebooks/NIRSpec/NIRSpec_NSClean/MOS_NSClean_example.ipynb
title: MOS Products with NSClean
- file: notebooks/NIRSpec/NIRSpec_NSClean/BOTS_NSClean_example.ipynb
title: BOTS Products with NSClean