Search the web
Sign In
New User? Sign Up
bigdob · Big dobsonian telescope users.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Telescopic Limiting Magnitude calculator   Message List  
Reply | Forward Message #19470 of 19605 |
Re: Telescopic Limiting Magnitude calculator

Nils,
Regarding the html code, here are some changes to make to adjust for your
experience:

1) if (form1.Teletype[0].checked) {
var DS=0.21*D;
var FL=Math.pow(0.96,2);
}
if (form1.Teletype[1].checked) {
var DS=0.00;
var FL=Math.pow(0.99,2);
}
if (form1.Teletype[2].checked) {
var DS=0.35*D;
var FL=Math.pow(0.98*0.96,2);

First is reflector. I changed to enhanced coatings for my own scope, and the
obstruction % on personal scope.
Second is refractor. Changed to best multi-coatings.
Third is contemporary SCT. Changed to typical current coatings.
These were all inaccurate in the on-line calculators.


2) FO = Math.pow(0.99,6); // EYEPIECE (4 COATED AIR-GLASS SURFACES)

Changed to 6 air-to-glass surfaces for more typical widefield. This could be
changed for a specific eyepiece if desired by changing the number after the
comma.

3) DE = 7*Math.exp(-AG*AG/20000); // DIAM EYE PUPIL IN MM

This is the age-dependent diameter decrease in pupil diameter that predicts a
certain pupil diameter at a particular age. Adjusting the starting point (7mm)
may result in a more realistic level IF you know your exact pupil diameter. My
own dark-adapted pupil was never as large as 7, and currently stands at 4.5mm.
Altering this changes an assumption and changes limiting magnitude calculations.
I experimented to find a realisting starting point for my pupil diamter than
works in the calculator. I was NOT adjusting the age asumption, which might nt
be a valid one.

4) FS=1.0; // OBSERVER'S SENSITIVITY

This figure can be adjusted for the individual. I recommend playing with the
figure if you consistently reach deeper or not as deep as the predictions in a
variety of scopes.

5) // CALCULATE SKY BRIGHTNESS
if (MZ>=(7-K)) {
BS=54; // BEST POSS. SKY BRIGHTNESS
FS=Math.pow(10,0.4*(7-K-MZ)); // & GOOD EYESIGHT
}
else {
XX=0.2*(8.68-K-MZ); // FS ASSUMED = 1

Here, pupil diameter and observer sensitivity are assumed. These figures can be
adjusted as well.

6) M=M+(EX-6)*0.16; // EMPIRICAL EXPERIENCE CORRECTION

Here an adjustment can be made for experience in the end factor if you think the
difference is too great or too little.


I think the purpose for a limiting magnitude calculator is to predict the limit
for a particular observer on a particular scope on a particular night.

There is no harm in playing around with the assumptions IF it leads to a more
accurate prediction. I have a fair amount of experience using a 5" Maksutov, 8"
SCT and 12.5" newtonian, and know the average darkness of the site where I
observe. I find that I can predict my limit +/-0.2 magnitudes on all three
scopes (as verified using limiting magnitude charts from Roger Clark and Brian
Skiff and photomeric charts of M14, NGC206 and a few others), which means to me
that the adjustments I made in the code made the calculator more accurate for me
in my circumstances.

Robert's calculator cleans up some of the errors in the Bogen one and is a
little friendlier.

Here is a chart for people on this site to use for a limit determination:
http://www.geocities.com/SiliconValley/Garage/9531/lim_mag.htm

Don Pensack
Los Angeles








--- In bigdob@yahoogroups.com, "Nils Olof Carlin" <nilsolof.carlin@...> wrote:
>
> Don,
>
> >
> > Wasn't that a 1989 article?
>
> You're right - I copied the wrong year from somewhere I can't recall now.
> >
> >>and I don't know the details of
> >> either Bogen's or Robert's calculators and their algorithms.
> >
> > Look at the html code behind this page:
> > http://www.go.ednet.ns.ca/~larry/astro/maglimit.html
> > In IE or Opera, Click View, then Source.
>
> While this is possible, I just don't think it's fair to the user to force
> her to dissect the Javascript code to find out what the calculator actually
> does. This criticism applies equally well to Robert's version - including
> the undocumented sensitivity adjustment mentioned in a recent message.
> I'd much prefer to read about the algorithms used, in order to understand
> what factors are considered (or left out).
> >
> >
> >>So,
> >> considering the quirk (or worse) in Schaefer's application of the
> >> sensitivity equation (of Knoll et al) that I described, I wonder how your
> >> "modifying the pupil diameter calculator to correspond with my own
> >> reality"
> >> was done.
> >
> > It is a simple matter to modify the html code and then see the resultant
> > pupil diameter. This definitely adjusts the results. I experimented to
> > find the correct results for pupil diameter and sensitivity.
>
> Simple or not, I had hoped you would have answered my question and told us
> what modifications you did.
> >
> >>Perhaps like what Steven just described, artificially adjusting
> >>the retinal sensitivity by entering a downsized eye pupil value?
> >
> > Actually, sensitivity can be adjusted separately in the code.
>
> Of course you could do any modification to please yourself, but undocumented
> modifications puts any other potential user at a serious disadvantage - and
> yourself, if you (like Steven) don't understand the true consequences. In
> the 1990 paper, Schaefer uses established scientific practice in giving a
> detailed account of the model he uses, and I have done my best to do the
> same, but by not giving away the details, meaningful discussion is
> essentially made impossible. (With reservations for possible discussion in
> the S&T article (BTW could anyone scan it for me? if so, please reply off
> list), which is not readily available (the 1990 paper is available on the
> net!).
> >
> >> I don't know the details of how the Knoll data were obtained (or even how
> >> his equation fits the experimental data), but Blackwell defines his
> >> threshold as "corresponding to a probability of 50 percent, due allowance
> >> having been made for chance success ". If Knoll's data are comparable in
> >> this respect, the limiting magnitude for careful star observation with no
> >> time limit, where the object is seen only intermittently, should be
> >> (numerically) significantly higher.
> >
> > A reviewer in CN cited Schaefer's results dependent on a "visible 10% of
> > the time" as a "threshold" observation. I'm not certain whether that is
> > true or not.
>
> I think you refer to a discussion that you initiated 2 years ago in the
> reflectors forum - but it is not so. I think it should be clearly understood
> that for basic light sensitivity, Schaefer uses the equation by Knoll et al,
> based on experimental sensitivity data - *not* data from actual star
> observations. The sensitivity of the eye (including binocular vision, a
> feature that the calculators have left out) of an individual observer will
> differ to some extent, and if allowance is desirable for this (which it is),
> it should be done explicitly.
>
> http://www.sciencecartoonsplus.com/pages/gallery.php
> I think Robert should be more explicit in step 2 <grin>
>
> Nils Olof
>





Sat Jul 4, 2009 4:05 pm

pensack1
Offline Offline
Send Email Send Email

Forward
Message #19470 of 19605 |
Expand Messages Author Sort by Date

I've uploaded a new Telescope Limiting Magnitude calculator page at the following address: http://www.cruxis.com/scope/limitingmagnitude.htm This calculator is...
Robert Houdart
rhoudart
Offline Send Email
Jun 30, 2009
1:49 pm

Robert, Thanks for that. I simply modified the previously published calculators by going to the HTML behind the page (easy with any browser) and editing the...
pensack1
Offline Send Email
Jul 1, 2009
1:28 am

Ok, I'll bite.... For what it's worth.   I've not had luck with these calculators matching my observations.  I tend to see about 2 magnitudes fainter stars...
Event Horizon
eventhorizon...
Online Now Send Email
Jul 1, 2009
4:09 pm

Well, the copied formatting from the mag cac site did not transfer like it looked when I pasted it in my email, but, the two conditions are:   20" Telescope,...
Event Horizon
eventhorizon...
Online Now Send Email
Jul 1, 2009
4:24 pm

Steven, You must be very experienced observer with excellent eyesight at a pristine location. Very few people reach magnitude 20 with a 20" scope. Your numbers...
Robert Houdart
rhoudart
Offline Send Email
Jul 1, 2009
5:23 pm

Hi Robert, Steven's experience with his 20 matches mine with my 20. When going after some of the very dim targets that I do, I have seen that I can detect...
bob_hill12000
Offline Send Email
Jul 2, 2009
2:07 pm

Steven You will find Schaefer's original article at: ...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 1, 2009
6:19 pm

Hi Robert, I have been at this observing thing for a while.  With the things I've seen I'd say, given my vision, scopes, nights of exceptional seeing, that I...
Event Horizon
eventhorizon...
Online Now Send Email
Jul 1, 2009
6:20 pm

Thanks, if there are adverse effects by altering the exit pupil for having used high power, though the result comes closer to my observations and puts the...
Event Horizon
eventhorizon...
Online Now Send Email
Jul 1, 2009
6:40 pm

By modifying the html for Bogen's Schaefer-derived to correspond to the correct reflectivity of my telescope's mirrors, and also modifying the pupil diameter...
pensack1
Offline Send Email
Jul 1, 2009
9:54 pm

Well, I don't know if I'm NELM of 9.0.  It's high for sure as I can still use an eyepiece combo that produces 8.7mm exit pupil and my iris does not...
eventhorizon2112@...
eventhorizon...
Online Now Send Email
Jul 1, 2009
10:22 pm

Don, While I'm well familiar with Schaefer's 1990 paper, the 1998 article in S&T seems to be missing from my collection, and I don't know the details of ...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 2, 2009
8:22 am

Nils, Replies below. Don ... Wasn't that a 1989 article? ... Look at the html code behind this page: http://www.go.ednet.ns.ca/~larry/astro/maglimit.html In IE...
pensack1
Offline Send Email
Jul 4, 2009
1:54 am

Don, ... In the new calculator you can enter your true pupil diameter instead of relying on the automatically calculated age-dependent value. Other changes...
Robert Houdart
rhoudart
Offline Send Email
Jul 4, 2009
3:52 am

Don, While I'm well familiar with Schaefer's 1990 paper, the 1998 article in S&T seems to be missing from my collection, and I don't know the details of ...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 2, 2009
8:30 am

Sorry about the double messages - the difference was that in the first version, I incorrectly stated that the experience factor was not included in Robert...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 2, 2009
8:40 am

It's interesting that the visual recovery of Halley was brought up.  I too remember reading about that observation and just a few weeks ago I looked up the...
Event Horizon
eventhorizon...
Online Now Send Email
Jul 2, 2009
11:20 pm

looking again art Schaerfer's article (it must have been over 10 years since last time I perused it), I find these comments, that might be very relevant ...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 3, 2009
7:40 am

Nils Olof, ... In the calculator the NELM deals with that, any value larger than 7.0 is interpreted by the Javascript as a perfect sky plus a sensitivity...
Robert Houdart
rhoudart
Offline Send Email
Jul 3, 2009
10:15 am

Robert, There is dark adaptation and there is dark adaptation. To wit: in the old days, serious observers doing threshold observations would often cover their...
pensack1
Offline Send Email
Jul 4, 2009
2:04 am

... Seems many observers are not aware of this, but you will notice that after looking at a dark branch against the dark sky, moving your gaze shows there is a...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 4, 2009
9:00 am

Don, ... You're right - I copied the wrong year from somewhere I can't recall now. ... While this is possible, I just don't think it's fair to the user to...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 4, 2009
9:05 am

Nils, Regarding the html code, here are some changes to make to adjust for your experience: 1) if (form1.Teletype[0].checked) { var DS=0.21*D; var...
pensack1
Offline Send Email
Jul 4, 2009
4:06 pm

While enjoying the discussion, I had to comment... Glad to see reference to this classic cartoon by Sidney Harris. I first saw it a few decades ago in American...
jpcannavo
Offline Send Email
Jul 7, 2009
11:29 am

Don, thanks a lot for this - it helps to have something substantial to discuss. ... It would be nice to choose from standard valuer or calulate the recipe for ...
Nils Olof Carlin
nilsolofcarlin
Offline Send Email
Jul 4, 2009
8:07 pm

Nils, I think that an experienced observer will always see more through a scope than an inexperienced observer--in all conditions. So experience is important. ...
pensack1
Offline Send Email
Jul 5, 2009
4:30 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help