In [ ]:
# imports
import make_apex_cubes
import time # for performance analysis
from astropy import units as u
import FITS_tools
import image_tools
import numpy as np
# for bigger figures
import pylab as pl
pl.rcParams['figure.figsize'] = (12.0, 10.0)


Could not determine version of package aplpy Cannot install default profile. If you are importing from source, this is expected.

In [ ]:
make_apex_cubes.do_everything()


INFO:astropy:Blank image size: 1150,200,1374.  Blankcube shape: (1374, 200, 1150)

In [ ]: