So, I pulled 1,554,243 stars from eddb.io into a database. Wanted to get a feel for stellar distribution, and sometime next week I might post a more detailed thread analysing all this. But now I have a quick question. Here's the breakdown of stars feed into eddb.io:
What I haven't done, yet, is try to distinguish main sequence stars from subgiant, giant and supergiant stars. eddb.io doesn't have data on that, and I haven't found any exact definitions I can work with. (Giant stars have a higher radius, but I'm not sure if there's a specific radius cut-off: I think it's more likely the official cut-off is luminosity-dependent, and we don't have those figures.)
But broadly this distribution makes sense. It's a little strange that there are more F-class stars than the cooler G-class, but I'm no astronomer.
But what really confuses me are the compact stars / stellar fragments: white dwarfs, neutron stars and black holes. Far as I know, these should be something more like 8%, 1% and 0.1% respectively. Instead, there are a lot of neutron stars, too many black holes, and far too few white dwarfs.
The first two discrepancies can be explained: eddb.io only knows about what's been explored, and explorers love black holes and neutron stars. Many will filter onto 'Compact stars', which includes those two but not white dwarfs (not sure why: white dwarfs are just a slightly 'gentler' degenerate stellar remnant, they're absolutely a compact star). And neutron fields are going to be massively over-represented.
But 0.76% white dwarfs? How in the hell? Is Stellar Forge racist or something? Any theories?
(Had some struggle with the systems.csv out of eddb.io, so I can't yet do analysis of stars by their location. But I'm pretty sure white dwarfs are much more common in the bubble than 0.76%.)
(Edit: again, no astronomer, and the 8/1/0.1% figures I read somewhere could be nonsense. But it's surely telling that in real life, the closest white dwarf is 8.6 ly away (Sirius B). Closest known neutron star? Calvera, at least 250 ly away. Black holes I think... not within 1000 ly, right?)
Code:
[TABLE="width: 305"]
[TR]
[TD][B]Class
[/B][/TD]
[TD][B]Population[/B][/TD]
[TD][B]Percent
[/B][/TD]
[/TR]
[TR]
[TD]M-Class[/TD]
[TD="align: right"]517,303[/TD]
[TD="align: right"]33.3%[/TD]
[/TR]
[TR]
[TD]K-Class[/TD]
[TD="align: right"]295,670[/TD]
[TD="align: right"]19.0%[/TD]
[/TR]
[TR]
[TD]Neutron Star[/TD]
[TD="align: right"]163,353[/TD]
[TD="align: right"]10.5%[/TD]
[/TR]
[TR]
[TD]F-Class[/TD]
[TD="align: right"]145,079[/TD]
[TD="align: right"]9.3%[/TD]
[/TR]
[TR]
[TD]G-Class[/TD]
[TD="align: right"]119,267[/TD]
[TD="align: right"]7.7%[/TD]
[/TR]
[TR]
[TD]A-Class[/TD]
[TD="align: right"]82,996[/TD]
[TD="align: right"]5.3%[/TD]
[/TR]
[TR]
[TD]Brown Dwarf (L)[/TD]
[TD="align: right"]63,943[/TD]
[TD="align: right"]4.1%[/TD]
[/TR]
[TR]
[TD]Pre-MS (T Tauri)[/TD]
[TD="align: right"]36,585[/TD]
[TD="align: right"]2.4%[/TD]
[/TR]
[TR]
[TD]Brown Dwarf (T)[/TD]
[TD="align: right"]32,981[/TD]
[TD="align: right"]2.1%[/TD]
[/TR]
[TR]
[TD]B-Class[/TD]
[TD="align: right"]32,748[/TD]
[TD="align: right"]2.1%[/TD]
[/TR]
[TR]
[TD]Brown Dwarf (Y)[/TD]
[TD="align: right"]22,026[/TD]
[TD="align: right"]1.4%[/TD]
[/TR]
[TR]
[TD]Black Hole[/TD]
[TD="align: right"]19,406[/TD]
[TD="align: right"]1.2%[/TD]
[/TR]
[TR]
[TD]White Dwarf[/TD]
[TD="align: right"]11,818[/TD]
[TD="align: right"]0.76%[/TD]
[/TR]
[TR]
[TD]O-Class[/TD]
[TD="align: right"]5,056[/TD]
[TD="align: right"]0.33%[/TD]
[/TR]
[TR]
[TD]Pre-MS (Herbig Ae/Be)[/TD]
[TD="align: right"]2,647[/TD]
[TD="align: right"]0.17%[/TD]
[/TR]
[TR]
[TD]Post-MS (Wolf-Rayet)[/TD]
[TD="align: right"]1,452[/TD]
[TD="align: right"]0.09%[/TD]
[/TR]
[TR]
[TD]Post-MS (Pre-Carbon S)[/TD]
[TD="align: right"]692[/TD]
[TD="align: right"]0.04%[/TD]
[/TR]
[TR]
[TD]Post-MS (Pre-Carbon MS)[/TD]
[TD="align: right"]631[/TD]
[TD="align: right"]0.04%[/TD]
[/TR]
[TR]
[TD]Post-MS (Carbon)[/TD]
[TD="align: right"]494[/TD]
[TD="align: right"]0.03%[/TD]
[/TR]
[TR]
[TD]NULL[/TD]
[TD="align: right"]96[/TD]
[TD="align: right"]0.01%[/TD]
[/TR]
[/TABLE]
What I haven't done, yet, is try to distinguish main sequence stars from subgiant, giant and supergiant stars. eddb.io doesn't have data on that, and I haven't found any exact definitions I can work with. (Giant stars have a higher radius, but I'm not sure if there's a specific radius cut-off: I think it's more likely the official cut-off is luminosity-dependent, and we don't have those figures.)
But broadly this distribution makes sense. It's a little strange that there are more F-class stars than the cooler G-class, but I'm no astronomer.
But what really confuses me are the compact stars / stellar fragments: white dwarfs, neutron stars and black holes. Far as I know, these should be something more like 8%, 1% and 0.1% respectively. Instead, there are a lot of neutron stars, too many black holes, and far too few white dwarfs.
The first two discrepancies can be explained: eddb.io only knows about what's been explored, and explorers love black holes and neutron stars. Many will filter onto 'Compact stars', which includes those two but not white dwarfs (not sure why: white dwarfs are just a slightly 'gentler' degenerate stellar remnant, they're absolutely a compact star). And neutron fields are going to be massively over-represented.
But 0.76% white dwarfs? How in the hell? Is Stellar Forge racist or something? Any theories?
(Had some struggle with the systems.csv out of eddb.io, so I can't yet do analysis of stars by their location. But I'm pretty sure white dwarfs are much more common in the bubble than 0.76%.)
(Edit: again, no astronomer, and the 8/1/0.1% figures I read somewhere could be nonsense. But it's surely telling that in real life, the closest white dwarf is 8.6 ly away (Sirius B). Closest known neutron star? Calvera, at least 250 ly away. Black holes I think... not within 1000 ly, right?)
Last edited: