PatchDenoiseInputSpec#
- class patch_denoise.bindings.nipype.PatchDenoiseInputSpec(**kwargs)[source]#
Bases:
BaseInterfaceInputSpecInputSpec for Patch denoising Interface.
Methods
__init__Initialize handlers and inputs
add_class_traitAdds a named trait attribute to this class.
add_traitAdds a trait attribute to this object.
add_trait_listenerAdd (Java-style) event listener to an object.
all_trait_namesReturns the list of all trait names, including implicitly defined traits.
base_traitReturns the base trait definition for a trait attribute.
class_default_traits_viewReturns the name of the default traits view for the class.
class_editable_traitsReturns an alphabetically sorted list of the names of non-event trait attributes associated with the current class.
class_trait_namesReturns a list of the names of all trait attributes whose definitions match the set of metadata criteria specified.
class_trait_viewclass_trait_view_elementsReturns the ViewElements object associated with the class.
class_traitsReturns a dictionary containing the definitions of all of the trait attributes of the class that match the set of metadata criteria.
class_visible_traitsReturns an alphabetically sorted list of the names of non-event trait attributes associated with the current class, that should be GUI visible
clone_traitsClones a new object from this one, optionally copying only a specified set of traits.
configure_traitsCreates and displays a dialog box for editing values of trait attributes, as if it were a complete, self-contained GUI application.
copy_traitsCopies another object's trait attributes into this one.
copyable_trait_namesReturns the list of trait names to copy or clone by default.
default_traits_viewReturns the name of the default traits view for the object's class.
edit_traitsDisplays a user interface window for editing trait attribute values.
editable_traitsReturns an alphabetically sorted list of the names of non-event trait attributes associated with the current object.
getReturns traited class as a dict
get_hashvalReturn a dictionary of our items with hashes for each file.
get_traitsfreeReturns traited class as a dict
has_metadataReturn has_metadata for the requested trait name in this interface
has_traits_interfaceReturns whether the object implements a specified traits interface.
itemsName, trait generator for user modifiable traits
observeCauses the object to invoke a handler whenever a trait attribute matching a specified pattern is modified, or removes the association.
on_trait_changeCauses the object to invoke a handler whenever a trait attribute matching a specified pattern is modified, or removes the association.
on_trait_eventCauses the object to invoke a handler whenever a trait attribute matching a specified pattern is modified, or removes the association.
print_traitsPrints the values of all explicitly-defined, non-event trait attributes on the current object, in an easily readable format.
remove_traitRemoves a trait attribute from this object.
remove_trait_listenerRemove (Java-style) event listener to an object.
reset_traitsResets some or all of an object's trait attributes to their default values.
setShortcut for setting object trait attributes.
set_trait_dispatch_handlerSets a trait notification dispatch handler.
sync_traitSynchronizes the value of a trait attribute on this object with a trait attribute on another object.
traitReturns the trait definition for the name trait attribute.
trait_contextReturns the default context to use for editing or configuring traits.
trait_getReturns traited class as a dict
trait_items_eventFire an items event for changes to a Traits collection.
trait_namesReturns a list of the names of all trait attributes whose definitions match the set of metadata criteria specified.
trait_property_changedCall notifiers when a trait property value is explicitly changed.
trait_setShortcut for setting object trait attributes.
trait_setqShortcut for setting object trait attributes.
trait_subclassesReturns a list of the immediate (or all) subclasses of this class.
trait_viewGets or sets a ViewElement associated with an object's class.
trait_view_elementsReturns the ViewElements object associated with the object's class.
trait_viewsReturns a list of the names of all view elements associated with the current object's class.
traitsReturns a dictionary containing the definitions of all of the trait attributes of this object that match the set of metadata criteria.
traits_initPerform any final object initialization needed.
traits_initedGet the initialization state of this object.
validate_traitValidates whether a value is legal for a trait.
visible_traitsReturns an alphabetically sorted list of the names of non-event trait attributes associated with the current object, that should be GUI visible
Attributes
package_versionwrappersMapping from dispatch type to notification wrapper class type
trait_addedAn event fired when a new trait is dynamically added to the object.
trait_modifiedAn event that can be fired to indicate that the state of the object has been modified.