「lastigmatismDetection(API)」の版間の差分
提供: Eospedia
(ページの作成:「DataManip/ctfInfo/src/'''lastigmatismDetection'''は非点収差検出のためのAPI です。ctfDetermineで使用しています。 == 定数 == == 構造体 == ...」) |
(→API) |
||
行10: | 行10: | ||
== API == | == API == | ||
+ | linfoを入力とした非点収差をresultsに格納します。 | ||
extern void lastigmatismDetection(ctfInfo* results, lastigmatismDetectionInfo linfo, int mode); | extern void lastigmatismDetection(ctfInfo* results, lastigmatismDetectionInfo linfo, int mode); |
2014年9月30日 (火) 04:28時点における版
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);