MODULE: imalign
SYSTEM: -V2.12.1
NUMBER:	506
MODULE:	imalign
SYSTEM:	-V2.12.1
DATE:	Mon Aug 19 11:36:28 MST 2002
FROM:	valdes

BUG:	The error 'parameter `    7' not found' may occur, where the number
	may vary.  This is caused by a corruption of the centroiding
	information by the warning messages.  The workaround requires
	making a private copy of the script with a small change:

	cl> immatch			    	# load package
	im> copy immatch$imalign.* home$    	# copy to home directory
	im> edit home$imalign.cl	  	# edit private copy
	  Change: verbose=verbose, >& tmpfile)
	  To:     verbose=verbose, > tmpfile)
        im> redefine imalign=home$imalign.cl    # redefine imalign

	The warnings, which can be ignored, will now appear on the terminal.
	Contact iraf@noao.edu for more information.

STATUS:	The problem is fixed in the next release.

Comments (0)