Difference between revisions of "ctfZeroPoint(API)"

From EosPedia
Jump to: navigation, search
(Created page with "DataManip/ctfInfo/src/'''ctfZeroPoint''' is API for ctfZeroPoint. == constant == == struct == typedef struct ctfInfoZeroPoint { float RMax; RMax: float dR...")
(No difference)

Revision as of 05:56, 29 July 2014

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