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

Program for resizing an image using Fourier transformation. More...

#include "rwimg.h"
#include "utilities.h"
#include "options.h"
#include "timer.h"

Functions

int main (int argc, char **argv)
 

Variables

int verbose
 
const char * use []
 

Detailed Description

Program for resizing an image using Fourier transformation.

Author
Bernard Heymann
Date
Created: 20040225
Modified: 20210129

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ use

const char* use[]
Initial value:
= {
" ",
"Usage: bftr [options] file.spi file.mrc",
"---------------------------------------",
"Resizing an image using Fourier transformation.",
" ",
"Actions:",
"-scale 1.56 Isotropic scale (required to resize the data).",
"-translate 0.3,-4.1,3.3 Translation.",
"-filterextremes Remove extreme regions (such as micrograph labels)",
" ",
"Parameters:",
"-verbose 7 Verbosity of output",
"-datatype u Force writing of a new data type",
"-origin 0,-10,30 Set origin, used with -size option (default 0,0,0)",
"-size 22,33,14 New size (voxels, default from data)",
"-sampling 2,3.5,1 Sampling before rescaling (angstrom/voxel, a single value sets all three)",
"-resolution 25.3,200 Resolution limits (angstrom).",
" ",
"Input:",
"-reference ref.map Reference for resizing.",
" ",
NULL
}

◆ verbose

int verbose
extern