-
-
Notifications
You must be signed in to change notification settings - Fork 850
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
Oculars plugin Limit magnitude is not autochanged Solar system body. #3817
Comments
Just not implemented yet, but should be simple copy-pastes from the other cases. Note that the limiting magnitude formulae for stellar objects (point source) are different from extended objects. It's funny you ask whether our data are better or worse than the manufacturer's claims. Whether manufacturer's claims or our models taken from the literature are more accurate can best be checked by observing limiting cases. |
Thank you for reply and always thank you. In Japan, usually, Telescope's limit magnitude formula is follow: result = 6.0 + 2.5 * LOG((D / 7.0)^2 ) 6.0 : limit magnitude by naked eye in dark sky Therefore, 114mm Telescope's limit magnitude is about 12.05 /plugins/Oculars/src/Oculars.cpp Oculars plugin's formula is follow: Therefore, 114mm Telescope's limit magnitude is about 13.55 Which formula is correct? Unfortunately, it cannot be verified completly. In dark sky area( 50 km away from my home town), I can found 4.5 mag stars by naked eye. From experience... Maybe, If I can found 6.5 mag stars by naked eye, I can found 12.5 mag stars by telescope This is my personal opinion. thank you. |
What is the source of formula?
As far as I know, all formulae for limiting magnitudes where you can see only aperture of telescope based an experience, and it may have variance for location/weather conditions. |
dear alex-w https://www.stargaze.co.jp/engwhat.html According to this website: formula 2. These formula's result is similar. For dealers, However, Over the years, the constants have changed. Sorry, I do not know formula 1. "6.0 + 5 log (D1 / 7.0) " thank you. |
There's not a single definition for this. E.g. [1] reads:
Note that first, the constant 5 is for D specified in inches. And then that, as the text says, the formula itself is rather imprecise. I didn't check whether the Oculars plugin's formula is correct though, just posted this bit FWIW. References1: Schaefer, B. E.. "Telescopic limiting magnitudes". Astronomical Society of the Pacific, Publications (ISSN 0004-6280), vol. 102, Feb. 1990, p. 212-229. |
Hello @3domennotry! Thank you for suggesting this enhancement. |
We could allow selection of various models, plus addition of a "fudge factor" for empirical corrections by the single user. Is it worth the effort? Is the fudge addition just a constant or an arbitrary polynomial (or log?) function of the model's result? Who would ever develop and verify such model? IIRC Schaefer had effects of diameter, obstruction, sharp vision, age, and a few more included. (I am off my main environment, so don't have it with me. ) All these models are for guidance, but you will gain experience only by own observation. |
Ah, we don't even use Schaefer's model yet. Suggestion: 2.5 options with another RadioButton.
|
Disappointingly, I don't use it. m=[C]+[W]log(D) D is automatically specified, 114 (my telescope) If I used another telescope(60mm), Every time I need a different value. By the way, I forget binocular. For binoculars, a different formula is used. According to this formula, we found 12.41 mag star by 5.0cm binocular in dark sky. Light pollution affects this formula. I don't believe that is possible. https://global.vixen.co.jp/en/product/38068_8/ Already, I solved this problem. I used my script. However, By the way, I made another discussions "about finder". This discussion may possibly be relevant. Thank you. |
we will not add limiting mag data to the instruments, but implement models from qualified sources. My last note was what we (developers) could probably implement by end of the year. Whenever anybody steals his own time instead of going out observing. A 126mm bino refractor is not what we mean when specifying "binoculars". Just configure that as regular telescope. "Binoculars" in the ordinary sense are things like 8x40, 10x50, 12x60, handheld with neck strap. Try to use the 126mm without a tripod... |
binoculars or bino-telescopes has other formula for limiting magnitudes |
I have confirmed that this bug( limit magnitude is not automatically changed in "SSO" ) has been fixed. I think it is good that the discussion ("Telescope's limit magnitude formula") is also closed. |
Hello @3domennotry! Please check the fresh version (development snapshot) of Stellarium: |
Hello @3domennotry! Please check the latest stable version of Stellarium: |
Expected Behaviour
Limits magnitude is automatically changed in "SSO".
Actual Behaviour
Limits magnitude is not automatically changed in "SSO".
Steps to reproduce
It maybe not bug.
Start Oculars Plugin.
Checked "Auto-limit stellar magnitude" in Oculars Plugin config window.
Checked "Limit magnitude" and input number 6.5 in "Sky" in "Sky and viewing options window".
Checked "Limit magnitude" and input number 6.5 in "DSO" in "Sky and viewing options window".
Checked "Limit magnitude" and input number 6.5 in "SSO" in "Sky and viewing options window".
Select celestial object.
Ocular view.
Limit magnitude is automatically changed in "Sky".
Limit magnitude is automatically changed in "DSO".
However, limit magnitude is not automatically changed in "SSO".
By the way, my telescope's(11.4 cm) limit magnitude is about 12.1 by Official Catalog in Vixen.
However, result is 13.55 by Oculars Plugin.
Which is correct?
System
Stellarium version: stellarium-24.2-qt5-win32.exe
Operating system: Win7 32bit
(Sorry, I can not speak English very well.)
thank you.
The text was updated successfully, but these errors were encountered: