From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/imutil/doc/imheader.hlp | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 pkg/images/imutil/doc/imheader.hlp (limited to 'pkg/images/imutil/doc/imheader.hlp') diff --git a/pkg/images/imutil/doc/imheader.hlp b/pkg/images/imutil/doc/imheader.hlp new file mode 100644 index 00000000..c32feb0a --- /dev/null +++ b/pkg/images/imutil/doc/imheader.hlp @@ -0,0 +1,62 @@ +.help imheader Jun97 images.imutil +.ih +NAME +imheader -- list header parameters for a list of images +.ih +USAGE +imheader [images] +.ih +PARAMETERS +.ls images +List of IRAF images. +.le +.ls imlist = "*.imh,*.fits,*.pl,*.qp,*.hhh" +The default IRAF image name template. +.le +.ls longheader = no +Print verbose image header. +.le +.ls userfields = yes +If longheader is set print the information in the user area. +.le +.ih +DESCRIPTION +IMHEADER prints header information in various formats for the list of IRAF +images specified by \fIimages\fR, or by the default image name template +\fIimlist\fR. If \fIlongheader\fR = no, the image name, +dimensions, pixel type and title are printed. If \fIlongheader\fR = yes, +information on the create and modify dates, image statistics and so forth +are printed. Non-standard IRAF header information can be printed by +setting \fIuserfields\fR = yes. + +.ih +EXAMPLES + +1. Print the header contents of a list of IRAF fits images. + +.nf + cl> imheader *.fits +.fi + +2. Print the header contents of a list of old IRAF format images in verbose +mode. + +.nf + cl> imheader *.imh lo+ +.fi + +3. Print short headers for all IRAF images of all types, e.g. imh, fits etc +in the current directory. + +.nf + cl> imheader +.fi + +.ih +TIME REQUIREMENTS +.ih +BUGS +.ih +SEE ALSO +imgets, hedit, hselect +.endhelp -- cgit