|
112 | 112 | }, |
113 | 113 | { |
114 | 114 | "cell_type": "markdown", |
115 | | - "metadata": { |
116 | | - "slideshow": { |
117 | | - "slide_type": "slide" |
118 | | - } |
119 | | - }, |
| 115 | + "metadata": {}, |
120 | 116 | "source": [ |
121 | 117 | "<a id=\"import\"></a>\n", |
122 | 118 | "## 1.2 Imports \n", |
123 | | - " \n", |
| 119 | + "\n", |
124 | 120 | "For this notebook we import:\n", |
125 | 121 | "\n", |
126 | | - "<table style=\"margin-left: 0; margin-right: auto; border-collapse: collapse;\">\n", |
127 | | - " <thead>\n", |
128 | | - " <tr>\n", |
129 | | - " <th style=\"text-align: left; padding: 6px;\">Package</th>\n", |
130 | | - " <th style=\"text-align: left; padding: 6px;\">Purpose</th>\n", |
131 | | - " </tr>\n", |
132 | | - " </thead>\n", |
133 | | - " <tbody>\n", |
134 | | - " <tr>\n", |
135 | | - " <td style=\"padding: 6px;\"><code>glob</code></td>\n", |
136 | | - " <td style=\"padding: 6px;\">File handling</td>\n", |
137 | | - " </tr>\n", |
138 | | - " <tr>\n", |
139 | | - " <td style=\"padding: 6px;\"><code>matplotlib.pyplot</code></td>\n", |
140 | | - " <td style=\"padding: 6px;\">Displaying images and plotting spectrum</td>\n", |
141 | | - " </tr>\n", |
142 | | - " <tr>\n", |
143 | | - " <td style=\"padding: 6px;\"><code>numpy</code></td>\n", |
144 | | - " <td style=\"padding: 6px;\">Handling arrays</td>\n", |
145 | | - " </tr>\n", |
146 | | - " <tr>\n", |
147 | | - " <td style=\"padding: 6px;\"><code>os</code></td>\n", |
148 | | - " <td style=\"padding: 6px;\">System commands</td>\n", |
149 | | - " </tr>\n", |
150 | | - " <tr>\n", |
151 | | - " <td style=\"padding: 6px;\"><code>shutil</code></td>\n", |
152 | | - " <td style=\"padding: 6px;\">File and directory clean up</td>\n", |
153 | | - " </tr>\n", |
154 | | - " <tr>\n", |
155 | | - " <td style=\"padding: 6px;\"><code>astropy.io.fits</code></td>\n", |
156 | | - " <td style=\"padding: 6px;\">Reading and modifying/creating FITS files</td>\n", |
157 | | - " </tr>\n", |
158 | | - " <tr>\n", |
159 | | - " <td style=\"padding: 6px;\"><code>astropy.visualization</code></td>\n", |
160 | | - " <td style=\"padding: 6px;\">Various tools for display FITS images</td>\n", |
161 | | - " </tr>\n", |
162 | | - " <tr>\n", |
163 | | - " <td style=\"padding: 6px;\"><code>astropy.wcs.WCS</code></td>\n", |
164 | | - " <td style=\"padding: 6px;\">Handling WCS objects</td>\n", |
165 | | - " </tr>\n", |
166 | | - " <tr>\n", |
167 | | - " <td style=\"padding: 6px;\"><code>astroquery.mast.Observations</code></td>\n", |
168 | | - " <td style=\"padding: 6px;\">Downloading FLT data from MAST</td>\n", |
169 | | - " </tr>\n", |
170 | | - " <tr>\n", |
171 | | - " <td style=\"padding: 6px;\"><code>drizzlepac.astrodrizzle</code></td>\n", |
172 | | - " <td style=\"padding: 6px;\">Creating a mosaic for the direct image filter</td>\n", |
173 | | - " </tr>\n", |
174 | | - " <tr>\n", |
175 | | - " <td style=\"padding: 6px;\"><code>pyregions</code></td>\n", |
176 | | - " <td style=\"padding: 6px;\">Overlaying DS9-formatted regions</td>\n", |
177 | | - " </tr>\n", |
178 | | - " <tr>\n", |
179 | | - " <td style=\"padding: 6px;\"><code>slitlessutils</code></td>\n", |
180 | | - " <td style=\"padding: 6px;\">Handling preprocessing and spectral extraction</td>\n", |
181 | | - " </tr>\n", |
182 | | - " </tbody>\n", |
183 | | - "</table>\n" |
| 122 | + "<table style=\"margin-left: 0; margin-right: auto; border-collapse: collapse; border: 1px solid #ccc;\">\n", |
| 123 | + "<thead>\n", |
| 124 | + "<tr>\n", |
| 125 | + "<th style=\"text-align: left; padding: 6px; border: 1px solid #ccc;\">Package</th>\n", |
| 126 | + "<th style=\"text-align: left; padding: 6px; border: 1px solid #ccc;\">Purpose</th>\n", |
| 127 | + "</tr>\n", |
| 128 | + "</thead>\n", |
| 129 | + "<tbody>\n", |
| 130 | + "<tr>\n", |
| 131 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>glob</code></td>\n", |
| 132 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">File handling</td>\n", |
| 133 | + "</tr>\n", |
| 134 | + "<tr>\n", |
| 135 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>matplotlib.pyplot</code></td>\n", |
| 136 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Displaying images and plotting spectrum</td>\n", |
| 137 | + "</tr>\n", |
| 138 | + "<tr>\n", |
| 139 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>numpy</code></td>\n", |
| 140 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling arrays</td>\n", |
| 141 | + "</tr>\n", |
| 142 | + "<tr>\n", |
| 143 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>os</code></td>\n", |
| 144 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">System commands</td>\n", |
| 145 | + "</tr>\n", |
| 146 | + "<tr>\n", |
| 147 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>shutil</code></td>\n", |
| 148 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">File and directory clean up</td>\n", |
| 149 | + "</tr>\n", |
| 150 | + "<tr>\n", |
| 151 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.io.fits</code></td>\n", |
| 152 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Reading and modifying/creating FITS files</td>\n", |
| 153 | + "</tr>\n", |
| 154 | + "<tr>\n", |
| 155 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.visualization</code></td>\n", |
| 156 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Various tools for display FITS images</td>\n", |
| 157 | + "</tr>\n", |
| 158 | + "<tr>\n", |
| 159 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astropy.wcs.WCS</code></td>\n", |
| 160 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling WCS objects</td>\n", |
| 161 | + "</tr>\n", |
| 162 | + "<tr>\n", |
| 163 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>astroquery.mast.Observations</code></td>\n", |
| 164 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Downloading FLT data from MAST</td>\n", |
| 165 | + "</tr>\n", |
| 166 | + "<tr>\n", |
| 167 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>drizzlepac.astrodrizzle</code></td>\n", |
| 168 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Creating a mosaic for the direct image filter</td>\n", |
| 169 | + "</tr>\n", |
| 170 | + "<tr>\n", |
| 171 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>pyregions</code></td>\n", |
| 172 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Overlaying DS9-formatted regions</td>\n", |
| 173 | + "</tr>\n", |
| 174 | + "<tr>\n", |
| 175 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\"><code>slitlessutils</code></td>\n", |
| 176 | + "<td style=\"padding: 6px; border: 1px solid #ccc;\">Handling preprocessing and spectral extraction</td>\n", |
| 177 | + "</tr>\n", |
| 178 | + "</tbody>\n", |
| 179 | + "</table>" |
184 | 180 | ] |
185 | 181 | }, |
186 | 182 | { |
|
1140 | 1136 | "cell_type": "markdown", |
1141 | 1137 | "metadata": {}, |
1142 | 1138 | "source": [ |
1143 | | - "[Top of Page](#top)\n", |
1144 | | - "<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/hst_notebooks/main/assets/stsci_pri_combo_mark_horizonal_white_bkgd.png\" alt=\"Space Telescope Logo\" width=\"200px\\\"/>" |
| 1139 | + "### For more help:\n", |
| 1140 | + "\n", |
| 1141 | + "More details may be found on the [ACS website](http://www.stsci.edu/hst/instrumentation/acs) and in the [ACS Instrument](https://hst-docs.stsci.edu/display/ACSIHB) and [Data Handbooks](https://hst-docs.stsci.edu/acsdhb).\n", |
| 1142 | + "\n", |
| 1143 | + "Please visit the [HST Help Desk](https://stsci.service-now.com/hst). Through the help desk portal, you can explore the HST Knowledge Base and request additional help from experts.\n", |
| 1144 | + "\n", |
| 1145 | + "<hr>\n", |
| 1146 | + "\n", |
| 1147 | + "[Top of Page](#titleImageReduction)\n", |
| 1148 | + "<img style=\"float: right;\" src=\"https://raw.githubusercontent.com/spacetelescope/hst_notebooks/main/assets/stsci_pri_combo_mark_horizonal_white_bkgd.png\" alt=\"Space Telescope Logo\" width=\"200px\"/> " |
1145 | 1149 | ] |
1146 | | - }, |
1147 | | - { |
1148 | | - "cell_type": "code", |
1149 | | - "execution_count": null, |
1150 | | - "metadata": {}, |
1151 | | - "outputs": [], |
1152 | | - "source": [] |
1153 | 1150 | } |
1154 | 1151 | ], |
1155 | 1152 | "metadata": { |
|
0 commit comments