imdev – Create an image that can represent the statistical deviations of the input image. – analysis task

Description

Parameters

Title

Parameter

Default

Description

imagename

''

outfile

''

region

''

box

''

chans

''

stokes

''

mask

''

overwrite

False

stretch

False

grid

numpy.array( [ int(1),int(1) ] )

anchor

'ref'

xlength

'1pix'

ylength

'1pix'

interp

'cubic'

stattype

'sigma'

statalg

'classic'

zscore

float(-1)

maxiter

int(-1)

Parameter Explanations

imagename

''

Input image name

outfile

''

Output image file name. If left blank (the default), no image is written but a new image tool referencing the collapsed image is returned.

region

''

Region selection. Default is to use the full image.

box

''

Rectangular region(s) to select in direction plane. Default is to use the entire direction plane.

chans

''

Channels to use. Default is to use all channels.

stokes

''

Stokes planes to use. Default is to use all Stokes planes.

mask

''

Mask to use. Default setting is none.

overwrite

False

Overwrite (unprompted) pre-existing output file? Ignored if “outfile” is left blank.

stretch

False

Stretch the mask if necessary and possible? Default value is False.

grid

numpy.array( [ int(1),int(1) ] )

x,y grid spacing. Array of exactly two positive integers.

anchor

'ref'

x,y anchor pixel location. Either “ref” to use the image reference pixel, or an array of exactly two integers.

xlength

'1pix'

Either x coordinate length of box, or diameter of circle. Circle is used if ylength is empty string.

ylength

'1pix'

y coordinate length of box. Use a circle if ylength is empty string.

interp

'cubic'

Interpolation algorithm to use. One of “nearest”, “linear”, “cubic”, or “lanczos”. Minimum match supported.

stattype

'sigma'

Statistic to compute. See full description for supported statistics.

statalg

'classic'

Statistics computation algorithm to use. Supported values are “chauvenet” and “classic”, Minimum match is supported.

zscore

float(-1)

For chauvenet, this is the target maximum number of standard deviations data may have to be included. If negative, use Chauvenet”s criterion. Ignored if algorithm is not “chauvenet”.

maxiter

int(-1)

For chauvenet, this is the maximum number of iterations to attempt. Iterating will stop when either this limit is reached, or the zscore criterion is met. If negative, iterate until the zscore criterion is met. Ignored if algortihm is not “chauvenet”.