Ticket #3235 (closed: fixed)
EventNexusReader trouble with min and max signal values
Reported by: | Michael Reuter | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Iteration 29 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Once the clipping is off on the EventNexusReader, it looks like the min and max signal values are still being applied to the data. It looks like another accidental clipping is occurring.
Change History
comment:2 Changed 9 years ago by Owen Arnold
The ImplicitFunction (defined by the plane when the Apply Clip flag is on) used to clip the dataset in a non-axis aligned fashion. When Apply Clip is off, the ImplicitFunction is definitely not called, so behaving as expected.
The max and min signal thresholds are a different matter from the ImplicitFunctions. These are applied after rebinning and are used to ditch visualisation cells that fall outside of the specified threshold. The 'Apply Clip' flag provides no control over this in-visualisation aspect.
comment:3 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
Looking into it.