How do I write to file a DynamicDiscretisedDensity? #816
Answered
by
AnderBiguri
AnderBiguri
asked this question in
Q&A
-
I have
and for debugging purposes I want to write to file. neither
nor
work, because:
So how can I save this image to a file? Is there a general way that works for any image? |
Beta Was this translation helpful? Give feedback.
Answered by
AnderBiguri
Feb 12, 2021
Replies: 1 comment 1 reply
-
oops
(I had it around a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AnderBiguri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oops
#include "stir/IO/write_to_file.h"
(I had it around a
#ifdef
that was not defined)