I have been looking for some kind of collection of all known stars and their individual respective mass/radius/temperature/and luminosity, can you link me to one if it exists?
My goal is to write an algorithm that creates polynomial functions that calculate a stars temp/lum/radius based on mass. I know there are existing equations, however the ones I have found are more troublesome and imprecise compared to if I could use polynomial functions I create myself.
The Hertzsprung-Russel diagram ( http://upload.wikimedia.org/wikipedia/commons/1/17/Hertzsprung-Russel_StarData.png ) is a great example of representation of what data I need, however it's axes are not constant, so I can not visually gather accurate sample data to deduce any functions.
Edit: Essentially even a large quantity of estimates will suffice. I intend to use this data to generate a semi-realistic galaxy for an MMO I am developing, so it doesn't by any means need to be perfect.
There are functions capable of deriving a specific property from others, for example there are functions that return an estimated radius based on only mass as an input variable.
If there is a sample of 10,000 stars with my requested data estimated, that will easily be to satisfaction.
– ChaosOverlord Dec 18 '14 at 20:37By the way thanks for your responses.
– ChaosOverlord Dec 18 '14 at 20:44Joshua, Any data is valid, independent of galaxies. I've already done the other research regarding patterns within galaxies, the only variable I am missing is the attributes of the stars themselves. Once I have that I can apply galactic-related patterns.
– ChaosOverlord Dec 20 '14 at 17:11