Bsoft 2.1.4
Bernard's software package
mg_class.cpp File Reference

Classifies raw single particle images with respect to multiple models. More...

#include "Bimage.h"
#include "rwimg.h"
#include "mg_class.h"
#include "mg_processing.h"
#include "mg_select.h"
#include "mg_ctf.h"
#include "Matrix3.h"
#include "linked_list.h"
#include "utilities.h"

Functions

long mg_classify (Bproject *project, double resolution_hi, double resolution_lo, int fom_type, double fom_cut, FSI_Kernel *kernel, int ctf_apply, int img_out)
 Classifies particle images with respect to a series of reference maps. More...
 

Variables

int verbose
 

Detailed Description

Classifies raw single particle images with respect to multiple models.

Author
Bernard Heymann
Date
Created: 20010222
Modified: 20150424

Function Documentation

◆ mg_classify()

long mg_classify ( Bproject project,
double  resolution_hi,
double  resolution_lo,
int  fom_type,
double  fom_cut,
FSI_Kernel kernel,
int  ctf_apply,
int  img_out 
)

Classifies particle images with respect to a series of reference maps.

Parameters
*projectproject parameter structure.
resolution_hiupper resolution limit.
resolution_lolower resolution limit.
fom_typeFOM type: 0=CC, 1=R, 2=PD.
fom_cutinput FOM threshold to classify a particle.
*kernelfrequency space interpolation kernel.
ctf_applyapply CTF to projections.
img_outimage output options: 0=none, 1=projections, 2=differences, 3=both
Returns
long particles selected.
For every particle image, a projection is made from every reference map
according to the input orientation parameters and compared to the
particle image. The FOM calculated is a real space correlation coefficient.

Variable Documentation

◆ verbose

int verbose
extern