ExtraOutput#

class patch_denoise.space_time.base.ExtraOutput(*values)[source]#

Bases: Flag

Enum for output options.

Attributes

WEIGHTS

Save the patch weights.

NOISE_STD

Save the noise standard deviation estimate.

RANK

Save the rank estimate.

COUNT

Save the patch count.

COUNT = 8#

Save the patch count.

NOISE_STD = 2#

Save the noise standard deviation estimate.

RANK = 4#

Save the rank estimate.

WEIGHTS = 1#

Save the patch weights.

static _generate_next_value_(name, start, count, last_values)#

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None