Create finding charts for ab_and, bu_vul and xz_and using the Megastar program by following the instructions given by your TA.
Follow the instructions given in the Image Analysis section beginning on page 194 of your lab manual.
For this section we will use the program Photom, which is a linux program, to perform photometry on the variable star images. We will then plot a lightcurve for each star using either Excel or Gnuplot.
10 0 FILES: [list of files] FIXED: [RA&Dec coordinates for stars in the images]The first line is just some configuration parameters Photom needs; you don't need to change them. You will create a list of files in the next step. The coordinates in the fixed section should be taken from the finding charts you made earlier.
Move into the folder containing the images of bu_vul by typing
cd bu_vul
Now make a file containing a list of the images in this directory by typing
ls *.fts > [something].cfg
where the [something] is any name you want.
nedit [something].cfg &
The Nedit program will appear, which is very much like windows notepad. Add the lines
10 0 FILES:
to the top of this file, and the line FIXED:, followed by a list of the coordinates of your variable star and reference stars, to the bottom of the file. Enter the coordinates in the form
[RA hours]:[minutes]:[seconds] [DEC degrees]:[minutes]:[seconds]
Enter coordinates for one star per line. Save the changes to this file and exit.
photom [something].cfg
You should see columns of information appear. Save this data to a file by typing
photom [something].cfg > [something].out
type gnuplot to start the program.
type the following line to plot your data:
plot '[something].out' using 7:10, '[something].out' using 7:12, '[something].out' using 7:14
You will see a plot appear. You can now save this plot for your TA by entering the lines
set term postscript set out '[something].out' replot
cd .. cd xz_and
and repeating the above procedure.