JetSeedPhotons#

class jetset.jet_spectral_components.JetSeedPhotons(name, blob_object, var_name=None)[source]#

Bases: object

JetSeedPhotons class.

Methods Summary

fill([log_log, emiss_lim])

Fill.

get_spectral_points([log_log, emiss_lim])

Return spectral points.

plot([y_min, y_max])

Plot.

Methods Documentation

fill(log_log=False, emiss_lim=0)[source]#

Fill.

Parameters:
  • log_log (bool, optional) – If True, operate in log10 space.

  • emiss_lim (int, optional) – Parameter controlling emiss lim.

get_spectral_points(log_log=False, emiss_lim=0)[source]#

Return spectral points.

Parameters:
  • log_log (bool, optional) – If True, operate in log10 space.

  • emiss_lim (int, optional) – Parameter controlling emiss lim.

Returns:

Requested value.

Return type:

object

plot(y_min=None, y_max=None)[source]#

Plot.

Parameters:
  • y_min (object, optional) – Minimum value for y.

  • y_max (object, optional) – Maximum value for y.

Returns:

Computed result.

Return type:

object