diff options
author | Thomas White <taw@physics.org> | 2018-12-18 15:22:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-12-18 15:38:13 +0100 |
commit | b78860efdda0d5963b75b84925840c947e48609e (patch) | |
tree | 457d3590a26529544d2b14db3b82c9bf55db49ca /doc | |
parent | 33d20aa3ea505e214fdcfc2c532b6bda28df7979 (diff) |
make_pixelmap: Use <input>.h5 as default output filename
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/make_pixelmap.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/make_pixelmap.1 b/doc/man/make_pixelmap.1 index 22fba821..b2e34d4a 100644 --- a/doc/man/make_pixelmap.1 +++ b/doc/man/make_pixelmap.1 @@ -39,7 +39,7 @@ Specify the values to use in the mask for good and bad pixels, respectively. Th .IP "\fB-o \fIoutput.h5\fR" .IP \fB--output=\fIoutput.h5\fR .PD -Set the output filename. The default is \fB--output=pixelmap.h5\fR. +Set the output filename. The default output filename is \fIinput\fR.h5, i.e. the input filename with its extension changed to .h5. .SH AUTHOR This page was written by Thomas White. |