Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
191afab1
Commit
191afab1
authored
Feb 25, 2019
by
Julian Ruestig
📡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Printing mean of zero mode in amplitude model
parent
79dacba1
Pipeline
#44193
failed with stages
in 4 minutes and 53 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
nifty5/library/smooth_linear_amplitude.py
nifty5/library/smooth_linear_amplitude.py
+1
-0
No files found.
nifty5/library/smooth_linear_amplitude.py
View file @
191afab1
...
...
@@ -218,5 +218,6 @@ def SLAmplitude(*, target, n_pix, a, k0, sm, sv, im, iv, za, zq,
zero_mode
.
domain
,
za
,
zq
)
@
FieldAdapter
(
zero_mode
.
domain
,
keys
[
2
])
# Go from loglog-space to linear-linear-space
print
(
keys
[
2
]
+
" mean: "
,
(
zq
/
(
1
+
za
)))
return
(
mask
@
(
et
@
loglog_ampl
.
exp
())
+
zero_mode
)
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