Skip to content
GitLab
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
522bdf29
Commit
522bdf29
authored
Jun 30, 2011
by
Thomas White
Browse files
partialator: Geometry is required before loading image data
parent
3fbd31a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partialator.c
View file @
522bdf29
...
...
@@ -317,7 +317,7 @@ int main(int argc, char *argv[])
RefList
*
as
;
images
[
n_usable_patterns
].
det
=
NULL
;
images
[
n_usable_patterns
].
det
=
det
;
if
(
read_chunk
(
fh
,
&
images
[
n_usable_patterns
])
!=
0
)
{
/* Should not happen, because we counted the patterns
...
...
@@ -336,7 +336,6 @@ int main(int argc, char *argv[])
/* Fill in initial estimates of stuff */
images
[
n_usable_patterns
].
div
=
beam
->
divergence
;
images
[
n_usable_patterns
].
bw
=
beam
->
bandwidth
;
images
[
n_usable_patterns
].
det
=
det
;
images
[
n_usable_patterns
].
width
=
det
->
max_fs
;
images
[
n_usable_patterns
].
height
=
det
->
max_ss
;
images
[
n_usable_patterns
].
osf
=
1
.
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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