We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809573f commit b7e067eCopy full SHA for b7e067e
1 file changed
mitransient/integrators/transientnlospath.py
@@ -115,13 +115,14 @@ class TransientNLOSPath(TransientADIntegrator):
115
(default: false)
116
117
* - capture_type
118
- - |string or int|
+ - string | int
119
- 'Single' (or 1) performs an NLOS capture with only one illumination point.
120
'Confocal' (or 2) performs a capture with the same number of illumination
121
and scanned points, where the laser always aims at the current scanned point.
122
In 'Exhaustive' (or 3) captures, each time the sensor scans a point the laser illuminates
123
its complete grid.
124
See also ``transient_hdr_film`` and its ``exhautive_scan`` parameter. (default: 'Single')
125
+
126
* - force_equal_illumination_scanning
127
- |bool|
128
- Forces the illumination points to be the same as the scanned points,
0 commit comments