![]() |
Bsoft 2.1.4
Bernard's software package
|
Program to generate symmetry axes for point group symmetries. More...
#include "rwimg.h"
#include "rwsymop.h"
#include "symmetry.h"
#include "linked_list.h"
#include "utilities.h"
#include "options.h"
#include "timer.h"
Functions | |
int | img_write_symmetry_views (Bimage *p, Bsymmetry &sym, View ref_view, Bstring &filename, DataType datatype, double avg, double std) |
Rotates an image to all symmetry-related views and writes out the resultant images. More... | |
int | main (int argc, char **argv) |
Variables | |
int | verbose |
const char * | use [] |
Program to generate symmetry axes for point group symmetries.
int img_write_symmetry_views | ( | Bimage * | p, |
Bsymmetry & | sym, | ||
View | ref_view, | ||
Bstring & | filename, | ||
DataType | datatype, | ||
double | avg, | ||
double | std | ||
) |
Rotates an image to all symmetry-related views and writes out the resultant images.
*p | image to be rotated and saved. |
*sym | point group symmetry. |
ref_view | reference view (default 0,0,1,0). |
&filename | output filename (converted to name_??.img) |
datatype | new data type. |
avg | new average. |
std | new standard deviation. |
The resultant image is rescaled to the desired average and standard deviation, and converted to the desired data type. If the standard deviation is zero, no rescaling is applied. The output filenames are numbered with an underscore and two digits, starting at 1.
int main | ( | int | argc, |
char ** | argv | ||
) |
const char* use[] |
|
extern |