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
7522a215
Commit
7522a215
authored
Jul 30, 2018
by
Philipp Arras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some plotting for getting_started_2
parent
c42dc50b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
demos/getting_started_2.py
demos/getting_started_2.py
+3
-3
No files found.
demos/getting_started_2.py
View file @
7522a215
...
...
@@ -102,6 +102,6 @@ if __name__ == '__main__':
# Plot results
result_sky
=
sky
.
at
(
H
.
position
).
value
ift
.
plot
(
result_sky
)
ift
.
plot
_finish
(
)
# FIXME MORE PLOTTING
ift
.
plot
(
result_sky
,
title
=
'Reconstruction'
)
ift
.
plot
(
GR
.
adjoint
(
data
),
title
=
'Data'
)
ift
.
plot_finish
(
name
=
'getting_stated_2.png'
,
xsize
=
16
,
ysize
=
16
)
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