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

Transfer pieces of information between micrograph paramater files. More...

#include "mg_processing.h"
#include "rwmg.h"
#include "mg_ctf.h"
#include "file_util.h"
#include "utilities.h"
#include "options.h"

Functions

long project_replace_parameters (Bproject *project, Bproject *proj_source, Bstring &which)
 
int main (int argc, char **argv)
 
long mg_replace_parameters (Bmicrograph *mg, Bmicrograph *mg_source, Bstring &which, Vector3< double > origin)
 
long field_replace_parameters (Bfield *field, Bfield *field_source, Bstring &which)
 
long rec_replace_parameters (Breconstruction *rec, Breconstruction *rec_source, Bstring &which)
 

Variables

int verbose
 
const char * use []
 

Detailed Description

Transfer pieces of information between micrograph paramater files.

Author
Bernard Heymann
Date
Created: 20140701
Modified: 20140703

Function Documentation

◆ field_replace_parameters()

long field_replace_parameters ( Bfield field,
Bfield field_source,
Bstring which 
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ mg_replace_parameters()

long mg_replace_parameters ( Bmicrograph mg,
Bmicrograph mg_source,
Bstring which,
Vector3< double >  origin 
)

◆ project_replace_parameters()

long project_replace_parameters ( Bproject project,
Bproject proj_source,
Bstring which 
)

◆ rec_replace_parameters()

long rec_replace_parameters ( Breconstruction rec,
Breconstruction rec_source,
Bstring which 
)

Variable Documentation

◆ use

const char* use[]

◆ verbose

int verbose
extern