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
Lenstool
Lenstool
Commits
330c7c96
Commit
330c7c96
authored
Jun 08, 2020
by
Johan Richard
Browse files
Corrected best.par output in cleanlens
parent
6dc36509
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/o_print_res.c
View file @
330c7c96
...
...
@@ -249,6 +249,8 @@ void o_print_res(double chi0, double evidence)
fprintf
(
best
,
"
\t
cleanset %d %f
\n
"
,
M
.
iclean
,
M
.
zclean
);
if
(
strcmp
(
imFrame
.
pixfile
,
""
))
fprintf
(
best
,
"
\t
imframe %d %s
\n
"
,
imFrame
.
format
,
imFrame
.
pixfile
);
if
(
strcmp
(
wFrame
.
pixfile
,
""
))
fprintf
(
best
,
"
\t
wframe %d %s
\n
"
,
wFrame
.
format
,
wFrame
.
pixfile
);
if
(
strcmp
(
ps
.
pixfile
,
""
))
fprintf
(
best
,
"
\t
sframe %s
\n
"
,
ps
.
pixfile
);
if
(
strcmp
(
M
.
centerfile
,
""
))
...
...
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