Difference between revisions of "powerspectraTangentLine(API)"
From EosPedia
Line 1: | Line 1: | ||
− | DataManip/ctfInfo/src/'''powerspectraTangentLine''' is API. It is used by [[ctfDetermine]]. | + | DataManip/ctfInfo/src/'''powerspectraTangentLine''' is [[API]]. It is used by [[ctfDetermine]]. |
== constant == | == constant == | ||
Line 6: | Line 6: | ||
== API == | == API == | ||
+ | Tangent line | ||
extern void TangentLine(floatVector* spacing, | extern void TangentLine(floatVector* spacing, | ||
floatVector* scatter, | floatVector* scatter, |
Latest revision as of 08:05, 30 September 2014
DataManip/ctfInfo/src/powerspectraTangentLine is API. It is used by ctfDetermine.
constant
struct
API
Tangent line
extern void TangentLine(floatVector* spacing, floatVector* scatter, float** belowCoefficient, float** aboveCoefficient, ctfInfo* ini, lctfDetermineInfo* linfo, int mode);