Skip to content

Commit b7e067e

Browse files
committed
fix: type of capture_type in the documentation
1 parent 809573f commit b7e067e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mitransient/integrators/transientnlospath.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,14 @@ class TransientNLOSPath(TransientADIntegrator):
115115
(default: false)
116116
117117
* - capture_type
118-
- |string or int|
118+
- string | int
119119
- 'Single' (or 1) performs an NLOS capture with only one illumination point.
120120
'Confocal' (or 2) performs a capture with the same number of illumination
121121
and scanned points, where the laser always aims at the current scanned point.
122122
In 'Exhaustive' (or 3) captures, each time the sensor scans a point the laser illuminates
123123
its complete grid.
124124
See also ``transient_hdr_film`` and its ``exhautive_scan`` parameter. (default: 'Single')
125+
125126
* - force_equal_illumination_scanning
126127
- |bool|
127128
- Forces the illumination points to be the same as the scanned points,

0 commit comments

Comments
 (0)