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
01923435
Commit
01923435
authored
Jun 21, 2011
by
Thomas White
Browse files
Be more consistent about numbering and "cycle" vs "iteration"
parent
c5b7f528
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/hrs-scaling.c
View file @
01923435
...
...
@@ -473,7 +473,7 @@ RefList *scale_intensities(struct image *images, int n, const char *sym,
max_shift
=
iterate_scale
(
images
,
n
,
obs
,
sym
,
cref
,
reference
);
STATUS
(
"Scaling iteration %2i: max shift = %5.2f
\n
"
,
i
,
max_shift
);
i
+
1
,
max_shift
);
i
++
;
//normalise_osfs(images, n);
...
...
src/partialator.c
View file @
01923435
...
...
@@ -414,7 +414,7 @@ int main(int argc, char *argv[])
FILE
*
fhp
;
char
filename
[
1024
];
STATUS
(
"Post refinement
iteration
%i of %i
\n
"
,
i
+
1
,
n_iter
);
STATUS
(
"Post refinement
cycle
%i of %i
\n
"
,
i
+
1
,
n_iter
);
snprintf
(
filename
,
1023
,
"p-iteration-%i.dat"
,
i
+
1
);
fhg
=
fopen
(
filename
,
"w"
);
...
...
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