Keklas Rekobah wrote: ↑Fri Aug 13, 2021 5:38 pm
Cannot access background data. If Arioch could edit the database to display the Soiaverse, then it would be an exceptional addition to this website.
That's just an animated GIF image.
The chview app embeds the star data in the HTML file, so if you view the source code on
https://well-of-souls.com/outsider/map_terran.html, you can see the embedded data in the form:
Code: Select all
<param name=body001 value="Earth and Mars!!Sol!Sol!G2V!1.0000!0.00,0.00,0.00">
<param name=body004 value="Alpha and Proxima!!Alpha Centauri!Alpha Centauri A!G2V!1.1000!-1.69,-1.37,-3.89">
<param name=body006 value="!!Barnard's Star!Barnard's Star!M3.8V!0.1200!-0.06,-5.96,0.49">
<param name=body008 value="!!Wolf 359!Wolf 359!M5.8Ve!0.2000!-7.43,2.11,0.95">
etc.
The star data for this map was culled from a dataset provided by the app author(s); I'm not certain how accurate it is, but it appears to agree with other sources I have seen.
I'd like to get a new star database (I'm sure there are some good ones with the new Gaia measurements), but most give positions in RA/dec/distance. It's simple enough to convert those into 3D coordinates, but I need coordinates not in the celestial or ecliptic planes, but in the galactic plane. That probably requires a matrix transformation, which I never learned how to do (which is why I got a D in civil engineering). I'm sure I could find what I need somewhere out there, but I'm not going to spend my time or energy to do that right now.
Also, while I like to build the maps on real star data wherever possible, I doubt that the dimmer red stars are properly represented at distances beyond 100 light years or so, so at least part of Union/Umiak territory maps are always going to have to be fictional.