Skip to content

Commit ee3fc26

Browse files
jwmbeenakkercrnh
andauthored
correct camera constants (#43)
* correct camera constants --------- Co-authored-by: crnh <30109443+crnh@users.noreply.github.com>
1 parent d6dee5e commit ee3fc26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paros/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ with ui.card():
227227
_, Camera, PhakicIOL, calculate_magnification = import_paros()
228228
eye = eye_model()
229229
230-
camera_f_cond = 0.026347
231-
camera_a1 = -0.010541
230+
camera_f_cond = 0.02657
231+
camera_a1 = 0.03481
232232
233233
camera = Camera(F_cond=camera_f_cond, a1=camera_a1)
234234
@@ -243,7 +243,7 @@ with ui.card():
243243
244244
245245
## file: requirements.txt
246-
paros
246+
paros >= 1.0.1
247247
sympy
248248
```
249249
:::

0 commit comments

Comments
 (0)