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/crutil/doc/crgrow.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/imred/crutil/doc/crgrow.hlp')
-rw-r--r-- | noao/imred/crutil/doc/crgrow.hlp | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/noao/imred/crutil/doc/crgrow.hlp b/noao/imred/crutil/doc/crgrow.hlp new file mode 100644 index 00000000..f3a1ff5c --- /dev/null +++ b/noao/imred/crutil/doc/crgrow.hlp @@ -0,0 +1,55 @@ +.help crgrow Apr98 noao.imred.crutil +.ih +NAME +crgrow -- grow cosmic rays in cosmic ray masks +.ih +USAGE +crgrow input output radius +.ih +PARAMETERS +.ls input +List of cosmic ray masks to be modified. +.le +.ls output +List of output modified cosmic ray masks. The input and output lists must +match. If the input and output cosmic ray masks are specified as the same +then the input mask will be modified in place. +.le +.ls radius = 1. +Replacement radius around cosmic rays. +If a pixel is within this distance of a cosmic ray pixel +it is identified by a value of 1 in the output cosmic ray mask. Distances are +measured between pixel centers which are have integer coordinates. +.le +.ls inval = INDEF +Mask value to be grown. A value of INDEF will grow all non-zero values. +.le +.ls outval = INDEF +Mask value for grown pixels. A value of INDEF will use the value of the +pixel being grown for the grown pixel value. +.le +.ih +DESCRIPTION +The cosmic ray pixels, identified by the "inval" parameter, in the input +mask are located and all unmasked (zero valued) pixels within the specified +grow radius are set to a value given by the "outval" parameter. The +distance between pixels is measured as a cartisian logical pixel coordinate +distance. +.ih +EXAMPLES +1. A radius of 1 will grow cosmic rays in a "plus" pattern. + +.nf + cl> crgrow crmask1 crmask2 1 +.fi + +2. A radius of 1.5 will grow cosmic rays in a box pattern. The following +will modify the input mask. + +.nf + cl> crgrow crmask crmask 1.5 +.fi +.ih +SEE ALSO +imreplace +.endhelp |