Target#

class phise.Target(
f: astropy.units.Quantity,
δ: astropy.units.Quantity,
companions: list[Companion],
name: str = 'Unnamed Target',
)[source]#

Bases: object

“Target class.

(Automatically added placeholder.)
__init__(
f: astropy.units.Quantity,
δ: astropy.units.Quantity,
companions: list[Companion],
name: str = 'Unnamed Target',
)[source]#

A target star with a given magnitude and declination, and a list of companions.

Parameters:
  • f (astropy.units.Quantity) – Spectral flux of the star.

  • δ (astropy.units.Quantity) – Declination of the star.

  • companions (list of Companion) – List of Companion objects.

  • name (str, optional) – Name of the scene (default is “Unnamed”).

property f: astropy.units.Quantity#

“f.

Parameters:

placeholder.) ((Automatically added)

Return type:

(Automatically added placeholder.)

property δ: astropy.units.Quantity#

“δ.

Parameters:

placeholder.) ((Automatically added)

Return type:

(Automatically added placeholder.)

property companions: list[Companion]#

“companions.

Parameters:

placeholder.) ((Automatically added)

Return type:

(Automatically added placeholder.)

property name: str#

“name.

Parameters:

placeholder.) ((Automatically added)

Return type:

(Automatically added placeholder.)

property parent_ctx: list#

“parent_ctx.

Parameters:

placeholder.) ((Automatically added)

Return type:

(Automatically added placeholder.)