[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Lots of Data




Why would Star (or any other software) need to change from the Mark III to
the Mark IV images?  From what I understand, the Fits header contains all
the image information necessary to go about analyzing it.  I know I'm
missing something...

I'll start working on a Perl script which will do the brief process Tom laid
out.  I'll work on Linux, but the Perl scripts will be written to work on
Windows also (hopefully).  Since IRAF is public domain with source, I'll
probably spend some time getting it to run on Linux and figuring out how it
works.

1.  For each Fits image in a given location, do the following steps
2.  Parse Fits header to find sky location.
3.  Have IRAF (or other software) identify bright majors in image.
4.  Take stars found in 3 and compare against stellar catalog (presumably to
find exactly where we are in the sky so lower magnitude stars can be
matched?).
5.  Have IRAF (or other software) identify all (or to some magnitude) stars
in image.
6.  Correct magnitude of all stars found (maybe from stars used in 4).
7.  Spit out a list of stars.

That about it for starters?  I know that eventually dark and flat frames
will be needed, along with lots of other stuff, but it's a start...  I'll
try to make the code easy to add new steps/change what software is used.

Later,
Rob

> 
> As I see it, the main job is to write scripts.  Go to this 
> directory, look 
> for .fts files.  When you find one look at the header for 
> where it was 
> looking in the sky.  Match some of the stars in the image to 
> a standard 
> catalog by processing it through IRAF with he proper 
> commands.  Now tell 
> IRAF to find all the stars in the image.  Now correct the measured 
> magnitudes by comparing them to fraction of stars with well 
> established 
> magnitudes, now compute errors and such.