.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH FICONV "1" "September 2016" "ficonv 0.4 (0.9.2@2016.09.23)" "User Commands" .SH NAME ficonv \- obtaining and evaluating convolution transformations .SH SYNOPSIS .B ficonv [\fI\,options\/\fR] [\fI\,-r \/\fR] [\fI\,-i \/\fR] [\fI\,-o \/\fR] .SH DESCRIPTION The purpose of this program is twofold. First, using a reference and input FITS image, the program tries to figure out the best\-fit convolution kernel which transforms the reference image to the input image. The convolution kernel solution is saved as a separate, human\-readable file. Second, using an existing such kernel solution file, `ficonv` convolves the reference image and optionally co\-adds an additional image to the result. The program figures out the desired mode (i.e. whether to fit a convolution kernel or use an existing kernel solution to convolve an image) from the presence or lack of the command line options. .SH OPTIONS .SS "General options:" .TP \fB\-h\fR, \fB\-\-help\fR Gives general summary about the command line options. .TP \fB\-\-long\-help\fR, \fB\-\-help\-long\fR Gives a detailed list of command line options. .TP \fB\-\-wiki\-help\fR, \fB\-\-help\-wiki\fR, \fB\-\-mediawiki\-help\fR, \fB\-\-help\-mediawiki\fR Gives a detailed list of command line options in Mediawiki format. .TP \fB\-\-version\fR, \fB\-\-version\-short\fR, \fB\-\-short\-version\fR Gives some version information about the program. .TP \fB\-r\fR, \fB\-\-input\-reference\fR Name of the reference FITS image file. .TP \fB\-i\fR, \fB\-\-input\fR Name of the input FITS image file (required only for kernel fitting). .TP \fB\-k\fR, \fB\-\-kernel\fR List of kernel bases used for fitting convolution kernel.See also "Kernel specifications" below for the format of this argument. .TP \fB\-\-input\-kernel\fR Name of the file containing kernel bases. The kernel bases in this file should have no associated coefficients if convolution fitting is done, otherwise the kernel basis file must contain the convolution coefficients .TP \fB\-\-output\-kernel\fR Name of the file where the coefficients for the kernel bases are stored after convolution kernel fitting .TP \fB\-o\fR, \fB\-oc\fR, \fB\-\-output\fR, \fB\-\-output\-convolved\fR Name of the output file which is the reference image convolved with the kernel solution (which can either be a previously fitted and now read from a file or the result of the current fit) .TP \fB\-\-output\-subtracted\fR The difference between the input image and the convolved reference image. .TP \fB\-a\fR, \fB\-\-add\-to\fR This optionally specified file is added to the convolved image .TP \fB\-M\fR, \fB\-\-input\-mask\fR Input mask file to co\-add to output image mask. .TP \fB\-n\fR, \fB\-\-iterations\fR Use an iterative fit with the rejection of the outlier pixels.The maximum number of iterations should be specified with this command line argument .TP \fB\-s\fR, \fB\-\-rejection\-level\fR Rejection level in standard deviation units. .SS "Kernel specifications (each separated with a semi-colon, ";"):" .TP i/ identity kernel (a.k.a. "flux term") with the specified order of polynomial spatial variations .TP b/ constant offset kernel (a.k.a. "background term") with the specified order of polynomial spatial variations .TP d=/ discrete kernel with the half\-size of and the specified order of polynomial spatial variations .TP g=,,/ Gaussian kernel with the half\-size of , standard deviation of and Hermite basis order of , with the specified order of polynomial spatial variations .SH "REPORTING BUGS" Report bugs to , see also http://fitsh.net/. .SH COPYRIGHT Copyright \(co 1996, 2002, 2004\-2008, 2010\-2015; Pal, Andras