﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
307	psImagePowerSpectrum returns NaN image	Paul Price	robert.desonia@…	"Calling psImagePowerSpectrum on a 256x256 image results in an output image
composed of NaNs.  This is because numElementsSquared goes as the number of
elements to the fourth power, which clocks a psS32 for a 256x256 image
(numElementsSquared = 0).  Since OTA cells are 512x512, this range is not
sufficient.

The function works adequately when numCols, numRows and numElementsSquared are
all changed to psU64 types.  This would give us the capability of handling
square images up to 64k pixels on each axis.  This should be sufficient for our
needs, but a check for this should be added to the function.

I can't dream up a workaround."	defect	closed	high		imageops	0.4.0	normal	fixed		
