tau_estimate {radsafer} | R Documentation |
ratemeter_sim
If the time constant is not known, but the vendor specifies that the ratemeter will reach some percentage of equilibrium in some number of seconds, use this function to estimate tau.
tau_estimate(pct_eq, t_eq)
pct_eq |
Percent equilibrium |
t_eq |
Time, in seconds, to the given percent equilibrium is achieved. |
tau, the time constant, in seconds.
Other rad measurements:
air_dens_cf()
,
disk_to_disk_solid_angle()
,
neutron_geom_cf()
,
scaler_sim()
tau_estimate(pct_eq = 90, t_eq = 22)