WebxCT / WebCT

Interactive Web UI for X-ray CT with Real-time Results
https://webct.io
8 stars 0 forks source link

feat: :sparkles: Configure Beam using Energy, Current, and Power (#13) #38

Closed WYVERN2742 closed 2 years ago

WYVERN2742 commented 2 years ago

Changed beam configuration to support different beam types and paramaters, following general usage of different X-Ray sources.

WYVERN2742 commented 2 years ago

Some issues:

WYVERN2742 commented 2 years ago

Issues with xpecgen, it expects a keV transmission value (30-200 keV), but I don't understand how to generate these range of values, since:

$$eV = VQ$$

$$eV = V(It/e)$$

Using the variables $V = 70kV$, $I = 120μA$, $t = 1$ and constant $e = 1.602176634e-19$, results in a value of kev=5.242867622547042e+16, much too high.

This is 100% an understanding error on my behalf, but is delaying progress. An issue will be opened.