Apps of nuclear physics in medicine

AI Thread Summary
Positron emission tomography (PET) scans utilize a radioactive dye that emits positrons, which annihilate with electrons, producing two photons traveling in opposite directions. Detectors capture these photons, and by identifying simultaneous detections on opposite sides, an image is formed by drawing lines between the detectors, indicating the dye's distribution in 3D. Attaching the dye to sugar molecules allows visualization of metabolic activity, which can reveal issues like tumors. Advanced techniques, such as using FPGA-based digital coincidence engines, enhance event identification and image accuracy by allowing for more complex logic in detecting photon pairs. These improvements require significant computational power but can yield richer imaging data.
anju
Messages
2
Reaction score
0
how images of body organisms are are formed in positron emission tomography...?
 
Engineering news on Phys.org
You're asking how PET scaner work?

Basically, you give a radioactive dye to someone (injected or ingested depending on what you want to image). The radioactive die emits positrons (anti-electrons) as it decays. The positrons slow down and pair up with an electron and the two annihilate each other, giving off two photons with 511 keV going in opposite directions. Some of these photons make it out of the body and get captured by detectors.

In order to form an image, you look for times when detectors on opposite sides of someone go off at the same time. You then draw a line between them. Keep doing this for thousands or millions of events. The number of lines that pass through an area tell you roughly how much dye was there in 3D.

You can do neat things like attach the radioactive dye to sugar molecules, and the body brings it to places to be metabolized. Thus you can 'see' metabolic activity, which can indicate problems like tumors.
 
such coincidence identification is carried out by a coincidence electronic ckt .it is found that some small animal PET scanners offers possibility of recording individual single events .what's its advantages...?
advantages and working principle of FPGA based digital coincidence engines...?
 
I'm not an expert on imaging technology, but I'll give it a shot.

In a PET scanner you want to produce an image from the pair of 511 keV photons going in opposite directions. The reason for this is it gives you two point (detectors) to draw a line between which represent possible locations for the source. Its pretty unlikely that two 511 keV photons arrive at opposite detectors at roughly the same time if they are not from the same source/event. Therefore you can use a coincidence window to identify event pairs.

If you wanted to be fancier, you could use other methods for identifying the pairs. Light travels at roughly 1 foot per nanosecond. Thus, if you knew the exact time the photon arrived at both detectors, you could figure out where on the line between them the light originated. However, nanosecond level timing is exceptionally difficult requiring very specialized electronics and accounting for the time taken by the physical processes (such as charge collection and amplification).

If you record every event instead of just coincidence pairs, you could try to use other methods to produce an image. For example, you could include the probability that particles are attenuated by the body. These methods require MUCH more computer power, but in theory can extract more information from the scan.

FPGAs is just a fancy high speed logic/electronics kits. For example you can use more complicated logic to decide if something is from the same event. For example, you don't need to assume the detectors are exactly opposite each other (because if the photons were produced off-center the line would be a cord instead of a diameter).
 
Hello everyone, I am currently working on a burnup calculation for a fuel assembly with repeated geometric structures using MCNP6. I have defined two materials (Material 1 and Material 2) which are actually the same material but located in different positions. However, after running the calculation with the BURN card, I am encountering an issue where all burnup information(power fraction(Initial input is 1,but output file is 0), burnup, mass, etc.) for Material 2 is zero, while Material 1...
Hi everyone, I'm a complete beginner with MCNP and trying to learn how to perform burnup calculations. Right now, I'm feeling a bit lost and not sure where to start. I found the OECD-NEA Burnup Credit Calculational Criticality Benchmark (Phase I-B) and was wondering if anyone has worked through this specific benchmark using MCNP6? If so, would you be willing to share your MCNP input file for it? Seeing an actual working example would be incredibly helpful for my learning. I'd be really...
Back
Top