bezzam commited on
Commit
467833e
1 Parent(s): e0fb64c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -103,3 +103,18 @@ configs:
103
  - split: test
104
  path: data/test-*
105
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  - split: test
104
  path: data/test-*
105
  ---
106
+
107
+ Data is measured at 30 cm.
108
+
109
+ Simulated PSF can be obtained and compared with the measured one with the following command:
110
+ ```bash
111
+ python scripts/sim/digicam_psf.py sim.waveprop=False \
112
+ digicam.pattern=mask_pattern.npy \
113
+ digicam.psf=psf_measured.png \
114
+ digicam.gamma=2.2 \
115
+ digicam.ap_center=[58,76] \
116
+ digicam.ap_shape=[19,25] \
117
+ digicam.rotate=0 \
118
+ digicam.horizontal_shift=-60 \
119
+ digicam.vertical_shift=-80
120
+ ```