PcloudAmbienceStimBuff: Updated to use postrin percentage
This commit is contained in:
@@ -46,13 +46,15 @@ Each stim-buff-api is designed to work with specific stim-iface libraries that u
|
||||
**Intrinsic Stimuli Support** (for pcloudAmbience quale-iface-api):
|
||||
The `pcloudAmbience` quale-iface-api exports both a postrin and a negtrin whose
|
||||
thresholds are configurable via standard quale-iface-api-params:
|
||||
- **Postrin interest threshold**: Configurable via `postrin-interest-threshold` / `postrin-interest` (default: 30)
|
||||
- **Negtrin interest threshold**: Configurable via `negtrin-interest-threshold` / `negtrin-interest` (default: 30)
|
||||
- **Postrin interest threshold**: Configurable via `postrin-interest-percentage` / `postrin-interest-pc` / `postrin-interest` (default: 90, interpreted as percentage)
|
||||
- **Negtrin interest threshold**: Configurable via `negtrin-interest-percentage` / `negtrin-interest-pc` / `negtrin-interest-threshold` / `negtrin-interest-th` / `negtrin-interest` (default: 30)
|
||||
|
||||
Frames whose average intensity is <= postrin-interest-threshold qualify for
|
||||
postrin, and frames whose average intensity is >= negtrin-interest-threshold
|
||||
qualify for negtrin. The ambience count written to each stimFrame is the number
|
||||
of frames that qualify for either intrinsic.
|
||||
The postrin interest threshold is percentage-based only (0-100) and specifies the
|
||||
percentage of frames whose average intensity must be <= the ambience intensity low
|
||||
value threshold. Frames whose average intensity is <= the ambience intensity low
|
||||
value qualify for postrin, and frames whose average intensity is >= the negtrin
|
||||
interest threshold qualify for negtrin. The ambience count written to each stimFrame
|
||||
is the number of frames that qualify for either intrinsic.
|
||||
|
||||
### 3. Point Cloud Coordinate Data Device (Extrospector)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user