This application is a specialized calculator designed to optimize "X-ray exposure time" for experimental setups.
industrial RT sites (using X-ray, Ir-192, Co-60) and laboratory X-ray transmission experiments
2026/03/16 Update: Added X-ray Tube Mode (mA/kV)
No installation required
http://52.62.146.78:8501 (PC, Mobile)
Latest Version
previous
How to run
http://52.62.146.78:8501 (PC,Mobile)
-docker pull- sudo docker pull doohyun2/smart-xray-calc:latest
-Quick Start (Docker Hub)-
Linux : sudo docker run -d -p 8501:8501 --name xray-final doohyun2/smart-xray-calc
MacOS : sudo docker run -d -p 8501:8501 --name xray-final doohyun2/smart-xray-calc
Window: docker run -d -p 8501:8501 --name xray-final doohyun2/smart-xray-calc
-docker build start-
docker build -t smart-xray-calc .
docker run -p 8501:8501 smart-xray-calc