Actions
Bug #250
closedBug #80: Version 1.6 bugfixes
Re-enable reading of configurable VDC v1.5 parameters via database
Responsible:
Description
Reading of "tdc.min", "tdc.max", "tdc.res" and "maxgap" was commented out in the OldVDCPlane database reader. While that matches the behavior of the old code, it might not generate the results that users expect. I'd say we make all those parameters optional database keys.
The question then is, how do we handle the situation where these parameters are set via the Set functions? Usually, Set functions override the database.. Which means we will have to add more code here to detect and remember Set function calls.
Updated by Ole Hansen almost 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Re-enable the parameters in the database reader. Protect values supplied via Set functions via bit flags. Use OldVDCPlane::fBits
14-17 for this purpose.
Close with commit 044ed63.
Actions