SpecCompList#

class jetset.jet_spectral_components.SpecCompList(sc_list)[source]#

Bases: object

Container for spectral-component objects and tabular export.

Notes

Provides convenience methods to display components, look them up by name, and build an Astropy table from visible component SEDs.

Attributes Summary

table

Table.

Methods Summary

build_table([restframe])

Build table.

get_spectral_component_by_name(name[, verbose])

Return spectral component by name.

show()

Show.

Attributes Documentation

table#

Table.

Returns:

Requested value.

Return type:

object

Methods Documentation

build_table(restframe='obs')[source]#

Build table.

Parameters:

restframe (str, optional) – Parameter controlling restframe.

get_spectral_component_by_name(name, verbose=True)[source]#

Return spectral component by name.

Parameters:
  • name (object) – Name identifier.

  • verbose (bool, optional) – Parameter controlling verbose.

Returns:

Requested value.

Return type:

object

show()[source]#

Show.