ctfZeroPoint(API)

From EosPedia
Revision as of 05:56, 29 July 2014 by Kinoshita (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DataManip/ctfInfo/src/ctfZeroPoint is API for ctfZeroPoint.

constant

struct

typedef struct ctfInfoZeroPoint {
	float RMax;      /* RMax */
	float dR;        /* delta R */
	int   N;         /* Zero Point Number */
	long mode;
} ctfInfoZeroPoint;

API

extern float ctfZeroPoint(ctfInfo* info, ctfInfoZeroPoint* infoZeroPoint, long mode);