

NAME · USAGE · PARAMETERS · DESCRIPTION · EXAMPLES · SEE_ALSO
fixtail -- Fix last image lines or columns.
fixtail inlist outlist
- 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.
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.
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
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