powered by
Calculate stay time for radiation work.
stay_time(dose_rate, dose_allowed, margin = 20)
Time in minutes allowed for the work.
Dose rate per hour for the work - units consistent with dose allowance, e.g. mRem/h, microSv/h.
Dose that can not be exceeded for this job.
Percent margin to protect limit, default = 20 percent.
stay_time(dose_rate = 100, dose_allowed = 50, margin = 20)
Run the code above in your browser using DataLab