Draft: Added examples and made first approximation of modifications required for use of TurnCounter
Example for discussion, not to be merged for now.
- Added a
TrackingMapobject to allow complex tracking with some objects tracked on every section and others only on specific sections - Modified the
TrackIteratorobject to use theTurnCounter - Modifed
RFStationto use aTurnCounterin place of a 1-list - Modified
Ringto initialise theTurnCounterwith the correct number of turns and sections - Changed the
FullRingAndRF.track()function to do a single section at a time (with section number defined in theTurnCounter) - Added a folder of
turn_counter_examplesshowing simple examples of how it might be used with single and multiple sections.