-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathsrconfig.py
More file actions
17 lines (13 loc) · 724 Bytes
/
srconfig.py
File metadata and controls
17 lines (13 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
__licence__ = 'FreeBSD License'
__author__ = 'Robert Gawron'
cfg = {
# PSF as 5x5 Gaussian blur
'psf': [ 2.66971863e-03, 5.36227322e-02, 1.45761699e-01, 5.36227322e-02, 2.66971863e-03,
5.36227322e-02, 1.07704137e+00, 2.92770198e+00, 1.07704137e+00, 5.36227322e-02,
1.45761699e-01, 2.92770198e+00, 7.95831909e+00, 2.92770198e+00, 1.45761699e-01,
5.36227322e-02, 1.07704137e+00, 2.92770198e+00, 1.07704137e+00, 5.36227322e-02,
2.66971863e-03, 5.36227322e-02, 1.45761699e-01, 5.36227322e-02, 2.66971863e-03 ],
'scale' : 2,
'iterations' : 5,
'inputImageDirectory' : './input'
}