Name
deeplog -- generate logsheet data from image headers
Purpose
Given a list of images, parse the image headers and print
out a formatted list of data. With no arguments, parse all of
the images in the current directory.
Usage
deeplog [n | images]
Arguments
n = number of latest images to parse.
images = names of images to parse. If no images are listed,
then all images in the current directory will be read
(EXCEPT for backup.fits).
Output
to STDOUT
Restrictions
None
Note
The output from this program is extra wide. To print it, use
this command:
deeplog | enscript -1r -c -f Courier9 -P lw4s
Exit values
0 = normal completion
1 = wrong number of arguments
Example
1) Generate log data for all images in the current directory:
deeplog
) Generate log data for the last 5 images in the current directory:
deeplog 5
3) Generate log data for all images in the directory
/s/sdata1001/deimos1/2003jan01:
deeplog /s/sdata1001/deimos1/2003jan01/*.fits
See Also
The shell script deeplog
DEIMOS script index
Go to:
DEIMOS Home Page -
Instruments Home Page -
Keck Home Page
Last modified: Mon Nov 12 21:23:38 2007