diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/imred/vtel/doc/trim.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/imred/vtel/doc/trim.hlp')
-rw-r--r-- | noao/imred/vtel/doc/trim.hlp | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/noao/imred/vtel/doc/trim.hlp b/noao/imred/vtel/doc/trim.hlp new file mode 100644 index 00000000..9962db80 --- /dev/null +++ b/noao/imred/vtel/doc/trim.hlp @@ -0,0 +1,33 @@ +.help trim Jan85 noao.imred.vtel +.ih +NAME +trim -- Trim the limb. Zero all pixels off the limb in a full disk image +.ih +USAGE +trim inputimage threshold +.ih +PARAMETERS +.ls inputimage +Name of data image to trim. +.le +.ls threshold +Squibby brightness value to use as a threshold in determining the limb. +.le +.ih +DESCRIPTION +Trim scans all the pixels in an image and sets those pixels to zero that +contain a squibby brightness smaller than the threshold value. This is +done in place, that is, the input image gets modified. +.ih +EXAMPLES +1. To trim a data image called 'data' with a squibby brightness threshold +of 4 (the standard value) the command would be: + +.nf + vt> trim data 4 +.fi + +.ih +SEE ALSO +getsqib, putsqib +.endhelp |