[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: The "X Files" and other Trivia
Tom,
Actually, this is what I am going to do (write logfile info into fits
header). I've already got the log file/fits headers parsed, and am
correctly matching times, so I'm going to continue and write the closest
temp into the fits header and the exposure length when known. I'll also be
writing DARK/(whatever) to the headers based on mean/stdev info. It'll be
based on Perl/CFITSIO/C, so anyone who can deal with those can use them.
Thanks,
Rob
-- Good information clipped --
>
> Actually, if you can do it, it might be useful to read the
> .fts images and
> the logfile and insert the logfile data into the .fts header.
> Possibly as
> a subroutine that others can use since it is not obvious that
> it is worth
> rewriting the file just to fix the header.
>
> I am sending this to the list since all should be interested.
>
> Tom Droege
>
> At 03:05 PM 12/8/00 -0700, you wrote:
>
> >Hey Tom,
> >
> >What is an ADU unit? Just curious.
> >
> >Looking at the log files produced by the two basic programs
> I have (a07.bas
> >and a08m2.bas), I'm finding that I cannot match entries to
> pictures. The
> >column definitions in the below data are as follows:
> >
> >1 - Time difference from FITS header and when the
> camera was "Closed"
> >2 - File name
> >3 - Epoch seconds of exposure
> >4 - "Closed" index which matched (ie the first line
> matched the 321st
> >Closed line in the logfile)
> >5 - Exposure time
> >6 - An unsuccessful attempt at determine dark frames
> >7 - Time the picture was complete
> >
> >As you can see, the first group (a07.bas) doesn't have
> pictures for all the
> >"Closed" keywords, and the second set (a08m2.bas) doesn't have enough
> >"Closed" keywords for the pictures. I am basing these
> claims off of column
> >4 - the index, and how it skips in the first set and repeats
> in the second.
> >I'm after two things from you. Am I decoding the log files
> correctly? And
> >if so, can you modify the program to get the data for the
> missing picture
> >(for future logfiles only of course). I think I'm doing
> this correctly as
> >when I read a08m2, the pictures seem to be taken in sets of
> 5 - 1 dark 4
> >exposures, and yet the logfile has sets of 4 exposures...
> >
> >My next task will be to modify my software to get the camera
> temprature to
> >put into the fits header (along with dark/normal as determined by
> >STDEV/MEAN).
> >
> > 51 h3r1805.548 969260885 321 173 0 01:08:05-2000/09/18
> > 47 h3r1805.551 969261119 322 178 0 01:11:59-2000/09/18
> > 62 h3r1805.557 969261626 324 173 0 01:20:26-2000/09/18
> > 62 h3r1805.559 969261856 325 174 0 01:24:16-2000/09/18
> > 72 h3r1805.565 969262365 327 174 0 01:32:45-2000/09/18
> > 73 h3r1805.568 969262593 328 174 0 01:36:33-2000/09/18
> > 90 h3r1805.574 969263116 330 173 0 01:45:16-2000/09/18
> > 84 h3r1805.577 969263350 331 178 0 01:49:10-2000/09/18
> > 88 h3r1805.583 969263858 333 173 0 01:57:38-2000/09/18
> > 90 h3r1805.585 969264086 334 173 0 02:01:26-2000/09/18
> >
> > 24 h3r1853.567 973413430 483 120 0 01:37:10-2000/11/05
> > 23 h3r1853.569 973413605 484 120 0 01:40:05-2000/11/05
> > 22 h3r1853.571 973413780 485 120 0 01:43:00-2000/11/05
> >158 h3r1853.573 973413780 485 120 0 01:43:00-2000/11/05
> > 73 h3r1853.575 973414185 486 121 1 01:49:45-2000/11/05
> > 18 h3r1853.578 973414360 487 120 0 01:52:40-2000/11/05
> > 17 h3r1853.580 973414535 488 120 0 01:55:35-2000/11/05
> > 19 h3r1853.582 973414710 489 120 0 01:58:30-2000/11/05
> >156 h3r1853.584 973414710 489 120 0 01:58:30-2000/11/05
> > 76 h3r1853.586 973415115 490 121 1 02:05:15-2000/11/05
> >
> >Thanks,
> >Rob
>