rad_collector  
| Vars | |
| beta_waves | A record of the absorbed strength of each beta wave that hit the collector. This keeps record up to rad_time old, and only the maximum absorption for each time point. | 
|---|---|
| gamma_waves | A record of the absorbed strength of each gamma wave that hit the collector. This keeps record up to rad_time old, and only the maximum absorption for each time point. | 
| rad_time | Amount of time across which the maximum wave is checked | 
| rad_time_counter | The current time count for clearing old data from the lists | 
| Procs | |
| rad_act | Converts absorbed Beta or Gamma radiation into electrical energy | 
Var Details
beta_waves  
A record of the absorbed strength of each beta wave that hit the collector. This keeps record up to rad_time old, and only the maximum absorption for each time point.
gamma_waves  
A record of the absorbed strength of each gamma wave that hit the collector. This keeps record up to rad_time old, and only the maximum absorption for each time point.
rad_time  
Amount of time across which the maximum wave is checked
rad_time_counter  
The current time count for clearing old data from the lists
Proc Details
rad_act
Converts absorbed Beta or Gamma radiation into electrical energy