You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is to formalise a problem already stated in the readme:
S-type and Wolf-Rayet stars are currently excluded (42 total).
Non-star items (such as clusters, galaxies) are included but have no colour info, and no specially identifying info (i.e. you'll need to manually check for them by name when visualising).
All supernovae are currently excluded (9 total).
Task:
Missing stars ( S-type and Wolf-Rayet) should be added.
Additional data (such as whether or not something is a cluster) should be added. Items may be described in a format similar to this:
const celestialObject = {
// Objects are assumed to be stars by default.
star: undefined,
nebula: 1,
openCluster: 2,
globularCluster: 3,
galaxy: 4,
};
Resulting catalog entries might then look something like this:
This ticket is to formalise a problem already stated in the readme:
Task:
Missing stars ( S-type and Wolf-Rayet) should be added.
Additional data (such as whether or not something is a cluster) should be added. Items may be described in a format similar to this:
Resulting catalog entries might then look something like this:
^^ the
"t": 4,
in this case would then indicateM 31
is a galaxy.The text was updated successfully, but these errors were encountered: