[Numpy-discussion] numpy histogram data

Keith Sloan keith at sloan-home.co.uk
Tue Jun 8 13:13:05 EDT 2021


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/


More information about the NumPy-Discussion mailing list