1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4.
.TH FITSHDR "1" "October 2024" "fitshdr 8.4" "User Commands"
.SH NAME
fitshdr \- List headers from a FITS file
.SH SYNOPSIS
.B fitshdr
[\fI-q N\fR] [\fI<infile>\fR]
.SH DESCRIPTION
List headers from a FITS file specified on the command line, or else on
stdin, printing them as 80\-character keyrecords without trailing blanks.
.SH OPTIONS
.TP
\fB\-q\fR N
Quit after reading the Nth header, where N is an integer
(optional space between \fB\-q\fR and N).
|