This is a test, this is only a test .....


In [1]:
import os

In [2]:
import numpy as np

In [3]:
import pandas as pd

In [4]:
import re

In [5]:
import glob

In [6]:
import matplotlib.pyplot as plt

In [7]:
import sympy

In [8]:
import scipy

In [9]:
import astropy

In [10]:
import astroquery

In [11]:
import jplephem

In [12]:
import astroplan


WARNING: OldEarthOrientationDataWarning: Your version of the IERS Bulletin A is 237.8 days old. For best precision (on the order of arcseconds), you must download an up-to-date IERS Bulletin A table. To do so, run:

>>> from astroplan import download_IERS_A
>>> download_IERS_A()
 [astroplan.utils]

In [ ]: