STScI logoSTSDAS Help Pages
fixtail ctio fixtail

NAME · USAGE · PARAMETERS · DESCRIPTION · EXAMPLES · SEE_ALSO

NAME

fixtail -- Fix last image lines or columns.

USAGE

fixtail inlist outlist

PARAMETERS

inlist
List of images to fix.
outlist
List of fixed output images.
offset = 15
The number of lines or columns, starting from the first line or column, to copy or append to the last lines or columns of the image. It must be an integer number.
axis = "lines"
Line or column offset ?. If this parameter is set to lines then lines will be copied, and if it's set to columns then columns will be copied.
append = no
Append offset ?. If this parameter is set to yes then the first lines or columns will be appended to last lines or columns, instead of overwriting them.
fdin, fdout
Used internally by the task.

DESCRIPTION

For each image in the input and output lists, this task first copies the input image into the output image. Then it takes the contents of the first lines or columns of the input image, and either copies them to the last lines or columns of the output image, or appends them to the last lines or columns of the output image. In the latter case the size of the output images is increased.

EXAMPLES

1.- Copy the contents of the first ten lines into the last ten lines of an image:


ct> fixtail input.imh output.imh offset=10 axis=lines append=no

2.- Append the contents the the first eleven lines to the last columns of an image:

ct> fixtail input.imh output.imh offset=11 axis=columns append=yes

SEE ALSO

images.imcopy, ctio.imcreate


Source Code · Search Form · STSDAS

Maintained by the Science Software Group at STScI
This file last updated on 29 Oct 1990