Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Celestial Star Input Data' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Celestial Star Input Data |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Hipparcos Catalog ID | Star Hipparcos ID |
| integer | Henry Draper Catalog ID | Star Henry Draper ID |
| integer | Yale Bright Star Catalog ID | Star YaleBrightStar ID |
| real | Color Index | Star Color Index, also named B-V |
| real | Right Ascension | The Star Right Ascension in the Celestial Frame - In hours! |
| real | Declination | The Star Declination in the Celestial Frame - In Degrees |
| real | Distance (In Parsecs) | Earth to Star distance (in Parsecs) |
| string | Name | Star Name |
| real | Magnitude | Star Magnitude |
| linearcolor | Color | Star RGB Color - Useless if computed from the B-V |