_get_stellar_properties¶
-
simcado.source._get_stellar_properties(spec_type, cat=None, verbose=False)[source]¶ Returns an
astropy.Tablewith the list of properties for the star(s) inspec_type- Parameters
- spec_typestr, list
The single or list of spectral types
- catstr, optional
The filename of a catalogue in a format readable by
astropy.io.ascii.read(), e.g. ASCII, CSV. The catalogue should contain stellar properties- verbosebool
Print which stellar type is being considered
- Returns
- props
astropy.Tableor list ofastropy.Tableobjects with stellar parameters
- props