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
a6fc9ceb
Commit
a6fc9ceb
authored
Jan 13, 2019
by
Philipp Arras
Browse files
Cosmetics
parent
cf93d61d
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/library/dynamic_operator.py
View file @
a6fc9ceb
...
@@ -153,7 +153,7 @@ def dynamic_operator(domain,
...
@@ -153,7 +153,7 @@ def dynamic_operator(domain,
field is not padded at all.
field is not padded at all.
sm_s0 : float
sm_s0 : float
Cutoff for dynamic smoothness prior.
Cutoff for dynamic smoothness prior.
sm_x0 : float,
L
ist of float
sm_x0 : float,
l
ist of float
Scaling of dynamic smoothness along each axis.
Scaling of dynamic smoothness along each axis.
key : String
key : String
key for dynamics encoding parameter.
key for dynamics encoding parameter.
...
@@ -167,13 +167,12 @@ def dynamic_operator(domain,
...
@@ -167,13 +167,12 @@ def dynamic_operator(domain,
Operator
Operator
The Operator encoding the dynamic Green's function in harmonic space.
The Operator encoding the dynamic Green's function in harmonic space.
Dictionary of Operator
Dictionary of Operator
A collection of sub-chains of Operator
s
which can be used for plotting
A collection of sub-chains of Operator which can be used for plotting
and evaluation.
and evaluation.
Notes
Notes
-----
-----
Currently only supports RGSpaces.
The first axis of the domain is interpreted the time axis.
Note that the first axis of the space is interpreted as the time axis.
'''
'''
dct
=
{
dct
=
{
'domain'
:
domain
,
'domain'
:
domain
,
...
@@ -211,13 +210,13 @@ def dynamic_lightcone_operator(domain,
...
@@ -211,13 +210,13 @@ def dynamic_lightcone_operator(domain,
field is not padded at all.
field is not padded at all.
sm_s0 : float
sm_s0 : float
Cutoff for dynamic smoothness prior.
Cutoff for dynamic smoothness prior.
sm_x0 : float,
L
ist of float
sm_x0 : float,
l
ist of float
Scaling of dynamic smoothness along each axis.
Scaling of dynamic smoothness along each axis.
key : String
key : String
Key for dynamics encoding parameter.
Key for dynamics encoding parameter.
lightcone_key: String
lightcone_key: String
Key for lightspeed paramteter.
Key for lightspeed paramteter.
sigc : float,
L
ist of float
sigc : float,
l
ist of float
Variance of lightspeed parameter.
Variance of lightspeed parameter.
quant : float
quant : float
Quantization of the light cone in pixels.
Quantization of the light cone in pixels.
...
@@ -232,13 +231,12 @@ def dynamic_lightcone_operator(domain,
...
@@ -232,13 +231,12 @@ def dynamic_lightcone_operator(domain,
The Operator encoding the dynamic Green's function in harmonic space
The Operator encoding the dynamic Green's function in harmonic space
when evaluated.
when evaluated.
dict
dict
A collection of sub-chains of
:class:`
Operator
` s
which can be used
A collection of sub-chains of Operator which can be used
for plotting and evaluation.
for plotting and evaluation.
Notes
Notes
-----
-----
The first axis of the space is interpreted as the time axis.
The first axis of the domain is interpreted the time axis.
Supports only RGSpaces currently.
'''
'''
if
len
(
domain
.
shape
)
<
2
:
if
len
(
domain
.
shape
)
<
2
:
...
...
Write
Preview
Supports
Markdown
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