「lastigmatismDetection(API)」の版間の差分
提供: Eospedia
(ページの作成:「DataManip/ctfInfo/src/'''lastigmatismDetection'''は非点収差検出のためのAPI です。ctfDetermineで使用しています。 == 定数 == == 構造体 == ...」) |
(相違点なし)
|
2014年5月13日 (火) 02:43時点における版
DataManip/ctfInfo/src/lastigmatismDetectionは非点収差検出のためのAPI です。ctfDetermineで使用しています。
定数
構造体
typedef struct lastigmatismDetectionInfo {
double* defocus;
int sectionSize;
} lastigmatismDetectionInfo;
API
extern void lastigmatismDetection(ctfInfo* results, lastigmatismDetectionInfo linfo, int mode);