lastigmatismDetection(API)

提供: Eospedia
2014年9月30日 (火) 04:28時点におけるKinoshita (トーク | 投稿記録)による版

移動: 案内検索

DataManip/ctfInfo/src/lastigmatismDetectionは非点収差検出のためのAPI です。ctfDetermineで使用しています。

定数

構造体

typedef struct lastigmatismDetectionInfo  {
	double* defocus; 
	int		sectionSize;
}  lastigmatismDetectionInfo;

API

linfoを入力とした非点収差をresultsに格納します。

extern void lastigmatismDetection(ctfInfo* results, lastigmatismDetectionInfo linfo, int mode);