Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ift
NIFTy
Commits
0c0bd6b3
Commit
0c0bd6b3
authored
May 30, 2018
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics
parent
e7884b9c
Pipeline
#30048
passed with stages
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
demos/Wiener_Filter.ipynb
demos/Wiener_Filter.ipynb
+1
-1
No files found.
demos/Wiener_Filter.ipynb
View file @
0c0bd6b3
...
...
@@ -687,7 +687,7 @@
},
"outputs": [],
"source": [
"precise = (np.abs(s_data-m_data) < uncertainty
)\n",
"precise = (np.abs(s_data-m_data) < uncertainty)\n",
"print(\"Error within uncertainty map bounds: \" + str(np.sum(precise) * 100 / N_pixels**2) + \"%\")\n",
"\n",
"plt.figure(figsize=(15,10))\n",
...
...
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