Skip to content

Instantly share code, notes, and snippets.

View jberlanga's full-sized avatar

Jazmin Berlanga Medina jberlanga

View GitHub Profile
@jberlanga
jberlanga / attribute_error-9june
Last active August 29, 2015 14:22
Attribute error - Tues, 9 June
(jaz.observe)jazmin@rana-lap-ub:~/da_codes/gsoc2015/astroplan-jaz/astroplan$ python setup.py build_sphinx
running build_sphinx
running build
running build_py
Running Sphinx v1.3.1
loading pickled environment... done
loading intersphinx inventory from /home/jazmin/da_codes/gsoc2015/astroplan-jaz/astroplan/astropy_helpers/astropy_helpers/sphinx/local/python3links.inv...
[autosummary] generating autosummary for: api/astroplan.AboveAirmass.rst, api/astroplan.AltitudeRange.rst, api/astroplan.Constraints.rst, api/astroplan.FixedTarget.rst, api/astroplan.NonFixedTarget.rst, api/astroplan.Observation.rst, api/astroplan.Observer.rst, api/astroplan.ObservingConstraints.rst, api/astroplan.Target.rst, api/astroplan.TimeWindow.rst, api/astroplan.observe.rst, api/astroplan.test.rst, getting_started/index.rst, index.rst
[automodsumm] index.rst: found 11 automodsumm entries to generate
building [mo]: all of 0 po files
@jberlanga
jberlanga / observe_skyfield.py
Created June 5, 2015 15:47
Observing excercise with Skyfield
#!/usr/bin/env python3.4
"""
observe_skyfield.py
Observing exercise with Skyfield.
"""
import numpy as np