Skip to content

Instantly share code, notes, and snippets.

@bmorris3
bmorris3 / intro_to_astropy.ipynb
Last active June 8, 2018 21:03
Intro to astropy for UW's 2015 ASTR599 class
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from __future__ import (absolute_import, division, print_function,
unicode_literals)
from shampoo.reconstruction import Hologram
import matplotlib.pyplot as plt
hologram_path = 'data/Hologram.tif'
propagation_distance = 0.0369 # m
# Full res: 2 s, Rebin 2x2: 0.5 s, 4x4: 0.125
from __future__ import (absolute_import, division, print_function,
unicode_literals)
import numpy as np
import sys
sys.path.insert(0, '/Users/bmorris/git/tmp/astropy')
import astropy
from astropy.time import Time
from astropy.coordinates import (SkyCoord, Longitude, Latitude, GCRS,
@bmorris3
bmorris3 / exoplanets.py
Created November 3, 2015 06:30
Small Habitable Worlds viewer with Aladin Lite
# Licensed under a 3-clause BSD style license - see LICENSE.rst
"""
This module relies on the exoplanet database at exoplanets.org for information
about exoplanets and their host stars, by Wright, J.T., Fakhouri, O., Marcy,
G.W., et al. 2011, PASP, 123, 412 [1]_.
.. [1] http://arxiv.org/abs/1409.7709
"""
from __future__ import (absolute_import, division, print_function,
@bmorris3
bmorris3 / astroplan_lightning_talk.ipynb
Created November 4, 2015 01:21
Presented at .Astronomy 7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

astroplan Unconference Session

Sample schedule:

14:30-14:50: astroplan tutorial, Q&A

14:50-end: Brainstorm:

  • missing features
  • hack day ideas
  • contributions 😃
@bmorris3
bmorris3 / Observing_with_Python.ipynb
Created November 4, 2015 03:07
Adaptation of @tobyrsmith's tutorial
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.