Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
drlaw1558 committed Jun 3, 2021
1 parent c0a62a9 commit a40d5a4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Notebook2/MRS_Notebook2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"\n",
"This notebook is specifically for POINT-SOURCE observations; extended source observations are somewhat different and will be presented in MRS Notebook #3.\n",
"\n",
"We will start with a simple simulated MRS extended source observation (created using mirisim: https://wiki.miricle.org/Public/MIRISim_Public) with a dedicated background, process the data through the Detector1 pipeline (which turns raw detector counts into uncalibrated rate images), the Spec2 pipeline (which turns uncalibrated rate images into calibrated rate images), and the Spec3 pipeline (which turns calibrated rate images into composite data cubes and extracted 1d spectra).\n",
"We will start with a simple simulated MRS observation (created using mirisim: https://wiki.miricle.org/Public/MIRISim_Public) with a dedicated background, process the data through the Detector1 pipeline (which turns raw detector counts into uncalibrated rate images), the Spec2 pipeline (which turns uncalibrated rate images into calibrated rate images), and the Spec3 pipeline (which turns calibrated rate images into composite data cubes and extracted 1d spectra).\n",
"\n",
"A few additional caveats:\n",
"- This notebook covers the v1.2.0 baseline pipeline as it existed in May 2021. The pipeline is under continuous development and there are therefore some changes in the latest pipeline build that will not be reflected here.\n",
Expand Down Expand Up @@ -137,7 +137,7 @@
"id": "d0dbbd9f",
"metadata": {},
"source": [
"###### 2.<font color='white'>-</font>Setup <a class=\"anchor\" id=\"setup\"></a>\n",
"2.<font color='white'>-</font>Setup <a class=\"anchor\" id=\"setup\"></a>\n",
"------------------\n",
"\n",
"In this section we set things up a number of necessary things in order for the pipeline to run successfully.\n",
Expand Down Expand Up @@ -529,7 +529,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Runtime so far: 0.9691 seconds\n"
"Runtime so far: 0.9261 seconds\n"
]
}
],
Expand Down Expand Up @@ -660,7 +660,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Runtime so far: 7.0086 seconds\n"
"Runtime so far: 7.5605 seconds\n"
]
}
],
Expand Down Expand Up @@ -730,7 +730,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Runtime so far: 7.0204 seconds\n"
"Runtime so far: 7.5731 seconds\n"
]
}
],
Expand Down Expand Up @@ -879,7 +879,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Runtime so far: 7.4793 seconds\n"
"Runtime so far: 8.0713 seconds\n"
]
}
],
Expand Down Expand Up @@ -1273,10 +1273,10 @@
"name": "stderr",
"output_type": "stream",
"text": [
"2021-06-02 16:11:39,452 - stpipe - WARNING - <ipython-input-37-9f5d1f49d205>:13: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.\n",
"2021-06-03 16:32:14,713 - stpipe - WARNING - <ipython-input-37-9f5d1f49d205>:13: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.\n",
" x1d_wave=np.array(x1d_wave)\n",
"\n",
"2021-06-02 16:11:39,453 - stpipe - WARNING - <ipython-input-37-9f5d1f49d205>:14: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.\n",
"2021-06-03 16:32:14,714 - stpipe - WARNING - <ipython-input-37-9f5d1f49d205>:14: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.\n",
" x1d_flux=np.array(x1d_flux)\n",
"\n"
]
Expand Down Expand Up @@ -1315,7 +1315,7 @@
{
"data": {
"text/plain": [
"<matplotlib.legend.Legend at 0x7fb001f47070>"
"<matplotlib.legend.Legend at 0x7fd8acdfa760>"
]
},
"execution_count": 38,
Expand Down Expand Up @@ -1372,7 +1372,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Runtime so far: 9.4311 seconds\n"
"Runtime so far: 10.2873 seconds\n"
]
}
],
Expand Down

0 comments on commit a40d5a4

Please sign in to comment.