{ "cells": [ { "cell_type": "markdown", "id": "3d021aba-a8d3-402c-92ff-0348b67a7b5a", "metadata": {}, "source": [ "# Welcome to Dysh!\n", "\n", "This is the default template. See docs at https://dysh.readthedocs.io/" ] }, { "cell_type": "code", "execution_count": 1, "id": "02eb13bf-d81f-4b0e-a00e-daa439b71104", "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import pandas as pd\n", "from astropy.io import fits\n", "from astropy.table import Table\n", "\n", "from dysh.fits.gbtfitsload import GBTFITSLoad" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.10" } }, "nbformat": 4, "nbformat_minor": 5 }