Skip to content

Commit

Permalink
added extra no for determine sample tilt question in ctffind from cis…
Browse files Browse the repository at this point in the history
…TEM-2.0.0
  • Loading branch information
scheres committed Sep 30, 2022
1 parent 1569f02 commit f6edba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ctffind_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,8 @@ void CtffindRunner::executeCtffind4(long int imic)
}
else
fh << "no" << std::endl;
// Set determine sample tilt? (as of ctffind-4.1.15)
fh << "no" << std::endl;
// Set expert options?
fh << "no" << std::endl;

Expand Down

0 comments on commit f6edba3

Please sign in to comment.