Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
1cd2368b
Commit
1cd2368b
authored
8 years ago
by
Pumpe, Daniel (dpumpe)
Browse files
Options
Downloads
Patches
Plain Diff
update Docstring for SmoothingOperator
parent
c9c8574b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!115
Update docstring operators
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nifty/operators/smoothing_operator/smoothing_operator.py
+15
-2
15 additions, 2 deletions
nifty/operators/smoothing_operator/smoothing_operator.py
with
15 additions
and
2 deletions
nifty/operators/smoothing_operator/smoothing_operator.py
+
15
−
2
View file @
1cd2368b
...
...
@@ -35,15 +35,28 @@ class SmoothingOperator(EndomorphicOperator):
Parameters
----------
domain : tuple of DomainObjects, i.e. Spaces and FieldTypes
The Space on which the operator acts
domain : DomainObject, i.e. Space or FieldType
The Space on which the operator acts. The SmoothingOperator
can only live on one space or FieldType
sigma : float
Sets the length of the Gaussian convolution kernel
log_distances : boolean
States whether the convolution happens on the logarithmic grid or not.
default_spaces : tuple of ints *optional*
Defines on which space(s) of a given field the Operator acts by
default (default: None)
Attributes
----------
domain : DomainObject, i.e. Space or FieldType
The domain on which the Operator
'
s input Field lives.
target : tuple of DomainObjects, i.e. Spaces and FieldTypes
The domain in which the outcome of the operator lives. As the Operator
is endomorphic this is the same as its domain.
unitary : boolean
Indicates whether the Operator is unitary or not.
self_adjoint : boolean
Indicates whether the operator is self_adjoint or not.
sigma : float
Sets the length of the Gaussian convolution kernel
log_distances : boolean
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment