bezzam commited on
Commit
8cc1bf2
1 Parent(s): fdeaafe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -104,4 +104,19 @@ configs:
104
  path: data/test-*
105
  ---
106
 
107
- Dataset is measured at 30 cm (except for the in-the-wild mug measurement which is measured at 12 cm).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  path: data/test-*
105
  ---
106
 
107
+ Dataset for the paper: https://opg.optica.org/abstract.cfm?uri=pcAOP-2023-JTu4A.45
108
+
109
+ Data is measured at 30 cm (except for the in-the-wild mug measurement which is measured at 12 cm).
110
+
111
+ Simulated PSF can be obtained and compared with the measured one with the following command:
112
+ ```python
113
+ python scripts/sim/digicam_psf.py \
114
+ digicam.pattern=mask_pattern.npy \
115
+ digicam.psf=psf_measured \
116
+ digicam.ap_center=[59,76] \
117
+ digicam.ap_shape=[19,26] \
118
+ digicam.rotate=-0.8 \
119
+ digicam.vertical_shift=-20 \
120
+ digicam.horizontal_shift=-100 \
121
+ sim.waveprop=False
122
+ ```