Difference between revisions of "lastigmatismDetection(API)"
From EosPedia
(Created page with "DataManip/ctfInfo/src/'''lastigmatismDetection''' is API for detecting Astigmatism. It is ued by ctfDetermine. == constant == == struct == typedef struct lastigmatismDe...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | DataManip/ctfInfo/src/'''lastigmatismDetection''' is API for detecting Astigmatism. It is | + | DataManip/ctfInfo/src/'''lastigmatismDetection''' is API for detecting Astigmatism. It is used by [[ctfDetermine]]. |
== constant == | == constant == | ||
| Line 10: | Line 10: | ||
== API == | == API == | ||
| + | Store the Astigmatism using '''linfo''' to '''results'''. | ||
extern void lastigmatismDetection(ctfInfo* results, lastigmatismDetectionInfo linfo, int mode); | extern void lastigmatismDetection(ctfInfo* results, lastigmatismDetectionInfo linfo, int mode); | ||
Latest revision as of 04:31, 30 September 2014
DataManip/ctfInfo/src/lastigmatismDetection is API for detecting Astigmatism. It is used by ctfDetermine.
constant
struct
typedef struct lastigmatismDetectionInfo {
double* defocus;
int sectionSize;
} lastigmatismDetectionInfo;
API
Store the Astigmatism using linfo to results.
extern void lastigmatismDetection(ctfInfo* results, lastigmatismDetectionInfo linfo, int mode);