Difference between revisions of "lastigmatismDetection(API)"
From EosPedia
(One intermediate revision by the same user not shown) | |||
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);