MODULE: IMFORT
SYSTEM: V2.9
NUMBER:	128
MODULE:	IMFORT
SYSTEM:	V2.9
DATE:	Tue Jul 10 10:33:02 MST 1990
FROM:	tody

BUG:	In IRAF V2.9, IMFORT has a bug which prevents access to images not
	in the current working directory.  If one tries to access an image
	using a pathname an error message such as 'image not found (.imh)'
	is seen.

STATUS:	The workaround is to CD (SET DEF) to the directory before accessing
	the image.  A patch (patch #2) is available in the IRAF network
	archive which can be installed to fix the bug.  Installation
	instructions are given in the README files for each supported
	architecture (SOS4, VMS5, etc.).

NUMBER:	249
MODULE:	sarith
SYSTEM:	V2.10
DATE:	Tue Jun 21 14:35:17 MST 1994
FROM:	valdes

BUG:	When doing a binary operation with a constant second operand and
	'onedspec' output format the constant used is incorrect due
	to a bug in which the number is used as a real number but is
	actually a double precision number.  The incorrect value can
	be seen in the verbose output.  For example:

	    cl> sarith specin - 48.5 specout format=onedspec verbose+
	    specin[1]  -  3.128906  -->  specout.0001

	The workaround is to use multispec output format for the operation.
	A later SCOPY can then be used to convert formats if desired.

STATUS:	Fixed in V2.11.

Comments (0)