Skip to content

Commit

Permalink
Fix: remove transition at start
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofle committed Dec 2, 2024
1 parent 7a76692 commit a3fad4d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 26 deletions.
2 changes: 1 addition & 1 deletion notebooks/examples/dataIO.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
14 changes: 1 addition & 13 deletions notebooks/examples/flagging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"source": [
"# Flagging\n",
"\n",
"---\n",
"\n",
"This guide shows how to use flags in `dysh`."
]
},
Expand Down Expand Up @@ -406,11 +404,7 @@
{
"data": {
"text/plain": [
<<<<<<< HEAD
"<matplotlib.image.AxesImage at 0x7a1f60d0ca10>"
=======
"<matplotlib.image.AxesImage at 0x7f1466ba53c0>"
>>>>>>> 4320e16 (Add: how to properly clear flags)
]
},
"execution_count": 10,
Expand Down Expand Up @@ -466,11 +460,6 @@
]
},
{
<<<<<<< HEAD
"cell_type": "code",
"execution_count": null,
"id": "b00993ae-a385-4293-9182-f34bd18432b3",
=======
"cell_type": "markdown",
"id": "2debf76f-0a0d-4062-b23d-00c02d4ada5c",
"metadata": {},
Expand Down Expand Up @@ -504,7 +493,6 @@
"cell_type": "code",
"execution_count": null,
"id": "4bb26ea3-602a-4e72-96df-87235c29105c",
>>>>>>> 4320e16 (Add: how to properly clear flags)
"metadata": {},
"outputs": [],
"source": []
Expand All @@ -526,7 +514,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
3 changes: 1 addition & 2 deletions notebooks/examples/frequencyswitch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"source": [
"# Frequency-switched Data Reduction\n",
"-----------------------------------\n",
"\n",
"This notebook shows how to use `dysh` to calibrate a frequency switched observations. The idea is similar to an OnOff observation, except the telescope does not move to an Off in position on the sky, but moves its intermediate frequency in frequency space. Here we call the On and Off the Sig and Ref, but both will have the signal, just shifted in the band. Since the telescope is always tracking the target, combining the Sig and a shifted (folded) Ref, a $\\sqrt{2}$ improvement in signal-to-noise can be achieved.\n",
"\n",
Expand Down Expand Up @@ -724,7 +723,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.10.0"
},
"toc": {
"base_numbering": 0
Expand Down
3 changes: 1 addition & 2 deletions notebooks/examples/nodding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"source": [
"# Nodding Data Reduction\n",
"------------------------\n",
"\n",
"This notebook shows the reduction path of a nodding observation in a multi-beam receiver.\n",
"\n",
Expand Down Expand Up @@ -558,7 +557,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.4"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
3 changes: 1 addition & 2 deletions notebooks/examples/positionswitch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"source": [
"# Position-Switched Data Reduction\n",
"----------------------------------\n",
"\n",
"This notebook shows how to use `dysh` to calibrate an OnOff observation.\n",
"It retrieves and calibrates position-switch scans using `GBTFITSLoad.getps()`, which returns a `ScanBlock` object. OffOn observations can be reduced the same way."
Expand Down Expand Up @@ -929,7 +928,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.10.0"
},
"toc": {
"base_numbering": 0
Expand Down
3 changes: 1 addition & 2 deletions notebooks/examples/smoothing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"source": [
"# Smoothing\n",
"-----------\n",
"\n",
"This notebook shows how to use `dysh` to smooth a spectrum. For the example below we will use data from the Position-Switch example. The following dysh commands are the simplest to get and smooth a spectrum (leaving out all the function arguments):\n",
"\n",
Expand Down Expand Up @@ -793,7 +792,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.10.0"
},
"toc": {
"base_numbering": 0
Expand Down
4 changes: 2 additions & 2 deletions notebooks/examples/subbeamnod.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# SubBeamNod Data Reduction\n",
"---------------------------\n",
"\n",
"This notebook shows how to use `dysh` to calibrate an SubBeamNod observation via two different methods. It retrieves and calibrates SubBeamNod scans using `GBTFITSLoad.subbeamnod()` which returns a `ScanBlock` object. "
]
},
Expand Down Expand Up @@ -493,7 +493,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.10.0"
}
},
"nbformat": 4,
Expand Down
3 changes: 1 addition & 2 deletions notebooks/examples/velocity_frames.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"metadata": {},
"source": [
"# Spectral Axes, Velocity Frames and Conventions in `dysh`\n",
"----------------------------------\n",
"\n",
"This notebook shows how to change spectral axes to represent different rest frames and Doppler conventions."
]
Expand Down Expand Up @@ -877,7 +876,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.0"
"version": "3.10.0"
},
"toc": {
"base_numbering": 0
Expand Down

0 comments on commit a3fad4d

Please sign in to comment.