There really is not a lot of other code.

RedEllipticalMasses is an Astropy Table read in from a fits file
from astropy.table import Table, join
import numpy as np
RedEllipticalMasses =
Table.read('../../GAMA_Data/REMassEClassEmeasure.fits')
RedEllipticalMasses['Z_1'] is a single column name 'Z_1'

If. I print its type I get
<class 'astropy.table.table.Table'>



--
Sent from: http://numpy-discussion.10968.n7.nabble.com/
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to