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
MPIBP-Hummer
BioEM
Commits
c10b691e
Commit
c10b691e
authored
Jun 06, 2016
by
Pilar Cossio
Browse files
Polishing Param
parent
976fc261
Changes
1
Hide whitespace changes
Inline
Side-by-side
param.cpp
View file @
c10b691e
...
@@ -460,7 +460,7 @@ int bioem_param::readParameters(const char* fileinput)
...
@@ -460,7 +460,7 @@ int bioem_param::readParameters(const char* fileinput)
if
(
not
(
yesPSFenv
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid PSF ENVELOPE
\n
"
;
exit
(
1
);};
if
(
not
(
yesPSFenv
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid PSF ENVELOPE
\n
"
;
exit
(
1
);};
if
(
not
(
yesAMP
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid PSF AMPLITUD
\n
"
;
exit
(
1
);};
if
(
not
(
yesAMP
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid PSF AMPLITUD
\n
"
;
exit
(
1
);};
}
else
{
}
else
{
cout
<<
"**Note:: Calculation using CTF values (not PSF). If this is not correct then key word: USE_PSF missing in inputfile**
\n
"
;
//
cout << "**Note:: Calculation using CTF values (not PSF). If this is not correct then key word: USE_PSF missing in inputfile**\n";
if
(
not
(
yesBFact
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid CTF B-ENV
\n
"
;
exit
(
1
);};
if
(
not
(
yesBFact
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid CTF B-ENV
\n
"
;
exit
(
1
);};
if
(
not
(
yesDefocus
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid CTF Defocus
\n
"
;
exit
(
1
);};
if
(
not
(
yesDefocus
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid CTF Defocus
\n
"
;
exit
(
1
);};
if
(
not
(
yesAMP
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid CTF AMPLITUD
\n
"
;
exit
(
1
);};
if
(
not
(
yesAMP
)
){
cout
<<
"**** INPUT MISSING: Please provide Grid CTF AMPLITUD
\n
"
;
exit
(
1
);};
...
...
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