NoiseStdMapInputSpec#
- class patch_denoise.bindings.nipype.NoiseStdMapInputSpec(**kwargs)[source]#
Bases:
BaseInterfaceInputSpec
InputSpec for Noise Map Estimation.
Methods
__init__
Initialize handlers and inputs
add_class_trait
Adds a named trait attribute to this class.
add_trait
Adds a trait attribute to this object.
add_trait_listener
Add (Java-style) event listener to an object.
all_trait_names
Returns the list of all trait names, including implicitly defined traits.
base_trait
Returns the base trait definition for a trait attribute.
class_default_traits_view
Returns the name of the default traits view for the class.
class_editable_traits
Returns an alphabetically sorted list of the names of non-event trait attributes associated with the current class.
class_trait_names
Returns a list of the names of all trait attributes whose definitions match the set of metadata criteria specified.
class_trait_view
class_trait_view_elements
Returns the ViewElements object associated with the class.
class_traits
Returns a dictionary containing the definitions of all of the trait attributes of the class that match the set of metadata criteria.
class_visible_traits
Returns an alphabetically sorted list of the names of non-event trait attributes associated with the current class, that should be GUI visible
clone_traits
Clones a new object from this one, optionally copying only a specified set of traits.
configure_traits
Creates and displays a dialog box for editing values of trait attributes, as if it were a complete, self-contained GUI application.
copy_traits
Copies another object's trait attributes into this one.
copyable_trait_names
Returns the list of trait names to copy or clone by default.
default_traits_view
Returns the name of the default traits view for the object's class.
edit_traits
Displays a user interface window for editing trait attribute values.
editable_traits
Returns an alphabetically sorted list of the names of non-event trait attributes associated with the current object.
get
Returns traited class as a dict
get_hashval
Return a dictionary of our items with hashes for each file.
get_traitsfree
Returns traited class as a dict
has_metadata
Return has_metadata for the requested trait name in this interface
has_traits_interface
Returns whether the object implements a specified traits interface.
items
Name, trait generator for user modifiable traits
observe
Causes the object to invoke a handler whenever a trait attribute matching a specified pattern is modified, or removes the association.
on_trait_change
Causes the object to invoke a handler whenever a trait attribute matching a specified pattern is modified, or removes the association.
on_trait_event
Causes the object to invoke a handler whenever a trait attribute matching a specified pattern is modified, or removes the association.
print_traits
Prints the values of all explicitly-defined, non-event trait attributes on the current object, in an easily readable format.
remove_trait
Removes a trait attribute from this object.
remove_trait_listener
Remove (Java-style) event listener to an object.
reset_traits
Resets some or all of an object's trait attributes to their default values.
set
Shortcut for setting object trait attributes.
set_trait_dispatch_handler
Sets a trait notification dispatch handler.
sync_trait
Synchronizes the value of a trait attribute on this object with a trait attribute on another object.
trait
Returns the trait definition for the name trait attribute.
trait_context
Returns the default context to use for editing or configuring traits.
trait_get
Returns traited class as a dict
trait_items_event
Fire an items event for changes to a Traits collection.
trait_names
Returns a list of the names of all trait attributes whose definitions match the set of metadata criteria specified.
trait_property_changed
Call notifiers when a trait property value is explicitly changed.
trait_set
Shortcut for setting object trait attributes.
trait_setq
Shortcut for setting object trait attributes.
trait_subclasses
Returns a list of the immediate (or all) subclasses of this class.
trait_view
Gets or sets a ViewElement associated with an object's class.
trait_view_elements
Returns the ViewElements object associated with the object's class.
trait_views
Returns a list of the names of all view elements associated with the current object's class.
traits
Returns a dictionary containing the definitions of all of the trait attributes of this object that match the set of metadata criteria.
traits_init
Perform any final object initialization needed.
traits_inited
Get the initialization state of this object.
validate_trait
Validates whether a value is legal for a trait.
visible_traits
Returns an alphabetically sorted list of the names of non-event trait attributes associated with the current object, that should be GUI visible
Attributes
package_version
wrappers
Mapping from dispatch type to notification wrapper class type
trait_added
An event fired when a new trait is dynamically added to the object.
trait_modified
An event that can be fired to indicate that the state of the object has been modified.