Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
5b259cc2
Commit
5b259cc2
authored
May 15, 2017
by
Theo Steininger
Browse files
small update
parent
223f71e3
Changes
1
Show whitespace changes
Inline
Side-by-side
nifty/field.py
View file @
5b259cc2
...
...
@@ -36,12 +36,11 @@ from nifty.random import Random
class
Field
(
Loggable
,
Versionable
,
object
):
"""
Combines D2O-objects with meta-information NIFTY needs for computation
s.
"""
The discrete representation of a continuous field over multiple space
s.
In NIFTY, Fields are used to store dataarrays and carry all the needed
In NIFTY, Fields are used to store data
arrays and carry all the needed
metainformation (i.e. the domain) for operators to be able to work on them.
In addition Field has functions to analyse the power spectrum of it's
content or create a random field of it.
In addition Field has methods to work with power-spectra.
Parameters
----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment