Go Back   IceInSpace > Equipment > Software and Computers
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread
  #1  
Old 04-07-2010, 12:20 PM
hickny's Avatar
hickny (Peter)
Registered User

hickny is offline
 
Join Date: Jul 2005
Location: Sydney, Australia
Posts: 276
NGC catalogue

Is anybody aware of an online NGC catalogue containing RA and Dec for objects visible from Southern Latitudes ie Sydney (-33)?
Should have done a search first found what I was looking for here
http://www.iceinspace.com.au/forum/s...ead.php?t=1523

Last edited by hickny; 04-07-2010 at 12:28 PM. Reason: Answered own question
Reply With Quote
  #2  
Old 04-07-2010, 01:51 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
I have not seen one but I did once write a filter program to read my list of NGC/IC items and sort them out by factors contained in the data base.
eg, galaxies, nebulae, clusters, asturisms, magnitude, visibility from a given latitude, size etc.

I must see if I still have it.

Barry
Reply With Quote
  #3  
Old 06-07-2010, 12:46 AM
luigi
Registered User

luigi is offline
 
Join Date: Jun 2010
Posts: 438
I was about to open a new thread about something similar so I'd better write here.

I'm looking for software (or a list) that would indicate the best day / time for a given object. (When it's higher in the sky).
For example if I want to take a photo of M31 from Buenos Aires when is the best time to do it? Etc.

I wonder if such a thing exists
Reply With Quote
  #4  
Old 06-07-2010, 05:51 AM
troypiggo's Avatar
troypiggo (Troy)
Bust Duster

troypiggo is offline
 
Join Date: Nov 2008
Location: Brisbane, Australia
Posts: 4,846
Have you tried AstroPlanner? http://www.ilangainc.com/astroplanner/
Reply With Quote
  #5  
Old 06-07-2010, 01:27 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
I looked out the old filter program I mentioned before and have expanded it.
It will print out to a file all the total ngc/IC objects that are visible from a given location
It will also print out a smaller file that just lists the objects that are visible at a given time
It will print out the objects by type, size, magnitude in a given area. such as all items within say 40 degrees of the zenith etc.
Most of this info will need an extensive file. However the info can be displayed on the screen if it only contains 20 or 30 usefull objects.

It can display on the screen if the area is small.

It reads the 13226 items in the old NGC2000.dat file that I use with Stellarium

Is this what you want.

Barry
Reply With Quote
  #6  
Old 06-07-2010, 03:44 PM
renormalised's Avatar
renormalised (Carl)
No More Infinities

renormalised is offline
 
Join Date: Apr 2008
Location: Townsville
Posts: 9,698
Post

Quote:
Originally Posted by troypiggo View Post
Have you tried AstroPlanner? http://www.ilangainc.com/astroplanner/
That's what I was going to suggest and is what I use

Very good software....recommend it.
Reply With Quote
  #7  
Old 08-07-2010, 08:18 PM
hickny's Avatar
hickny (Peter)
Registered User

hickny is offline
 
Join Date: Jul 2005
Location: Sydney, Australia
Posts: 276
Barry, I had a look at the ngc2000.dat file in Stellarium but needed to check the manual on how to read it.
The list I downloaded http://www.iceinspace.com.au/forum/s...ead.php?t=1523
allowed me to do what I wanted ie. an Excel program that would display Alt/Az for Messier and NGC objects given Latitude, Longitude, local time and the RA/DEC of the object.
I've written the Excel sheet but unfortunately even whenI WinZip it its too big to attach upload to IceInSpace.

I'd love to look at what you have.
How do I get it?
Reply With Quote
  #8  
Old 09-07-2010, 03:31 AM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Peter
I have been working on a simple program written in Qbasic and compiled to run as a stand alone program but it is not quite ready yet.
It is designed to print out a file of NGC/IC objects:-
All accessible from a given location
All visible at a given time
Objects selectable by type, size, magnitude in a given area
etc.
In fact it can be configured to select by any parameter that is contained in the ASCII version of the NGC2000.data file.
It will print a list to the screen of up to 21 objects from the total count (also displayed) but as there could be thousands it also writes them to a text file.

Bellow is a screen shot of the program display.

Barry
Attached Thumbnails
Click for full-size image (Readngc.jpg)
167.7 KB133 views
Reply With Quote
  #9  
Old 09-07-2010, 11:47 AM
hickny's Avatar
hickny (Peter)
Registered User

hickny is offline
 
Join Date: Jul 2005
Location: Sydney, Australia
Posts: 276
Hi Barry,
That is impressive. From what I've been reading there is a market for this type of software.
Good luck with the coding.
Cheers
Reply With Quote
  #10  
Old 13-07-2010, 11:31 AM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Peter

I have got the program to work (?) see what it does.
It may have bugs because I have not given it any real testing

Barry
Attached Files
File Type: zip READNGC.zip (371.0 KB, 146 views)
Reply With Quote
  #11  
Old 27-07-2010, 10:54 PM
hickny's Avatar
hickny (Peter)
Registered User

hickny is offline
 
Join Date: Jul 2005
Location: Sydney, Australia
Posts: 276
Hi Barry,
Sorry it has taken me a while to get back to this link.
I have been trying to think of how to do exactly what you have done.
I found Astrohelper here http://casazza.net/astrohelper/

I am impressed with your effort. The challenge for me now is to work out how you did it.

I am waiting on a book I bought through Amazon...
"Astronomical Formulae for Calculators"
perhaps there will be something in it which may help.

By the way you program works on my Win7 32bit OS.
Thanks
Reply With Quote
  #12  
Old 29-07-2010, 08:18 PM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Quote:
Originally Posted by hickny View Post
Hi Barry,
Sorry it has taken me a while to get back to this link.
I have been trying to think of how to do exactly what you have done.
I found Astrohelper here http://casazza.net/astrohelper/

I am impressed with your effort. The challenge for me now is to work out how you did it.

I am waiting on a book I bought through Amazon...
"Astronomical Formulae for Calculators"
perhaps there will be something in it which may help.

By the way you program works on my Win7 32bit OS.
Thanks
Hi Peter
Did I give you the source code (Qbasic). The maths is all in there.
If you have a look at http://sarcasmogerdes.dyndns.org and look in the observatory section you will find all the basic programs in Duffet.zip also a lot of other compiled astromomy programs from the source.

Barry
Reply With Quote
  #13  
Old 02-08-2010, 08:29 AM
astrospotter (Mark)
Registered User

astrospotter is offline
 
Join Date: Jan 2010
Location: San Jose, CA, USA
Posts: 146
NGC/IC Project has many catalogs

The NGC/IC Project has a wealth of all NGC/IC objects and on the page below you can get complete catalog in assorted formats including spreadsheet formats.

http://www.ngcicproject.org/public_HCNGC/HCNGC.htm


Quite a few other catalogs including some that are specific to south skies are here on that same site:
http://www.ngcicproject.org/library.htm

The NGC/IC Project site is an amazing online reference with individual thumbnails and details on all NGC objects and a great many IC objects.

Hope this helps,
Mark
Reply With Quote
  #14  
Old 02-08-2010, 09:20 AM
Barrykgerdes
Registered User

Barrykgerdes is offline
 
Join Date: Feb 2007
Location: Beaumont Hills NSW
Posts: 2,900
Hi Peter

I am going to write an extension to the program for users that are shielded by trees and buildings and can only view certain parts of the sky.

It will allow you to enter the Azm and alt of the area you can see and tell you what is visible in that area. It only needs adding the conversion algorithm.

Barry
Reply With Quote
  #15  
Old 02-08-2010, 06:12 PM
hickny's Avatar
hickny (Peter)
Registered User

hickny is offline
 
Join Date: Jul 2005
Location: Sydney, Australia
Posts: 276
Barry, Mark
Thanks for the very useful links. I'll follow these up sometime soon.
Cheers
Peter
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time is now 04:48 AM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Advertisement
Bintel
Advertisement