mrcImageGaussDisc

From EosPedia
Jump to: navigation, search

mrcImageGaussDisc is Eos's Command that creates a Gauss Disc.

List of option

Main option

Option Essential/Optional NULL Default
-o Essential Output: mrcImage NULL
-sigmax Optional sigmax[A] 10
-sigmay Optional sigmay[A] 10
-sigma_range Optional sigma 3
-weight Optional weight 10
-size Optional Pixel Size[A] 5
-W Optional Image Width[A] 0
-H Optional Image Height[A] 0
-cx Optional x: Centre[A] 0
-cy Optional y: Centre[A] 0
-a Optional Angle: [degree] 0
-m Optional Mode 2
-h Optional Help  
mrcImageFileSize=(sigma_range*sigmax*2) x (sigma_range*sigmay*2)

-m details

Value Description
0 char (1 byte)
2 float (4 bytes)


Execution example

------Example of options only essential------

Outdata-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.523e-07

10
0.743568
1.77904

0.136849

------Option -sigmax,-sigmay------

Case: -sigmax=30,-sigmay=30

Outdata-sigmax30y30-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.523e-07

10
0.826111
1.85693

0.0501874

Case: -sigmax=50,-sigmay=50

Outdata-sigmax50y50-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.523e-07

10
0.84426
1.87314

0.0307072

------Option -sigma_range------

Case: -sigmax=30,-sigmay=30

Case: -sigma_range=3 (default)
Outdata-sigmax30y30-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.523e-07

10
0.826111
1.85693

0.0501874

Case: -sigma_range=5
Outdata-sigmax30y30-sigma range5-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.92875e-21

10
0.303943
1.19471

0.0195854

The size of the disc isn't changed, but the size of the image is changed.

------Option -weight------

Case: -sigmax=30,-sigmay=30

Case: -weight=10 (default)
Outdata-sigmax30y30-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.523e-07

10
0.826111
1.85693

0.0501874

Case: -weight=30
Outdata-sigmax30y30-weight30-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

4.56899e-07

30
2.47833
5.5708

0.150562

------Option -size------

Case: -size=1

Outdata-size1-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.523e-07

10
0.84426
1.87314

0.0307072

------Option -W,-H------

Case: -W=100,-H=100

Outdata-W100H100-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

2.52616e-19

8.82497
0.314159
1.2133

0.0606651

The default of -size is 5. Therefore the width of x and y are 20.

Case: -W=100,-H=100 (with -size=1)

Outdata-W100-H100-size1-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

5.21673e-21

9.95012
0.314159
1.2133

0.012133

------Option -cx,-cy------

The default of -cx and -cy are 0. Therefore the disc is put at the center ,if -cx and -cy are not set.

Case: -cx=10,-cy=10 (with -size=1)

Outdata-size1cx10cy10-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.26642e-13

10
0.841155
1.87449

0.0307294

Case: -cx=-10,-cy=-10 (with -size=1)

Outdata-size1cx-10cy-10-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.26642e-13

10
0.841155
1.87449

0.0307294

------Option -m------

Case: -size=1

Case: -m=0
Outdata-size1m0-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

0

10
0.67025
1.74607

0.028624

Case: m=2
Outdata-size1-mrcImageGaussDisc.png

Min

Max
Mean
SD

SE

1.523e-07

10
0.84426
1.87314

0.0307072