Posts by ajtribick
- 07.05.2024, 16:57
- Forum: Add-on releases
- Topic: Multiple Star System Add-On
- Replies: 6
- Views: 3486
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
- 16.02.2023, 21:31
- Forum: Bugs
- Topic: Names of stars in the constellation Canes Venatici are missing from 1.7
- Replies: 5
- Views: 11101
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!
- 16.02.2023, 17:47
- Forum: Bugs
- Topic: Names of stars in the constellation Canes Venatici are missing from 1.7
- Replies: 5
- Views: 11101
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"?
- 16.02.2023, 11:41
- Forum: Bugs
- Topic: Names of stars in the constellation Canes Venatici are missing from 1.7
- Replies: 5
- Views: 11101
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...
- 27.01.2023, 18:23
- Forum: Ideas & News
- Topic: Ecliptic rectangular coordinates in .stc files
- Replies: 2
- Views: 8549
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.
- 26.01.2023, 20:06
- Forum: Ideas & News
- Topic: Ecliptic rectangular coordinates in .stc files
- Replies: 2
- Views: 8549
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...
- 26.01.2023, 19:09
- Forum: Add-on releases
- Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
- Replies: 86
- Views: 109394
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...
- 12.11.2022, 11:27
- Forum: Add-on releases
- Topic: Extrasolar Planets (updated catalogue)
- Replies: 163
- Views: 9377625
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....
- 06.11.2022, 20:56
- Forum: Help Central
- Topic: Building from a git checkout
- Replies: 3
- Views: 8798
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.
- 16.10.2022, 11:14
- Forum: Add-on releases
- Topic: Extrasolar Planets (updated catalogue)
- Replies: 163
- Views: 9377625
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...
- 10.10.2022, 17:23
- Forum: Add-on releases
- Topic: Project InterStellar - Making every star known
- Replies: 11
- Views: 6039
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::...
- 18.09.2022, 12:35
- Forum: Add-on releases
- Topic: Extrasolar Planets (updated catalogue)
- Replies: 163
- Views: 9377625
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...
- 16.02.2022, 18:13
- Forum: Add-on releases
- Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
- Replies: 86
- Views: 109394
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...
- 15.01.2022, 21:21
- Forum: Add-on releases
- Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
- Replies: 86
- Views: 109394
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 ...
- 12.01.2022, 22:36
- Forum: Bugs
- Topic: problem with the constellation Hydra
- Replies: 8
- Views: 14203
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 ...
- 12.01.2022, 19:56
- Forum: Bugs
- Topic: problem with the constellation Hydra
- Replies: 8
- Views: 14203
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.
- 06.01.2022, 17:51
- Forum: Help Central
- Topic: Forum Search Limitations
- Replies: 8
- Views: 14816
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...
- 05.01.2022, 17:41
- Forum: Help Central
- Topic: Forum Search Limitations
- Replies: 8
- Views: 14816
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...
- 20.12.2021, 16:47
- Forum: Add-on releases
- Topic: Updated stars.dat including Gaia EDR3 data (update 2022-03-03)
- Replies: 86
- Views: 109394
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"...
- 14.11.2021, 12:40
- Forum: Utilities
- Topic: CMOD to OBJ+MTL converter
- Replies: 7
- Views: 18089
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
https://github.com/ajtribick/cmodconvert/releases/tag/v0.1.0