Hi,
Forgive me, but I'm very very new to programming and was hoping for some guidance. Using this script:
http://idlastro.gsfc.nasa...pro/astro/gcirc.pro, I can calculate the distances between two objects given the Right Ascension and Declination for star 1 and star 2. There are roughly 150 different stars I need to do this for, so I was hoping there is a way I can read in a file that contains the coordinates for all the stars and perform the distance calculation in a loop. The RA and Dec for star 1 will have a fixed value. It's the values for star 2 (around 150) that will change. Is this possible?
Thank you in advance.