lastigmatismDetection(API)

From EosPedia
Jump to: navigation, search

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);