#!/bin/csh
# gfclose -- function-function closing of a gray-level image

set argc = ($*)

if ( "$#argc" < "1" ) then
   echo "usage:  gfclose  < RasFileIn  > RasFileOut  SE_spec"
   exit 
endif

morph -m c -i g -s g -o f -k $*

