├── Notebooks ├── 00. Introduction & Installation.ipynb ├── 01. Handling FITS files.ipynb ├── 02. Units.ipynb ├── 03. Tables.ipynb ├── 04. Plotting.ipynb ├── 05. Celestial Coordinates.ipynb ├── 06. Modeling.ipynb ├── 07. Convolution.ipynb └── 08. Cosmology.ipynb ├── README.md └── data ├── 3C_273-S-B-bcc2009.fits ├── 3C_273-S-RI-bcc2009.fits ├── 502nmos.fits ├── 656nmos.fits ├── 673nmos.fits ├── MESSIER_051-I-103aE-dss1.fits └── MESSIER_051-I-20cm-pkwb1984.fits /Notebooks/00. Introduction & Installation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/00. Introduction & Installation.ipynb -------------------------------------------------------------------------------- /Notebooks/01. Handling FITS files.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/01. Handling FITS files.ipynb -------------------------------------------------------------------------------- /Notebooks/02. Units.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/02. Units.ipynb -------------------------------------------------------------------------------- /Notebooks/03. Tables.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/03. Tables.ipynb -------------------------------------------------------------------------------- /Notebooks/04. Plotting.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/04. Plotting.ipynb -------------------------------------------------------------------------------- /Notebooks/05. Celestial Coordinates.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/05. Celestial Coordinates.ipynb -------------------------------------------------------------------------------- /Notebooks/06. Modeling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/06. Modeling.ipynb -------------------------------------------------------------------------------- /Notebooks/07. Convolution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/07. Convolution.ipynb -------------------------------------------------------------------------------- /Notebooks/08. Cosmology.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/Notebooks/08. Cosmology.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/README.md -------------------------------------------------------------------------------- /data/3C_273-S-B-bcc2009.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/data/3C_273-S-B-bcc2009.fits -------------------------------------------------------------------------------- /data/3C_273-S-RI-bcc2009.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/data/3C_273-S-RI-bcc2009.fits -------------------------------------------------------------------------------- /data/502nmos.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/data/502nmos.fits -------------------------------------------------------------------------------- /data/656nmos.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/data/656nmos.fits -------------------------------------------------------------------------------- /data/673nmos.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/data/673nmos.fits -------------------------------------------------------------------------------- /data/MESSIER_051-I-103aE-dss1.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/data/MESSIER_051-I-103aE-dss1.fits -------------------------------------------------------------------------------- /data/MESSIER_051-I-20cm-pkwb1984.fits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christopherlovell/astro-python/HEAD/data/MESSIER_051-I-20cm-pkwb1984.fits --------------------------------------------------------------------------------