unreal.StarInfo

class unreal.StarInfo(ra: float = 0.0, dec: float = 0.0, distance_in_pc: float = 0.0, name: str = '', magnitude: float = 0.0, color: LinearColor = Ellipsis, hipparcos_id: int = 0, henry_draper_id: int = 0, yale_bright_star_id: int = 0, color_index: float = 0.0, ism_instance_index: int = 0)

Bases: StructBase

Runtime structure to store the computed properties of a Star, for any Query.

C++ Source:

  • Plugin: CelestialVault

  • Module: CelestialVault

  • File: CelestialDataTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write] Star RGB Color - Can be computed from the B-V value if the star is from an official Catalog

  • color_index (double): [Read-Write] Star Color Index, also named B-V

  • dec (double): [Read-Write] The Star Declination in the Celestial Frame - In Degrees

  • distance_in_pc (double): [Read-Write] Earth to Star distance (in Parsecs)

  • henry_draper_id (int32): [Read-Write] Star Henry Draper ID if present in the Henry Draper Catalog

  • hipparcos_id (int32): [Read-Write] Star Hipparcos ID if present in the Hipparcos Catalog

  • ism_instance_index (int32): [Read-Write] Internal value of the ISM Instance corresponding to this Star

  • magnitude (double): [Read-Write] Star Magnitude

  • name (str): [Read-Write] Star Name

  • ra (double): [Read-Write] The Star Right Ascension in the Celestial Frame - In hours!

  • yale_bright_star_id (int32): [Read-Write] Star YaleBrightStar ID if present in the Yale Bright Star Catalog

property color: LinearColor

[Read-Write] Star RGB Color - Can be computed from the B-V value if the star is from an official Catalog

Type:

(LinearColor)

property color_index: float

[Read-Write] Star Color Index, also named B-V

Type:

(double)

property dec: float

[Read-Write] The Star Declination in the Celestial Frame - In Degrees

Type:

(double)

property distance_in_pc: float

[Read-Write] Earth to Star distance (in Parsecs)

Type:

(double)

property henry_draper_id: int

[Read-Write] Star Henry Draper ID if present in the Henry Draper Catalog

Type:

(int32)

property hipparcos_id: int

[Read-Write] Star Hipparcos ID if present in the Hipparcos Catalog

Type:

(int32)

property ism_instance_index: int

[Read-Write] Internal value of the ISM Instance corresponding to this Star

Type:

(int32)

property magnitude: float

[Read-Write] Star Magnitude

Type:

(double)

property name: str

[Read-Write] Star Name

Type:

(str)

property ra: float

[Read-Write] The Star Right Ascension in the Celestial Frame - In hours!

Type:

(double)

property yale_bright_star_id: int

[Read-Write] Star YaleBrightStar ID if present in the Yale Bright Star Catalog

Type:

(int32)