GranulationParameters#

class VSPEC.params.stellar.GranulationParameters(mean: float, amp: float, period: astropy.units.Quantity, dteff: astropy.units.Quantity)#

Bases: BaseParameters

Granulation Parameters

Parameters:
  • mean (float) – The mean coverage of low-teff granulation.

  • amp (float) – The amplitude of granulation oscillations.

  • period (astropy.units.Quantity) – The period of granulation oscillations.

  • dteff (astropy.units.Quantity) – The difference between the quiet photosphere and the low-teff granulation region.

mean#

The mean coverage of low-teff granulation.

Type:

float

amp#

The amplitude of granulation oscillations.

Type:

float

period#

The period of granulation oscillations.

Type:

astropy.units.Quantity

dteff#

The difference between the quiet photosphere and the low-teff granulation region.

Type:

astropy.units.Quantity

to_generator(seed: int = 0) Granulation#

Create a vspec_vsm.Granulation instance from the class instance.

Parameters:

seed (int, optional) – The seed for the random number generator. Defaults to 0.

Returns:

The vspec_vsm.Granulation instance.

Return type:

vspec_vsm.Granulation