![]() |
Bsoft 2.1.4
Bernard's software package
|
Converting from a pseudo-atomic model to particle parameters. More...
#include "rwmodel.h"
#include "model_select.h"
#include "model_util.h"
#include "rwmg.h"
#include "mg_processing.h"
#include "rwimg.h"
#include "file_util.h"
#include "utilities.h"
#include "options.h"
#include "timer.h"
Functions | |
Bproject * | project_part_from_model (Bmodel *model, Vector3< double > origin, Vector3< double > sampling, Vector3< long > box_size) |
Converts component coordinates in a model to reconstruction particle coordinates. More... | |
Bmodel * | models_from_particles (Bproject *project, Bstring modtype) |
Converts particle coordinates for a reconstruction into model component coordinates. More... | |
Bmodel * | components_from_2D_particles (Bproject *project, Bstring comptype) |
Converts particle coordinates from micrographs into model component coordinates. More... | |
Bmodel * | components_from_3D_particles (Bproject *project, Bstring comptype) |
Converts particle coordinates for a reconstruction into model component coordinates. More... | |
int | main (int argc, char **argv) |
Variables | |
int | verbose |
const char * | use [] |
Converting from a pseudo-atomic model to particle parameters.
Converts particle coordinates from micrographs into model component coordinates.
*project | project with micrographs. |
comptype | component type string. |
Converts particle coordinates for a reconstruction into model component coordinates.
*project | project with reconstruction. |
comptype | component type string. |
int main | ( | int | argc, |
char ** | argv | ||
) |
Converts particle coordinates for a reconstruction into model component coordinates.
*project | project with reconstruction. |
modtype | model tyoe string. |
Bproject * project_part_from_model | ( | Bmodel * | model, |
Vector3< double > | origin, | ||
Vector3< double > | sampling, | ||
Vector3< long > | box_size | ||
) |
Converts component coordinates in a model to reconstruction particle coordinates.
*model | model. |
origin | map origin in voxel coordinates. |
sampling | voxel size. |
box_size | particle box size. |
const char* use[] |
|
extern |