Posts by ajtribick

by ajtribick
07.05.2024, 16:57
Forum: Add-on releases
Topic: Multiple Star System Add-On
Replies: 3
Views: 355

Re: Multiple Star System Add-On

FYI: Cha HA 8 A (stars_binary.stc) has Period 0, SemiMajorAxis 0 - this causes it to be rejected in 1.7.0
by ajtribick
16.02.2023, 21:31
Forum: Bugs
Topic: Names of stars in the constellation Canes Venatici are missing from 1.7
Replies: 5
Views: 8815

Re: Names of stars in the constellation Canes Venatici are missing from 1.7

You are welcome to write the code for that. Remember that some languages put the constellation name before the Greek letter!
by ajtribick
16.02.2023, 17:47
Forum: Bugs
Topic: Names of stars in the constellation Canes Venatici are missing from 1.7
Replies: 5
Views: 8815

Re: Names of stars in the constellation Canes Venatici are missing from 1.7

I doubt this change was done deliberately to break your scripts. Sure, it needs to be fixed for English at some point. What should such a script do if the user's language is set to Spanish, where the first letter of the Greek alphabet is spelled "Alfa"?
by ajtribick
16.02.2023, 11:41
Forum: Bugs
Topic: Names of stars in the constellation Canes Venatici are missing from 1.7
Replies: 5
Views: 8815

Re: Names of stars in the constellation Canes Venatici are missing from 1.7

Looks like a side-effect of updating the code for parsing user input to Bayer designations to support component identifiers. In 1.6.x, "Alpha Centauri B" will fail to match "ALF Cen B" but in 1.7.0 it works. Unfortunately the way this was achieved is by treating the final space a...
by ajtribick
27.01.2023, 18:23
Forum: Ideas & News
Topic: Ecliptic rectangular coordinates in .stc files
Replies: 2
Views: 7163

Re: Ecliptic rectangular coordinates in .stc files

Actually it turns out there is a property in .dsc files that does this already, called Position. Since I don't want to introduce yet another incompatiblity between how .stc and .dsc files work, I'll use that.
by ajtribick
26.01.2023, 20:06
Forum: Ideas & News
Topic: Ecliptic rectangular coordinates in .stc files
Replies: 2
Views: 7163

Ecliptic rectangular coordinates in .stc files

The problem: it is not possible to guarantee an entry in an .stc file will result in the same coordinates as an entry in the stars.dat file. The reason: .stc files provide a spherical polar coordinate system in the equatorial frame, while stars.dat and Celestia's internal code use rectangular coordi...
by ajtribick
26.01.2023, 19:09
Forum: Add-on releases
Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
Replies: 86
Views: 98214

Re: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)

Here's a Python script to dump the database to CSV Usage: python3 dump_starsdat.py /path/to/stars.dat /path/to/output.csv If you don't supply an output file, it writes to stdout instead. Columns: ⋅ id - numeric ID ⋅ catName - the numeric ID translated into a HIP or TYC number &sd...
by ajtribick
12.11.2022, 11:27
Forum: Add-on releases
Topic: Extrasolar Planets (updated catalogue)
Replies: 150
Views: 9225545

Re: Extrasolar Planets (updated catalogue)

Ah that probably explains why the orientation is so weird, averaging Euler angles (which is what the orbital elements actually are) doesn't really give anything useful. And the average of elements leads to certain ambiguities: e.g. to reproduce GJ 676, I see I need to compute Ω as the average of 48....
by ajtribick
06.11.2022, 20:56
Forum: Help Central
Topic: Building from a git checkout
Replies: 3
Views: 7391

Re: Building from a git checkout

There are scripts (UpdateContent.ps1 and updatecontent.sh - pick whichever is more convenient on your OS) in the support subfolder that will download the latest version of the CelestiaContent repository into the content subdirectory.
by ajtribick
16.10.2022, 11:14
Forum: Add-on releases
Topic: Extrasolar Planets (updated catalogue)
Replies: 150
Views: 9225545

Re: Extrasolar Planets (updated catalogue)

Nice update. One improvement that might be worth doing is setting the inclination of additional planets in systems with astrometric orbits. So calling the classes of objects: ⋅ Astrometric planets = known i , known Ω ⋅ Transiting planets = known i , unknown Ω ⋅ RV plane...
by ajtribick
10.10.2022, 17:23
Forum: Add-on releases
Topic: Project InterStellar - Making every star known
Replies: 11
Views: 4910

Re: Project InterStellar - Making every star known

a major rewrite of the stellar octree is needed for something like this to occur. otherwise, celestia cant handle massive star databases at all. something like the defunct AstroDB project that was worked on a while back It would also end up breaking at least some scripts. Interfaces like celestia::...
by ajtribick
18.09.2022, 12:35
Forum: Add-on releases
Topic: Extrasolar Planets (updated catalogue)
Replies: 150
Views: 9225545

Re: Extrasolar Planets (updated catalogue)

What's the criterion for putting companions into extrasolar.stc vs extrasolar.ssc? E.g. HD 28185 c (~20 Jupiter masses) is in extrasolar.stc as an L2 dwarf (which seems rather too warm, at least eyeballing the evolution curve for a 20 Jupiter mass object in https://arxiv.org/abs/astro-ph/0103383, it...
by ajtribick
16.02.2022, 18:13
Forum: Add-on releases
Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
Replies: 86
Views: 98214

Re: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)

New pre-release. Main fix is in the code used to select Gaia-based or HIP-based distances in the EDR3-based databases. This wasn't fully updated from when it was only operating on the Hipparcos subset of the data, a notable symptom of this is a "bubble" of stars at ~913 light years. This s...
by ajtribick
15.01.2022, 21:21
Forum: Add-on releases
Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
Replies: 86
Views: 98214

Re: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)

New alpha build, with an updated scoring function for the cross-match which incorporates parallaxes and fixes an issue where the highest weight was effectively given to the parameter (e.g. proper motion, magnitude difference) with the worst matches. Checking the distances of a few of the stars with ...
by ajtribick
12.01.2022, 22:36
Forum: Bugs
Topic: problem with the constellation Hydra
Replies: 8
Views: 12167

Re: problem with the constellation Hydra

Looking at render.cpp, the constellation label is positioned at the average position of the first chain of the constellation diagram. For the default file in 1.6.x, this would be the chain consisting of "Gamma Hya", "Beta Hya" and "Xi Hya". Maybe there's a problem with ...
by ajtribick
12.01.2022, 19:56
Forum: Bugs
Topic: problem with the constellation Hydra
Replies: 8
Views: 12167

Re: problem with the constellation Hydra

SevenSpheres wrote:although part of the constellation lines do cross over into Crater for some reason

As far as I'm aware, the Celestia asterisms are based on the IAU/Sky&Telescope ones. Their diagram for Hydra draws the constellation line through Alpha and Beta Crateris.
by ajtribick
06.01.2022, 17:51
Forum: Help Central
Topic: Forum Search Limitations
Replies: 8
Views: 12796

Re: Forum Search Limitations

Tried this in the address field in Chrome: http://www.google.com:celestia.space "draw lines" Don't know why you'd try that, I said "site:celestia.space", which is used in the query the link points to. Here's what your query should be: https://www.google.com/search?q=site%3Aceles...
by ajtribick
05.01.2022, 17:41
Forum: Help Central
Topic: Forum Search Limitations
Replies: 8
Views: 12796

Re: Forum Search Limitations

Based on experiences with several boards' search implementations, I generally find the most reliable option to be to use an external search engine, starting the query with "site:<URL>", e.g. site:celestia.space "exact phrases of words" Quick test, this seems to be somewhat more r...
by ajtribick
20.12.2021, 16:47
Forum: Add-on releases
Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
Replies: 86
Views: 98214

Re: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)

Made a release version based on Gaia EDR3, managed to do it before the full DR3 comes out. :) Details in the first post in the thread. There are still additional improvements that could be made, e.g. trying to remove the Magellanic spikes, but I'm leaving these as "for future consideration"...
by ajtribick
14.11.2021, 12:40
Forum: Utilities
Topic: CMOD to OBJ+MTL converter
Replies: 7
Views: 16221

Re: CMOD to OBJ+MTL converter

Created v0.1.0 release version, the only change is it now uses .NET 6.0 (LTS).
https://github.com/ajtribick/cmodconvert/releases/tag/v0.1.0

Go to advanced search