Log in

View Full Version here: : Software advice


Moonboy
25-11-2010, 11:06 AM
Hello everybody,
A few weeks back I was planning on buying some new eyepieces, so I did some research and found that I needed some simple equations to find out the Actual field of view and magnification.
(the equations are found here (http://en.wikipedia.org/wiki/Eyepiece#Field_of_view))

This is not a problem.
But doing the some equation's 10 times, for 10 different eyepieces to find out which eyepiece would best suit my telescope really bugged me.
So I decided to make a program to do all of the calculations for me :).

I am still designing it and I would like some advice/help/ideas.
So far, it can calculate the magnification, FOV and focal ratio.

Please comment with any ideas, request's, anything, tell me if this would be useful or if I am just wasting my time :thumbsup:
Thanks :)


P.S if there is already a program out there that does this sort of thing, please post a link to it :P

RickS
25-11-2010, 11:16 AM
Not meaning to be a smartarse, but: http://office.microsoft.com/en-us/excel/

Moonboy
25-11-2010, 11:22 AM
hahaha
Thanks for that.
That was the first program that I used to make this. But it ended up having infinite loops. :D
I wanted something that looked better then a spreadsheet so I choose to make it with visual basic.

AstralTraveller
25-11-2010, 12:12 PM
My spreadsheet doesn't have infinite loops.:P It's up to you but I think you are using a sledgehammer to crack a peanut.

Moonboy
25-11-2010, 12:21 PM
hahaha :)
yeah, I do tend to over do things :)
Could you possible zip that spreedsheet and upload it for me :)
thanks

h0ughy
25-11-2010, 12:33 PM
try openoffice - its free ;) but as for the field of view do a search on IIS

Allan_L
25-11-2010, 12:50 PM
Hi Gus,

Did you post a link for your program?
or did you abandon the project due to negative feedback?

I was interested to have a look.

Barrykgerdes
25-11-2010, 01:25 PM
The occular plug in in stellarium does this calculation for you and will then display a window of your selected area.
Select configuration-plugins-occular-configure and fill in the boxes
It needs FOV of Eyepiece
Focal length of eyepiece
Focal length of scope
Orientation up down true or reversed
Barry

Octane
25-11-2010, 01:47 PM
^^^

I think he just wanted to write a standalone program.

H

Moonboy
25-11-2010, 02:02 PM
No, I did not post a link for it. I am still developing it :)
I will post a link when it is completed.



And yes it will be a standalone program.

Thanks for all of the comments :thumbsup:

AstralTraveller
25-11-2010, 03:36 PM
I did say spreadsheet - not Excel file. :thumbsup:

Moonboy
25-11-2010, 05:53 PM
I have just completed it :)
Please give it a go and post some feedback :D
Just unzip and run it :)

Thank you to everyone for your comments

AstralTraveller
25-11-2010, 09:49 PM
It won't run under Linux! :D Actually not even under Wine. Does it require a specific version of Doze? Does it need .NET?

AdrianF
26-11-2010, 08:19 AM
Good program. I will use this one.
As for the negative feedback how many times have the wheel
Been reinvented? Each time just a little better.

Adrian

scopemankit
26-11-2010, 09:56 AM
Make the FOV reading more comprehensive - eg, give it as arc mins etc but also in terms of moon diameters.

Barrykgerdes
26-11-2010, 11:01 AM
I hate to be a wet blanket but isn't this a rather lenghty way to solve a simple mathmatical problem that can be handled by two steps on a hand calculator.

Divide the eyepiece manufacturers listed FOV (in deg) by the magnification F1/F2 to get the true field in degrees.

Or is it something I have missed. I could not run the program on my computer because it needed another .net program download as well.

Barry

Moonboy
26-11-2010, 11:12 AM
Could you (or anybody who knows) please tell me the formula or equations to calculate this, as I do not know how to do it :)



This is true, but if you want a more accurate answer the equation that is attached. It requires the field stop of the eyepiece, which isn't always given by the manufacturers. It is also a lot more accurate when the FOV is higher than 60°.

Barrykgerdes
26-11-2010, 12:01 PM
1. The moon visual diameter is approximately 31 arc minutes but varies quite a bit depending on where it is in its orbit. This is probably nice to know for comparative purposes but needs other information for any accuaracy.

When the size is given in degrees and fractions multiply the decimal fraction by 60 to get minutes and the "rest" by 60 to get seconds eg.

FOV = .477 degrees 12" LX200 with 26mm eyepiece no field stops
x60 =28.62 minutes
rest .62
x60 =37.2 seconds
If it is given in Radians
multiply radians by 57.29577951 to get degrees.

In regard to field stops. Yes this is a factor that can be taken into account but will also need other information from the field stop. A calculator in most instances would need to default to "1" as a multiplying factor if this information is not published or otherwise available.

Barry

PS kowing the size of objects and your approximate FOV will show that most of the best DSO's do not need a magnification of better than 30x for the best views.

Barrykgerdes
27-11-2010, 09:43 AM
Hi Gus

I downloaded your program but regrettably it does not work on any of my computers as it requires a different version of .net framework than I have installed so I don't know what results it gives.

Because I was interested I then wrote a short program in Qbasic to calculate the true FOV as per the formulae. This probably won't run on Windows 7 64 bit as it is compiled basic but seems to run OK on 32 bit versions.

Barry