NoiseStdMap#

class patch_denoise.bindings.nipype.NoiseStdMap(from_file=None, resource_monitor=None, **inputs)[source]#

Bases: SimpleInterface

Noise std estimation.

Methods

__init__

Subclasses must implement __init__

aggregate_outputs

Collate expected outputs and apply output traits validation.

help

Prints class help

load_inputs_from_json

A convenient way to load pre-set inputs from a JSON file.

run

Execute this interface.

save_inputs_to_json

A convenient way to save current inputs to a JSON file.

Attributes

always_run

Should the interface be always run even if the inputs were not changed? Only applies to interfaces being run within a workflow context.

can_resume

Defines if the interface can reuse partial results after interruption.

resource_monitor

version

interfaces should implement a version property

_run_interface(runtime)[source]#

Core function that executes interface

input_spec#

alias of NoiseStdMapInputSpec

output_spec#

alias of NoiseStdMapOutputSpec