-
-
Notifications
You must be signed in to change notification settings - Fork 849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
double_stars.ssc : RA and Dec are shift. #3835
Comments
sample is. |
It seems some coords (at least RA for theta Ori) are wrong. And using J2000 coordinates may be not enough when magnification is high, given shifts by proper motion, nutation and aberration. Maybe it is better to actually search for those stars by name. Or switch off nutation and aberration. And yes, use |
Hello @3domennotry! OK, developers can reproduce the issue. Thanks for the report! |
Proposed solution depend on issue #3836 |
Hello @3domennotry! This issue being blocked by another PR or issue. Thanks for the report! |
I fixed this bug. |
Not a bug, but solution will not work as expected due issue #3836 |
Hello @3domennotry! Please check the fresh version (development snapshot) of Stellarium: |
Hello @3domennotry! Please check the latest stable version of Stellarium: |
I have confirmed in stellarium-24.3-qt5-win32.exe. Roughly fixed. These RA and Dec, what is designated? Maybe, many star pairs are designated in the middle position. But, Why don't you adopt the calculation method I created? thank you. |
They will not work correctly due specifics of Search Engine |
This script(I made) is working fine in my environment(win7). thank you. |
The stars HIP 20648 A, HIP 26221 A, HIP 26235 E, HIP 60157 A, HIP 91919 A, HIP 91919 B, HIP 91926 C, HIP 91926 D, HIP 100027 A will not searched in the scripts nor Search Engine. |
"search engine specifications" and "issue #3836" My script, perhaps ignoring the alphabetical part of the HIP. |
Expected Behaviour
Actual Behaviour
RA and Dec are shift.
For example: θ Orionis is not shown(out of screen).
Steps to reproduce
System
Stellarium version: stellarium-24.2-qt5-win32.exe
Operating system: Win7 32bit
In this script, current RA and DEC were used.
(I think that maybe it is middle position.)
line28 to 47
e.g. ["03h46m45.16s", "+24d35m44.5s",
line74
core.moveToRaDec(doublestar[j][0], doublestar[j][1]);
current RA and DEC shifts day by day.
This is my personal opinion.
current RA and DEC are not use.
J2000.0 RA and DEC are use.
Return to the date and time of those coordinates.
(Not sure if this is possible with scripts.)
Calculate middle position.
This is sample.
θ Ori:
center of four θ1 Ori might be better than brightest θ1 Ori C.
As same as Mizar, etc...
ε Lyr :
I created a calculation method for the "double-double" mode.
However,
HIP 91919 A and HIP 91919 B have the same value(RA, Dec).
HIP 91926 C and HIP 91926 D have the same value(RA, Dec).
(Sorry, I can not speak English very well.)
thank you.
The text was updated successfully, but these errors were encountered: