.OUTPUT FILE: PIC002
[Enter name of file where convoluted picture is to be
kept.]
.PSF IN FILE: PSF001/*/#
[Enter (1) Name of file where PSF matrix is found,
(2) '*' to indicate that PSF matrix is typed in and is not
to be saved,
(3) '#' to indicate that PSF is typed in and is to be saved.
1. PSF001 (refers to existing PSF file). The system will
then read in the PSF file and print out:
.PSF IN EFFECT
-0.1 -0.1 -0.2 -0.1 -0.1
-0.1 -0.1 -0.3 -0.1 -0.1
-0.1 -0.1 3.0 -0.1 -0.1
-0.1 -0.1 -0.3 -0.1 -0.1
-0.1 -0.1 -0.2 -0.1 -0.1
[The convolution product between PIC001 and PSF001 is then computed and written into PIC002.]
2. '*' (PSF matrix to be entered, not to be saved).
.PSF WIDTH: 5
[Enter linear size of PSF matrix. Number must be odd.
See notes regarding range.]
.ENTER PSF MATRIX (5 ROWS and COLUMNS):
# # # # # ....
[Enter matrix, up to <PSF WIDTH> numbers per line]
-0.1 -0.1 -0.2 -0.1 -0.1
-0.1 -0.1 -0.3 -0.1 -0.1
-0.1 -0.1 3.0 -0.1 -0.1
-0.1 -0.1 -0.3 -0.1 -0.1
-0.1 -0.1 -0.2 -0.1 -0.1
[SPIDER will then normalize the PSF and print out]:
.PSF IN EFFECT
[...and proceed as in (1), above.]
3. '#' (PSF matrix to be entered and saved).
.PSFOUT FILE: PSF002
[Enter name of file where PSF matrix is to be saved.]
.PSF WIDTH: 5
[Enter linear size of PSF matrix. Number must be odd.
See notes regarding range.]
[...proceed as in (2), above.]
NOTES