MODULE: imcombine, combine
SYSTEM: V2.11.3
NUMBER:	458
MODULE:	imcombine, combine
SYSTEM:	V2.11.3
DATE:	Wed Jan 12 13:32:54 MST 2000
FROM:	valdes

BUG:	When combining input images that have been dimensionally reduced
	(those have a WCSDIM keyword greater than the logical dimension
	of the image and having a WAXMAP01 keyword) and using offsets
	the error

	    Warning: MWCS: dimension mismatch (mw_gltermd)

	will appear.  Even though it says it is a warning it is really a
	fatal error and the task will quit.  Dimensional reduction occurs
	with copying out a lower dimensional section of an image; i.e.
	copying a 2D plane from a 3D image.  The workaround is to reset the
	headers of the input image to remove the dimensional reduction.
	This is done by deleting the keywords WCSDIM and WAXMAP01.

STATUS:	Fixed for the next release.

Comments (1)