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
Oleksii Turkot
CrystFEL
Commits
d7cacb78
Commit
d7cacb78
authored
Jun 28, 2012
by
Thomas White
Browse files
pattern_sim: Use hdf5_write() instead of hdf5_write_image()
This means that the wavelength gets put into the HDF5 file.
parent
9f86f285
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pattern_sim.c
View file @
d7cacb78
...
...
@@ -619,8 +619,7 @@ int main(int argc, char *argv[])
number
++
;
/* Write the output file */
hdf5_write
(
filename
,
image
.
data
,
image
.
width
,
image
.
height
,
H5T_NATIVE_FLOAT
);
hdf5_write_image
(
filename
,
&
image
);
}
...
...
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