lightcurvelynx.models.periodic_variable_star

Classes

PeriodicVariableStar

A model for a periodic variable star.

EclipsingBinaryStar

A toy model for a detached eclipsing binary star.

Module Contents

class PeriodicVariableStar(period, **kwargs)[source]

Bases: lightcurvelynx.models.periodic_model.PeriodicModel, abc.ABC

A model for a periodic variable star.

Parameterized values include:

  • dec - The object’s declination in degrees. [from BasePhysicalModel]

  • distance - The object’s luminosity distance in pc. [from BasePhysicalModel]

  • period - The period of the source, in days. [from PeriodicModel]

  • ra - The object’s right ascension in degrees. [from BasePhysicalModel]

  • redshift - The object’s redshift. [from BasePhysicalModel]

  • t0 - The t0 of the zero phase, date. [from BasePhysicalModel]

period

The period of the source, in days.

Type:

float

t0

The t0 of the zero phase, date. Could be date of the minimum or maximum light or any other reference time point.

Type:

float

distance

The distance to the source, in pc.

Type:

float

class EclipsingBinaryStar(**kwargs)[source]

Bases: PeriodicVariableStar

A toy model for a detached eclipsing binary star.

It is assumed that the stars are spherical, SED is black-body, and the orbits are circular. t0 is the epoch of the primary minimum. No limb darkening, reflection, or other effects are included.

Parameterized values include:

  • dec - The object’s declination in degrees. [from BasePhysicalModel]

  • distance - The object’s luminosity distance in pc. [from BasePhysicalModel]

  • inclination - The inclination of the orbit, in degrees.

  • major_semiaxis - The major semiaxis of the orbit, in AU.

  • period - The period of the source, in days. [from PeriodicModel]

  • primary_radius - The radius of the primary star, in solar radii.

  • primary_temperature - The effective temperature of the primary star, in kelvins.

  • ra - The object’s right ascension in degrees. [from BasePhysicalModel]

  • redshift - The object’s redshift. [from BasePhysicalModel]

  • secondary_radius - The radius of the secondary star, in solar radii.

  • secondary_temperature - The effective temperature of the secondary star, in kelvins.

  • t0 - The t0 of the zero phase, date. [from PeriodicModel]

period

The period of the source, in days.

Type:

float

major_semiaxis

The major semiaxis of the orbit, in AU.

Type:

float

inclination

The inclination of the orbit, in degrees.

Type:

float

primary_radius

The radius of the primary star, in solar radii.

Type:

float

secondary_radius

The radius of the secondary star, in solar radii.

Type:

float

primary_temperature

The effective temperature of the primary star, in kelvins.

Type:

float

secondary_temperature

The effective temperature of the secondary star, in kelvins.

Type:

float