In [2]:
import astropy
import astropy.io.ascii as ascii
import pandas as pd
import numpy as np
import matplotlib
from matplotlib import pyplot as plt
import astropy.io.fits as pyfits
import illcan_multiplots as icmp

icmp.do_masshistory('snapshot_075',83950,0,interact=True,filters=['WFC3-F105W','WFC3-F105W','WFC3-F160W'],ckpc=100)


/Users/gsnyder/anaconda3/envs/astroconda/lib/python3.5/site-packages/h5py/_hl/selections.py:476: VisibleDeprecationWarning: converting an array with ndim > 0 to an index will result in an error in the future
  start, stop, step = exp.indices(length)
-5.43352 -5.43352 -5.43352 -5.43352 4.58523 4.43352 0
/Users/gsnyder/Dropbox/Projects/PythonCode/synthetic-image-morph/morphology_analysis/masshistory.py:146: RuntimeWarning: divide by zero encountered in log10
  ml,=axi.plot(times-time_now,np.log10(mstar))

In [ ]: