| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
We have chosen a simple scheme for Corrector persistence. Every Corrector has a member function to save its state into a Table keyword. Similarly there is a function to restore a Corrector from a Table keyword.
Thus the Corrector only knows how to save and restore itself. The policy of where this should be done is left to another entity. At present, the only such policy is the default MeasurementSet corrector described above.