Photographic Magnitudes



By akarshsimha; Published 02 Mar 2007

When I say "Photographic Magnitude" here... I refer to a magnitude value obtained from a photograph. More accurately a photographic magnitude estimate. I am not talking about a Blue Magnitude... Instead, I am talking of a magnitude that actually depends on the spectral response of the CCD / film that was used to take it.

This might be a rather bad estimate for astrophysical purposes, but it gives atleast some value close to the visual (if the film is very good, maybe slide). So, atleast for stars with color indices close to zero, this may be accurate.

It was an excercise recommended by Dr. B.S. Shylaja, our astronomy teacher, who said - "Instead of just taking photographs and leaving things at that, try to do something useful out of these". She explained how variable stars could actually be detected and how their light curves could be obtained, by periodically taking photographs. This was one of the methods in practice by professional astronomers, before the advent of effecient photomultiplier tubes and photosensors.

She explained to us how exactly it could be done. It is very simple and I guess it should work well. I wish to outline the procedure here, so that others can try it too:

Step 1: Get a photograph of a region of the sky. It is nice if you know the date / time at which the photo was taken.

Step 2: Scan and digitize. Scan with the best resolution possible.

Step 3: Open in any image editing / viewing software that allows zooming in

Step 4: Count the radius of the image of some stars of known magnitude in units of pixels.

Step 5: Plot a graph of size versus magnitude. Fit the central region of this graph to a straight line, either graphically, or by using Linear Regression, a statistical technique which generates the "best fit" line.

Step 6: Locate the star whose magnitude needs to be determined on the digitized photograph and find its pixel radius.

Step 7: Use the graph of image-size versus magnitude to find the unknown magnitude.

 

I have written a program to automatically determine the pixel radii of stars. I still need to work on it so that it can automate the whole process.

I have not yet tried this method as yet, because my linear regression program was giving erreneous output. However, the program that automatically determines the pixel radii works pretty well

I will share the source once the program is completed and hosts a nice user interface.

It is currently written for Linux, esp. GNOME using GTK+ libraries. Anybody who is willing to port it to Windows is most welcome. Please let me know.