# # autolog.fmt file # # This file contains the formatting information used by the autolog program # # This is overly annotated. Anything after a # is a comment. # # R. Pogge # OSU Astronomy Dept. # Last Modification: 2000 Feb 20 # #------------------------------------------------------------------------ # # DELIMITER - delimiter character to print between records. # # Some special definitions for non-printing and/or potentially confusing # delimiter characters are: # SPACE or SPC = space character # TAB = tab character # CSV = comma separated variable (e.g., Excel Spreadsheets) # all others must be single printing ascii characters (e.g., |) # DELIMITER | # # TIMETAG - Timestamp log entries. # # TIMETAG is used to put a timestamp in the last record of each log entry # the argument of TIMETAG may be # LOC = use the local time # UT = use UTC time # If no argument is given, LOC is assumed. If TIMETAG is omitted altogether, # no timestamp is generated # TIMETAG UT # # LOG FILE TABLE FIELDS # # Header keywords and the format for the log uses the output format syntax # from C. Fields appear in the order they are given in below, even though # the keywords in the FITS headers may appear in any order in that header. # # Blank or absent header keywords will result in spaces (if string values) # or 0 [zero] in the appropriate numerical format (if a numerical value) # appearing in the respective fields as placeholders. # # Fields may be turned off by putting a # in front of them to make them # into a comment. This way when you want to turn it back on, you don't # have to mess around trying to remember what the format was before... # # Format: # KEYWORD keyfmt Heading # # where: # KEYWORD = FITS header keyword. Must be exact # keyfmt = C-style format spec for the output field (e.g., %6.1f, %-10.10s) # Heading = text string (no spaces) for the field heading. # OWNER %-8.8s Owner #PROPID %-8.8s PropID OBJECT %-25.25s Object RA %-10.10s RA DEC %-9.9s Dec EQUINOX %7.1f Equinox EXPTIME %7.1f ExpTime FILTER %-8.8s Filter AIRMASS %4.2f AM ST %-10.10s LST DATE-OBS %-10.10s Date #TIME-OBS %-10.10s Time UT %-10.10s UTC JD %9.1f JD OBSERVAT %-12.12s Observatory FILENAME %-15.15s Filename