ctfZeroPoint(API)

From EosPedia
Jump to: navigation, search

DataManip/ctfInfo/src/ctfZeroPoint is API to get zero point. It is used by ctfZeroPoint.

constant

struct

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

API

Get infoZeroPoint->Nth zero point on created CTF by using CTF Information of info.

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