NOTES Teaching Digital Processing and Display Quinn B Carroll, MEd, RT WCEC Conference, 2015

Size: px
Start display at page:

Download "NOTES Teaching Digital Processing and Display Quinn B Carroll, MEd, RT WCEC Conference, 2015"

Transcription

1 NOTES Teaching Digital Processing and Display Quinn B Carroll, MEd, RT WCEC Conference, Teaching Pitfalls: Accuracy Vs. Simplicity 2. Teaching Decisions: 1. Is it relevant? (Not: Is it in my comfort zone?) 2. What is the empirical, experimental truth? (Not: What is the majority opinion, even among authors) 3. Is it more important to be accurate, or to be comprehensible ( keep it simple )? 4. What terminology, analogies, illustrations, etc. will best convey this concept? 3. Lab Pitfalls in Demonstrating Contrast Δ: a. NEVER use background density b. Use two relatively homogeneous density areas within the anatomy c. Re calculate 15% for each step increase in kvp 4. Using Ratios for Contrast Densities 3 and 1: Add fog at +1 Example: Effect of fog on subject contrast: 3/1 and 4/2 Vs. 3 1 and 4 2 Examples: Effect of SID or mas on subject contrast: 2/1 and 4/2 Vs. 2 1 and For subject contrast within the remnant beam reaching the IR, it s the proportions of interactions that matters, not the raw numbers of interactions 6. Using Ratios Vs. Percentages Percentage Change Ratio Change +100% 2X 50% ½ +50% 3/2 (1 ½ X) 33% 2/3 +33% 4/3 (1 1/3 X) 25% ¾ +25% 5/4 (1 ¼ X) 20% 4/5 The New Deviation Index 7. The deviation index changes by +1.0 for each +25% (increase in exposure), and by 1.0 for each 20% change. These are proportional ratios: +25% = 5/4 20% = 4/5

2 8. Deviation Exposure Recommended Index Deviation Descriptor Action. >+3.0 >100% high Excessive Pt No Repeat unless Exposure saturation occurs. Mgt follow up. +1 to % high Overexposure Repeat only if saturation occurs 0.5 to % to +25% Target Range 1 to % target Underexposed Consult radiologist for repeat < 3.0 < 50% target Excessive Repeat underexposure (Mottle is certain) 9. Exposure less than 80% of the EI T should not be repeated unless a radiologist finds the level of mottle in the image unacceptable. Only exposures less than 40% of the EI T should be assumed to be repeatable. No overexposed digital image should be repeated, no matter the EI, unless saturation has occurred! 10. Saturation: Takes at least eight to ten times normal exposure. Corresponds to an EI 3000 for the Kodak system, or an S number of 25 for Fuji. Results in flat black appearance of overexposed portion of image. This is not fog, but a loss of data, with absolutely no details present 11. Inappropriate Use of DI: Even if images being produced clinically have corresponding DI s well within the target range, the clinical techniques used may still not be appropriate. One can just as readily achieve an acceptable DI for an AP L spine view with 65 kvp as with 85 kvp; evidence of underpenetration and concomitant excess patient exposure with lower kvp may be windowed and leveled out in a digital image. Similarly, poor collimation, unusual patient body habitus, the presence of prosthetic devices, or the presence of gonadal shielding in the image may raise or lower DI s (depending on the exam and projection) and perhaps hide an inappropriate technique. AAPM Task Group 16, JMP, Vol. 36, No. 7, July Why We Need Noise 13. Medical physicists have been emphasizing the importance of Signal to Noise ratio for years More important now, with digital imaging We still do not have either term in our standard definitions 2011 draft of ASRT curriculum guide mentions noise twice: 1) Under Adequate Exposure Level, implying that it is limited only to quantum mottle, and 2) Under Spatial Resolution 15. If one had to choose a single current category to place mottle under, contrast or gray scale would be most fitting, as demonstrated here Physicists use low contrast dots to measure the level of mottle present 1. How should we define noise? Anything which obstructs visibility of image details c/o Dr. Anthony Wolbarst The Physics of Radiology

3 2. Image Noise: 16 types! 3. Quotes from Dr. Anthony Wolbarst s The Physics of Radiology : From a broader perspective, noise is anything in an image that detracts from its clinical usefulness Imaging detector devices generate weak electric signals and the number of electrons actually involved at any instant will vary about the average according to Poisson statistics. Sometimes more noticeable is the noise injected into the sensitive detector electronics by external sources, such as lightening storms, sparking of machinery, and some fluorescent lamps Imaging devices can contribute to noise in a variety of ways. Imperfections in computer reconstruction algorithms may lead to abnormalities in images produced 4. In this scheme, where do we place extraneous artifacts, grid lines, quantum mottle, or electronic noise?

4 5. Proposed Categories: All negative visibility factors in 1 column 6. Proposed general categories: 7. Three Domains for Digital Processing: 1. In the spatial domain, pixels are sorted by their location 2. In the intensity domain, pixels are sorted by their pixel value (brightness, density) 3. In the frequency domain, objects are sorted by their size Manufacturer chooses by comparing results for a particular objective 8. Three general ways of sorting a digital image:

5 9. Default Processing: Preprocessing: 1. Field Uniformity Corrections 2. Noise and Del Drop out Corrections 3. Image and Histogram Analysis 4. Rescaling (Normalization) Postprocessing: 5. Gradation Processing (LUTs) 6. Detail Processing 7. Preparation for Display IMAGE DISPLAYED 8. Operator Adjustments 9. Application of Special Features 10. Rescaling Vs. Gradation Processing: 11. Both use intensity transformation formulas to re map input pixel values as gray levels. Objective of Rescaling is to normalize appearance. Purpose of Gradation (Gradient) Processing is to refine gray scale according to anatomy 12. Rescaling and Gradient Processing both use LUTs What exactly is an LUT? 13. Look Up Tables really are tables, (not graphs). 2 simple columns: Input and Output. Graphs representing LUTs are for human benefit in understanding the formulas (functions) that generate them. The computer deals in numbers, not in graphs. 14. Permanent: Output already calculated once and permanently stored. Variable: Output generated by formula for each input set (exposure) 15. Permanent look up table of Q values is stored in computer. Here: Qmin is always output at 511, Q2 as 512, Q3 as 513 Qmax as For the acquired image histogram, files of data designated as Smin, S2, S3, S4 and so on up to S1024 and finally Smax 17. Incoming pixel values can be made to fit a pre set range of S values, depending on how extremely they are rounded up or down by digitization 18. KEY: The range of S values in the acquired image matches the range of Q values in the master look up table 19. Algorithm remapping S values to Q values: Set Smin = Qmin, S2 = Q2, S3=Q3, Smax = Qmax 20. Since the # of Q values is fixed, the resulting brightness range is always constant 21. In effect, the histogram of the new exposure is re aligned to the stored ideal histogram of the Q range (A to B) 22. Digitization can re map the high, low and average points in the data matching the S range to the Q range: This roughly standardizes Contrast and Gray Scale 23. Rescaling partly corrects for gray scale What the computer cannot do is (C) alter which pixels contain particular values (change pixel counts) This would perfectly match the shape of the acquired histogram to that of the stored ideal histogram 24. Purpose of Gradation Processing: Fine tune or customize contrast and gray scale according to the anatomical procedure All gradation processing takes place in the intensity domain

6 25. In gradation processing we use variable LUTs that are anatomy specific (anatomical LUTs). The rescaled S values, (always the same number set, is fed into the anatomical LUT 26. Those darn physicists: Q Values: Recommend: 1. Q values ( for processing before rescaling) S values 2. QK values ( for processing after rescaling) Q values 3. QP values ( for presentation ) QP values 27. At the control console, selecting the procedure algorithm assigns the anatomical LUT to be used for gradation processing 28. Look up Table A produces medium contrast, Table B produces high contrast from the same data. Note that in the output column, average gray level or center (GC) is the same for both 29. Anatomical LUTs are generated from gradient curve formulas (fxs). LUT function curve for enhancing image contrast: Original Contrast = 12 / 10 = 1.2 Converted Output Contrast = 18 / 7 = The actual look up table is simply a listing of the input values and then the output values resulting from these mathematical operations 31. Gradient curve formulas are usually Intensity Transformation Formulas: Gamma Transformation: s = cr γ Log Transformation: s = clog(1 + r) Image Negative: s = L 1 r In each formula, r represents the input value and s represents the output value 32. The same formulas are applied whenever the radiographer windows the image after initial display: 1. Parameters in formula are changed 2. Formula generates new LUT 3. LUT is read out. Gradient processing used twice: Default processing, windowing 33. γ = window width control, r = Input value, s = Output value, (C = constant affecting the type of change made) 34. As γ decreases, gray scale lengthens, As γ increases, gray scale shortens 35. The type (shape) of curve used by a manufacturer represents the algebraic function (formula) applied to set up the anatomical LUT. Different parameters entered into the formulas change the position or slope of the curve 36. Fuji s Gradient Parameters: GA = amount, GT = type, GC = center, GS = shift of the function curve 37. Consistent Use of Terms: Brightness and Contrast Controls Vs. Window Level and Width: Strictly speaking, High Window Level means a darker image, Window level = opposite of brightness. High Window Width means more gray scale, Window width = opposite of contrast 38. Dynamic Range Compression and Equalization: 39. Dynamic Range Compression (DRC): Two Purposes: 1. Save computer storage space (when Δ not visible) 2. Apply tissue equalization to image (when Δ visible) 40. Bit Depth, Dynamic Range, and Gray Scale: Difference may be thought of as: Bit Depth describing capacity of hardware, Dynamic Range describing settings in the system with its particular installed software, Gray Scale describing the displayed image

7 41. Use of the whole bit depth of the computer increases processing time unnecessarily, so a smaller range is selected from which to build up the image 42. Dynamic Range Control (DRC) Vs. Tissue Equalization Vs. Contrast Equalization Vs. Normalization 43. Limit of Human Eye DR = 32 (2 5 ) 44. To allow windowing, we must be able to double or cut in half both the brightness and contrast of the image several times without running out of dynamic range (or data clipping will occur). Complex features such as subtraction require still more, Typical: 2 10 for CR & DR, 2 12 for MRI, CT 45. Thus, postprocessing capabilities needed for the image set a lower limit on dynamic range 46. Tissue Equalization is DRC operating just below Mathematically, DRC finds the mid point of the gray scale curve, then progressively reduces pixel values above this point, and progressively increases pixel values below it. Applied to a degree visibly affecting the image, this results in truncation (cutting off) of the darkest and lightest densities in the gray scale of the image 48. DRC is better described as Gray Scale Truncation A clipping off of the extreme ends of the dynamic range. Simulates soft tissue technique used with S/F 49. Using DRC for Tissue Equalization: Gray scale truncation: Elimination of darkest and lightest densities in gray scale range results in a grayer looking image! Unlike conventional shortening of GS which results in increased contrast 50. Over applying TE results in loss of details 51. Digital Features: Application and Over application 52. Digital Processing Features: Application and Over application: Windowing Brightness Gray Scale Look Adjustment Edge Enhancement Smoothing Local Area Rescaling: Ex: Underpenetrated [Correction for underexposure] Special Features: Subtraction Tomographic Artifact Suppression Image Stitching 53. Manufacturers use various terms for edge enhancement and smoothing functions. Example: DR unit by GE has a feature called the look of the image, that can be set to normal, hard, or soft. Hard = Edge enhancement, Soft = Smoothing 54. Over use of Smoothing or Edge Enhancement: Over application of either can lead to loss of detail. If an image already has long gray scale or low contrast, applying smoothing in any degree can lead to loss of visibility for fine details (from low local contrast). If an image already possesses high contrast, applying edge enhancement can cause excessive noise 55. Over Use of Edge Enhancement: It is very tempting to overuse the edge enhancement feature or even form a habit of applying it to all images that come up for review. Resulting increase in

8 image noise can reduce exposure latitude such that only a 30% reduction in exposure can manifest unacceptable levels of mottle. Can also cause halo artifact 56. A veterinary knee image shows the halo effect in A, left, (green arrows). The effect was eliminated by disengaging the edge enhancement feature, (B) 57. Applying EE to an image that already possesses adequate contrast can actually obscure critical details and lead to misdiagnosis. Default setting can be too much 58. The degree of edge enhancement or smoothing applied can be customized by the QC technologist (w/ radiologist) 59. Smoothing / Noise Reduction: Useful primarily for electronic noise. May improve moderate amounts of mottle, but CANNOT correct for serious mottle from underexposure 60. Modern units can detect the area of the image where average pixel values are too light, then selectively darken only that portion of the image 61. Rescaling Identified Area: Underpenetrated Function (GE): Area can be identified by build up pattern of consistently low pixel values. All values within this area are then multiplied by a constant [determined by procedure] to darken [or lighten] entire area by a pre determined ratio 62. For the lateral C spine, the original problem is caused by underexposure of the x ray beam in the C7 T2 area. The correction itself is only an adjustment in brightness 63. Thus, the term underpenetrated used by GE is yet another misnomer and very misleading If there were not some penetration of the x ray beam through this area, there would be no data in this area to recover 64. It can also confuse the student into thinking that the computer can somehow restore penetration to the image a completely false notion 65. GE s underpenetrated fx is better described as Local Brightness Correction. It has nothing to do with original beam penetration. (Actually a DRC function) 66. Changed Roles for Technique, Saving Patient Exposure 67. Changing Roles for kvp and Technique: Unlike screen film imaging, image display in digital radiography is independent of (decoupled from) image acquisition AAPM Task Group 116, 2009 Report 68. Effects on the Latent Image Vs.the Displayed Image: Everything we used to say about kvp and image contrast on a film can still be said about the subject contrast present in the remnant beam reaching the detector. In the digital age, we might consider this the latent image. By the time this information is converted into numerical data, digitized, equalized, rescaled, gradation processed, detail enhanced, noise corrected, and formatted for display, the only image quality that has not been tampered with by the computer is distortion! 69. Factors Affecting Displayed Image Contrast: 1. kvp 2. Rescaling 3. LUT applied for gradation processing 4. Reduction of local fog patterns by detail processing, 5. Windowing. Greatest impact? If kvp still controls contrast, then what do LUT s do? 70. Demo: kvp and contrast for 9 manufacturers 71. The radiologist typically begins to window the image immediately after bringing it up, according to the anatomy and the pathology to be ruled out. This renders the question of kvp and initial displayed contrast not only minor, but practically irrelevant

9 72. We must finally give up on controlling factors : When it comes to the qualities of displayed digital image, the role of the specific mas/kvp technique used is reduced to one contributing factor among many. Even though they may have been critical to making the digital image possible by ensuring adequate signal to noise ratio at the detector, stating that they control any displayed image quality adds more confusion than it alleviates 73. kvp and Mottle: Can the 15% rule be applied to reduce mas without causing significant mottle? If so, how many steps may be applied before mottle becomes significant? Study currently under way 74. At least one 15% step increase in kvp with attendant halving of mas can be applied across the board 75. Mottle Comparisons from your lab: Brightness and contrast must be equalized first 76. High kvp and Patient Dose: Starting out with a high kvp approach: Insures adequate signal penetrating through to the detector, which is critical, and Always allows some decrease in mas that results in a net savings in patient dose. To quote Dr. Hughes, Even a 10% reduction in patient dose is worth pursuing 77. High kvp Philosophy: In the digital age, to save patient dose, increases in technique should generally be made using kvp, decreases should generally be made using mas 78. Variable kvp Charts: More difficult, but worth it 79. If fixed kvp approach is used, it is still: Essential that kvp s used not fall below minimum kvp for adequate penetration for each body part, Strongly recommended that new optimum kvp s for digital equipment be adopted (a single 15% step increase from conventional techniques) 80. Issues in Applying Digital Features: 1. Understanding and use of exposure indicators 2. Dose creep 3. Latitude for radiographers in windowing and using alternate algorithms 4. Ease of surreptitiously repeating exposures 5. Resistance to change in applying high kvp tech s 6. Post annotation and legal documentation issues 7. Post collimation and other misleading concepts 8. Manufacturers use of confusing terms for various proprietary features, and focus on marketing their products rather than on patient care, (e.g. double the mas for CR ) Electronic Image Display and Quality 1. The LCD and the Nature of Pixels: Based on the polarization of light 2. Polarizing lenses use long, slender, aligned chains of iodine molecules which act as a grid. Only light waves which vibrate parallel to these chains of molecules can penetrate through Perpendicular ones are blocked 3. By placing two polarizing lenses perpendicular to each other, all light will be blocked. This arrangement is used for LCD monitor screens 4. LCD process involves tricking these layers into allowing light to pass through, by using a special material in between them which twists the light 5. This material consists of nematic liquid crystals.

10 Nematic Molecules = Have a long, thread like shape, and tend to align with each other. Liquid = able to flow around each other, even though they have crystalline structure 6. Threads of liquid crystals tend to line up with scratches on front and back electrodes (uncharged). Scratches on electrodes perpendicular to each other 7. Liquid crystals line up in spiral pattern that twists 90 degrees between the two plates Light follows the orientation of the crystals 8. Transparent conductors built into glass plates, rows in one, columns in other, act like flat shaped wires to conduct electricity. Each intersection of these constitutes a pixel 9. Normally, light twists and passes through the second polarized sheet of glass. Pixel is considered to be in on state 10. When electrical charge is applied, nematic crystals align to the charge, parallel to each other. The twisting effect is lost, light is blocked by the second polarizing filter 11. Result is dark spot in the image. When electrical charge is applied to the pixel, it is dark and considered to be shut off! Different voltages applied cause more or less twisting, resulting in various gray shades 12. To achieve adequate brightness, LCD monitors use LEDs (light emitting diodes) or fluorescent bulbs as a backlighting source. Here, a pair of thin fluorescent bulbs are mounted to the side 13. Several special filters disperse light from the side mounted fluorescent bulbs evenly across the screen 14. Rows of pixels in LCD panel form an active matrix array (AMA) 15. What really is a pixel? PIXEL = smallest screen element which can represent all gray levels (or colors) within the dynamic range of the imaging system. 16. By this definition, a single pixel on a conventional color TV screen would be considered as each triad of phosphor dots, red, yellow and blue, since combinations of these are required to cover the color spectrum 17. We are then forced to define each individual dot on the color TV as a subpixel. Some LCDs are built with a similar dot arrangement 18. In most LCDs, a single pixel actually consists of 18 individual bar like segments, three segments makes a domain, a pair of domains makes a subpixel. A pixel consists of a group of three subpixels 19. For a monochrome display, each subpixel can be treated as a separately addressed element by the computer, producing entire range of gray levels from black to white, acting as a whole pixel. We acquire 3 functional pixels in the same space that a single pixel in a color monitor requires :: 3 times higher resolution 20. LCD monitor can be visually inspected for faulty pixels and subpixels with aid of simple magnifying glass. For most LCDs, one pixel is just the size of a 12 point font period or the dot of an i. A defect smaller than this would be caused by the failure of a subpixel 21. A truly dead pixel appears as a white spot against a solid black background. A stuck pixel appears as a black spot against a solid white background. A stuck pixel is being continuously supplied with electricity

11 Time Allowing: Potpourri of Teaching Models or Display QC Potpourri: Some of my favorite models for teaching digital image production and processing: 1. Image Production: A. Visualizing Pixel Values and Detail in the Matrix: model - # digits: examples B. Illustrating Voxel Attenuation and Contrast Enhancement -Attenuation coefficients averaged throughout voxel > pixel value -Rounded by ADC to gray level # > voltage for display = Brightness -Voxels = 3D cubes for CT, but square tubes for CR & DR C. Why We Need Dels : Pixel = picture, not appropriate for physical detectors acquiring -To form dig img, info from voxels collected by dels, processed to become pixels -Dels apply to both forms of DR, Pixels to image from CR phosphor 2. Windowing: A. It has always been true that: Image brightness (or average density) can be changed without changing image contrast, and contrast (or gray scale) can be changed without changing image brightness (ave. density). They are NOT directly related. B. Wall window analogy: -Here, raising the window level, we see an overall darker image, but the range of gray shades remains equal (5, in this example) -Here, without changing the center or window level (arrow), the window width can be expanded, increasing the gray scale from 5 to 8 shades C. Controls: (CT ex): LEVEL: Controls overall or average brightness, but does NOT change the gray scale WIDTH: Lengthens the gray scale, but does NOT alter the average brightness (or average density) WL > darkness OPPOSITE Brightness WW > g scale OPP Contrast -Cut-film for window demo

Acquisition, Processing and Display

Acquisition, Processing and Display Acquisition, Processing and Display Terri L. Fauber, R.T. (R)(M) Department of Radiation Sciences School of Allied Health Professions Virginia Commonwealth University Topics Image Characteristics Image

More information

Digital radiography (DR) post processing techniques for pediatric radiology

Digital radiography (DR) post processing techniques for pediatric radiology Digital radiography (DR) post processing techniques for pediatric radiology St Jude Children s Research Hospital Samuel Brady, MS PhD DABR samuel.brady@stjude.org Purpose Review common issues and solutions

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

3/31/2011. Objectives. Emory University. Historical Development. Historical Development. Historical Development

3/31/2011. Objectives. Emory University. Historical Development. Historical Development. Historical Development Teaching Radiographic Technique in a Digital Imaging Paradigm Objectives 1. Discuss the historical development of digital imaging. Dawn Couch Moore, M.M.Sc., RT(R) Assistant Professor and Director Emory

More information

COMPUTED RADIOGRAPHY CHAPTER 4 EFFECTIVE USE OF CR

COMPUTED RADIOGRAPHY CHAPTER 4 EFFECTIVE USE OF CR This presentation is a professional collaboration of development time prepared by: Rex Christensen Terri Jurkiewicz and Diane Kawamura New Technology https://www.youtube.com/watch?v=ptkzznazb 7U COMPUTED

More information

Digital Imaging Considerations Computed Radiography

Digital Imaging Considerations Computed Radiography Digital Imaging Considerations Digital Radiography Computed Radiography o Cassette based Direct or Indirect Digital Radiography o Cassetteless Computed Radiography 1 CR Image Acquisition Most like conventional

More information

SYLLABUS. TITLE: Equipment Operation I. DEPARTMENT: Radiologic Technology

SYLLABUS. TITLE: Equipment Operation I. DEPARTMENT: Radiologic Technology CODE: RADT 156 INSTITUTE: Health Science TITLE: Equipment Operation I DEPARTMENT: Radiologic Technology COURSE DESCRIPTION: This course covers the principles of equipment operation and maintenance of radiographic

More information

2017 West Coast Educators Conference Orlando. Projection Geometry. 1. Review hierarchy of image qualities (amplified version):

2017 West Coast Educators Conference Orlando. Projection Geometry. 1. Review hierarchy of image qualities (amplified version): Spatial Resolution in the Digital Age: NOTES Quinn B. Carroll, MEd, RT 2017 West Coast Educators Conference Orlando Projection Geometry 1. Review hierarchy of image qualities (amplified version): a. Maximum

More information

CR Basics and FAQ. Overview. Historical Perspective

CR Basics and FAQ. Overview. Historical Perspective Page: 1 of 6 CR Basics and FAQ Overview Computed Radiography is a term used to describe a system that electronically records a radiographic image. Computed Radiographic systems use unique image receptors

More information

SECTION I - CHAPTER 1 DIGITAL RADIOGRAPHY: AN OVERVIEW OF THE TEXT. Exam Content Specifications 8/22/2012 RADT 3463 COMPUTERIZED IMAGING

SECTION I - CHAPTER 1 DIGITAL RADIOGRAPHY: AN OVERVIEW OF THE TEXT. Exam Content Specifications 8/22/2012 RADT 3463 COMPUTERIZED IMAGING RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 1 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 1 DIGITAL RADIOGRAPHY: AN OVERVIEW OF THE TEXT RADT 3463 COMPUTERIZED IMAGING Section I: Chapter

More information

Outline. Digital Radiography. Understanding Digital Modalities: Image Quality and Dose. Image Quality. Dose Control

Outline. Digital Radiography. Understanding Digital Modalities: Image Quality and Dose. Image Quality. Dose Control Understanding Digital Modalities: Image Quality and Dose S. Jeff Shepard, M.S. University of Texas M. D. Anderson Cancer Center Houston, Texas Special Acknowledgement: Stephen K. Thompson, M.S. William

More information

Digital radiography: Practical advantages of Digital Radiography. Practical Advantages in image quality

Digital radiography: Practical advantages of Digital Radiography. Practical Advantages in image quality Digital radiography: Digital radiography is set to become the most common form of processing radiographic images in the next 10 years. This is due to a number of practical and image quality issues. Practical

More information

Digital Imaging started in the 1972 with Digital subtraction angiography Clinical digital imaging was employed from the 1980 ~ 37 years ago Amount of

Digital Imaging started in the 1972 with Digital subtraction angiography Clinical digital imaging was employed from the 1980 ~ 37 years ago Amount of Digital Imaging started in the 1972 with Digital subtraction angiography Clinical digital imaging was employed from the 1980 ~ 37 years ago Amount of radiation to the population due to Medical Imaging

More information

Exposure Indices and Target Values in Radiography: What Are They and How Can You Use Them?

Exposure Indices and Target Values in Radiography: What Are They and How Can You Use Them? Exposure Indices and Target Values in Radiography: What Are They and How Can You Use Them? Definition and Validation of Exposure Indices Ingrid Reiser, PhD DABR Department of Radiology University of Chicago

More information

Outline ASRT Changes Impact on current curriculum Potential new courses WECM Changes Last update Resources and needs

Outline ASRT Changes Impact on current curriculum Potential new courses WECM Changes Last update Resources and needs Change nd Annual Blinn College 2 nd Educator s Workshop For Radiologic Sciences July 28, 2007 Christi Carter, MSRS, RT(R) Outline ASRT Changes Impact on current curriculum Potential new courses WECM Changes

More information

A Practical Overview of the Clinical and Operational Impact of Computed Radiography(CR) Implementations. Shirley Weddle, RT(R)(M), CIIP, BBA

A Practical Overview of the Clinical and Operational Impact of Computed Radiography(CR) Implementations. Shirley Weddle, RT(R)(M), CIIP, BBA A Practical Overview of the Clinical and Operational Impact of Computed Radiography(CR) Implementations Shirley Weddle, RT(R)(M), CIIP, BBA OBJECTIVES Define Computed Radiography (CR) Discuss CR vendor

More information

10/3/2012. Study Harder

10/3/2012. Study Harder This presentation is a professional collaboration of development time prepared by: Rex Christensen Terri Jurkiewicz and Diane Kawamura Study Harder CR detection is inefficient, inferior to film screen

More information

X-ray Imaging. PHYS Lecture. Carlos Vinhais. Departamento de Física Instituto Superior de Engenharia do Porto

X-ray Imaging. PHYS Lecture. Carlos Vinhais. Departamento de Física Instituto Superior de Engenharia do Porto X-ray Imaging PHYS Lecture Carlos Vinhais Departamento de Física Instituto Superior de Engenharia do Porto cav@isep.ipp.pt Overview Projection Radiography Anode Angle Focal Spot Magnification Blurring

More information

Image Display and Perception

Image Display and Perception Image Display and Perception J. Anthony Seibert, Ph.D. Department of Radiology UC Davis Medical Center Sacramento, California, USA Image acquisition, display, & interpretation X-rays kvp mas Tube filtration

More information

Multiple Choice Identify the letter of the choice that best completes the statement or answers the question.

Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. RA110 test 3 Multiple Choice Identify the letter of the choice that best completes the statement or answers the question. 1. An object 35 cm in width is radiographed at 100 cm SID and at a 50 cm SOD. What

More information

- KiloVoltage. Technique 101: Getting Back to Basics

- KiloVoltage. Technique 101: Getting Back to Basics Why do I need to know technique? Technique 101: Getting Back to Basics Presented by: Thomas G. Sandridge, M.S., M.Ed., R.T.(R) Program Director Northwestern Memorial Hospital School of Radiography Chicago,

More information

10/26/2015. Study Harder

10/26/2015. Study Harder This presentation is a professional collaboration of development time prepared by: Rex Christensen Terri Jurkiewicz and Diane Kawamura Study Harder CR detection is inefficient, inferior to film screen

More information

RAD 150 RADIOLOGIC EXPOSURE TECHNIQUE II

RAD 150 RADIOLOGIC EXPOSURE TECHNIQUE II RAD 150 RADIOLOGIC EXPOSURE TECHNIQUE II APPROVED 12/O2/2011 EFFECTIVE SPRING 2013-14 Prefix & Number RAD 150 Course Title: Radiologic Exposure Technique II & Lab Purpose of this submission: New Change/Updated

More information

of sufficient quality and quantity

of sufficient quality and quantity of sufficient quality and quantity The patient s body attenuates the beam as it passes though the body More energy is deposited in organs located near the entry of the beam than near the exit of the beam

More information

Visibility of Detail

Visibility of Detail Visibility of Detail Radiographic Quality Quality radiographic images represents the, and information is for diagnosis. The of the anatomic structures and the accuracy of their ( ) determine the overall

More information

Essentials of Digital Imaging

Essentials of Digital Imaging Essentials of Digital Imaging Module 2 Transcript 2016 ASRT. All rights reserved. Essentials of Digital Imaging Module 2 Processing 1. ASRT Animation 2. Welcome Welcome to Essentials of Digital Imaging

More information

Introduction. Chapter 16 Diagnostic Radiology. Primary radiological image. Primary radiological image

Introduction. Chapter 16 Diagnostic Radiology. Primary radiological image. Primary radiological image Introduction Chapter 16 Diagnostic Radiology Radiation Dosimetry I Text: H.E Johns and J.R. Cunningham, The physics of radiology, 4 th ed. http://www.utoledo.edu/med/depts/radther In diagnostic radiology

More information

Teaching Digital Radiography and Fluoroscopic Radiation Protection

Teaching Digital Radiography and Fluoroscopic Radiation Protection Teaching Digital Radiography and Fluoroscopic Radiation Protection WCEC 20 th Student Educator Radiographer Conference Dennis Bowman, RT(R), CRT (R)(F) Community Hospital of the Monterey Peninsula (CHOMP)

More information

A Short History of Using Cameras for Weld Monitoring

A Short History of Using Cameras for Weld Monitoring A Short History of Using Cameras for Weld Monitoring 2 Background Ever since the development of automated welding, operators have needed to be able to monitor the process to ensure that all parameters

More information

Radionuclide Imaging MII Single Photon Emission Computed Tomography (SPECT)

Radionuclide Imaging MII Single Photon Emission Computed Tomography (SPECT) Radionuclide Imaging MII 3073 Single Photon Emission Computed Tomography (SPECT) Single Photon Emission Computed Tomography (SPECT) The successful application of computer algorithms to x-ray imaging in

More information

PERFORMANCE CHARACTERIZATION OF AMORPHOUS SILICON DIGITAL DETECTOR ARRAYS FOR GAMMA RADIOGRAPHY

PERFORMANCE CHARACTERIZATION OF AMORPHOUS SILICON DIGITAL DETECTOR ARRAYS FOR GAMMA RADIOGRAPHY 12 th A-PCNDT 2006 Asia-Pacific Conference on NDT, 5 th 10 th Nov 2006, Auckland, New Zealand PERFORMANCE CHARACTERIZATION OF AMORPHOUS SILICON DIGITAL DETECTOR ARRAYS FOR GAMMA RADIOGRAPHY Rajashekar

More information

Exposure System Selection

Exposure System Selection Principles of Imaging Science II (RAD120) Exposure Systems Exposure System Selection Radiographic exposure is a very complex process Best technique systems manipulate one variable while holding others

More information

Essentials of Digital Imaging

Essentials of Digital Imaging Essentials of Digital Imaging Module 4 Transcript 2016 ASRT. All rights reserved. Essentials of Digital Imaging Module 4 Image Analysis 1. ASRT Animation 2. Welcome Welcome to Essentials of Digital Imaging:

More information

A Comprehensive Review of Image Production

A Comprehensive Review of Image Production A Comprehensive Review of Image Production Presented by: John Fleming, M.Ed., RT(R)(MR)(CT) St. Petersburg College Office: (727) 341-3758 E-mail: flemingj@spcollege.edu Lesson Objectives: ARRT Content

More information

RADIOGRAPHIC EXPOSURE

RADIOGRAPHIC EXPOSURE RADIOGRAPHIC EXPOSURE Receptor Exposure Receptor Exposure the that interacts with the receptor. Computed Radiography ( ) requires a. Direct Digital Radiography (DR) requires a. Exposure Indicators Exposure

More information

Essentials of Digital Imaging

Essentials of Digital Imaging Essentials of Digital Imaging Module 1 Transcript 2016 ASRT. All rights reserved. Essentials of Digital Imaging Module 1 Fundamentals 1. ASRT Animation 2. Welcome Welcome to Essentials of Digital Imaging

More information

COMPUTED RADIOGRAPHY (CR)

COMPUTED RADIOGRAPHY (CR) COMPUTED RADIOGRAPHY (CR) Moving with the time Avi Avner BVSc BSc CVR DVDI MRCVS CR-Basics A five step process: 1. X-ray image received on phosphor plate 2. Image extracted from phosphor plate by Laser

More information

The Evaluation of Collimator Alignment of Diagnostic X-ray Tube Using Computed Radiography System

The Evaluation of Collimator Alignment of Diagnostic X-ray Tube Using Computed Radiography System The Evaluation of Collimator Alignment of Diagnostic X-ray Tube Using Computed Radiography System The Evaluation of Collimator Alignment of Diagnostic X-ray Tube Using Computed Radiography System Manus

More information

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering

CoE4TN4 Image Processing. Chapter 3: Intensity Transformation and Spatial Filtering CoE4TN4 Image Processing Chapter 3: Intensity Transformation and Spatial Filtering Image Enhancement Enhancement techniques: to process an image so that the result is more suitable than the original image

More information

RADIOGRAPHY TERMS TO KNOW SELF STUDY DENTALELLE TUTORING

RADIOGRAPHY TERMS TO KNOW SELF STUDY DENTALELLE TUTORING RADIOGRAPHY TERMS TO KNOW SELF STUDY DENTALELLE TUTORING PLEASE NOTE You DO NOT need to study these for the board exam if this is why you bought our Radiography course, however if you come across any terms

More information

Do you have any other questions? Please call us at (Toll Free) or , or

Do you have any other questions? Please call us at (Toll Free) or , or INSTRUCTIONS Read the appropriate course/ textbook. This is an open book test. A score of 75% or higher is needed to receive CE credit. You will have a maximum of three attempts to pass this course. Please

More information

Beam-Restricting Devices

Beam-Restricting Devices Beam-Restricting Devices Three factors contribute to an increase in scatter radiation: Increased kvp Increased Field Size Increased Patient or Body Part Size. X-ray Interactions a some interact with the

More information

Examination of Pipe Welds by Image Plate Based Computed Radiography System

Examination of Pipe Welds by Image Plate Based Computed Radiography System Examination of Pipe Welds by Image Plate Based Computed Radiography System Sanjoy Das, M.S.Rana, Benny Sebastian, D. Mukherjee and K.K. Abdulla Atomic Fuels Division Bhabha Atomic Research Centre Mumbai

More information

LECTURE 1 The Radiographic Image

LECTURE 1 The Radiographic Image LECTURE 1 The Radiographic Image Prepared by:- KAMARUL AMIN ABDULLAH @ ABU BAKAR UiTM Faculty of Health Sciences Medical Imaging Department 11/23/2011 KAMARUL AMIN (C) 1 Lesson Objectives At the end of

More information

Current technology in digital image production (CR/DR and other modalities) Jaroonroj Wongnil 25 Mar 2016

Current technology in digital image production (CR/DR and other modalities) Jaroonroj Wongnil 25 Mar 2016 Current technology in digital image production (CR/DR and other modalities) Jaroonroj Wongnil 25 Mar 2016 Current technology in digital image production (CR/DR and other modalities) 2/ Overview Digital

More information

2217 US Highway 70 East Garner, NC Main: Fax:

2217 US Highway 70 East Garner, NC Main: Fax: Viztek is committed to providing the highest image quality possible in our CR & DR product lines. There are several factors that directly affect the overall quality of CR & DR based images. The eposure

More information

Color and More. Color basics

Color and More. Color basics Color and More In this lesson, you'll evaluate an image in terms of its overall tonal range (lightness, darkness, and contrast), its overall balance of color, and its overall appearance for areas that

More information

I. PERFORMANCE OF X-RAY PRODUCTION COMPONENTS FLUOROSCOPIC ACCEPTANCE TESTING: TEST PROCEDURES & PERFORMANCE CRITERIA

I. PERFORMANCE OF X-RAY PRODUCTION COMPONENTS FLUOROSCOPIC ACCEPTANCE TESTING: TEST PROCEDURES & PERFORMANCE CRITERIA FLUOROSCOPIC ACCEPTANCE TESTING: TEST PROCEDURES & PERFORMANCE CRITERIA EDWARD L. NICKOLOFF DEPARTMENT OF RADIOLOGY COLUMBIA UNIVERSITY NEW YORK, NY ACCEPTANCE TESTING GOALS PRIOR TO 1st CLINICAL USAGE

More information

Image Enhancement in Spatial Domain

Image Enhancement in Spatial Domain Image Enhancement in Spatial Domain 2 Image enhancement is a process, rather a preprocessing step, through which an original image is made suitable for a specific application. The application scenarios

More information

CPSC 4040/6040 Computer Graphics Images. Joshua Levine

CPSC 4040/6040 Computer Graphics Images. Joshua Levine CPSC 4040/6040 Computer Graphics Images Joshua Levine levinej@clemson.edu Lecture 04 Displays and Optics Sept. 1, 2015 Slide Credits: Kenny A. Hunt Don House Torsten Möller Hanspeter Pfister Agenda Open

More information

TESTING FLAT-PANEL IMAGING SYSTEMS: What the Medical Physicist Needs to Know. JAMES A. TOMLINSON, M.S., D.A.B.R. Diagnostic Radiological Physicist

TESTING FLAT-PANEL IMAGING SYSTEMS: What the Medical Physicist Needs to Know. JAMES A. TOMLINSON, M.S., D.A.B.R. Diagnostic Radiological Physicist TESTING FLAT-PANEL IMAGING SYSTEMS: What the Medical Physicist Needs to Know JAMES A. TOMLINSON, M.S., D.A.B.R. Diagnostic Radiological Physicist Topics Image Uniformity and Artifacts Image Quality - Detail

More information

Essentials of Digital Imaging

Essentials of Digital Imaging Essentials of Digital Imaging Module 7 Transcript 2016 ASRT. All rights reserved. Essentials of Digital Imaging Module 7 Quality 1. ASRT Animation 2. Welcome Welcome to the Essentials of Digital Imaging:

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Lecture # 5 Image Enhancement in Spatial Domain- I ALI JAVED Lecturer SOFTWARE ENGINEERING DEPARTMENT U.E.T TAXILA Email:: ali.javed@uettaxila.edu.pk Office Room #:: 7 Presentation

More information

CT Basics: Data Acquisition Module 3

CT Basics: Data Acquisition Module 3 Module 3 Transcript For educational and institutional use. This transcript is licensed for noncommercial, educational inhouse or online educational course use only in educational and corporate institutions.

More information

Radiology Physics Lectures: Digital Radiography. Digital Radiography. D. J. Hall, Ph.D. x20893

Radiology Physics Lectures: Digital Radiography. Digital Radiography. D. J. Hall, Ph.D. x20893 Digital Radiography D. J. Hall, Ph.D. x20893 djhall@ucsd.edu Background Common Digital Modalities Digital Chest Radiograph - 4096 x 4096 x 12 bit CT - 512 x 512 x 12 bit SPECT - 128 x 128 x 8 bit MRI -

More information

New Exposure Indicators for Digital Radiography Simplified for Radiologists and Technologists

New Exposure Indicators for Digital Radiography Simplified for Radiologists and Technologists Medical Physics and Informatics Technical Innovation Don et al. New Simplified Exposure Indicators Medical Physics and Informatics Technical Innovation Steven Don 1 ruce R. Whiting 2 Lois Jo Rutz 3 ruce

More information

Digital Radiography : Flat Panel

Digital Radiography : Flat Panel Digital Radiography : Flat Panel Flat panels performances & operation How does it work? - what is a sensor? - ideal sensor Flat panels limits and solutions - offset calibration - gain calibration - non

More information

Machinery HDR Effects 3

Machinery HDR Effects 3 1 Machinery HDR Effects 3 MACHINERY HDR is a photo editor that utilizes HDR technology. You do not need to be an expert to achieve dazzling effects even from a single image saved in JPG format! MACHINERY

More information

4. Contrast is the. There must The function of contrast is to:. The types of contrast are.

4. Contrast is the. There must The function of contrast is to:. The types of contrast are. RADIOGRAPHIC VISIBILITY OF DETAIL STUDY QUESTIONS 1. What is visibility of detail? It is controlled by properties. What are the two factors that affect it? 2. What is sharpness of detail? It is controlled

More information

This histogram represents the +½ stop exposure from the bracket illustrated on the first page.

This histogram represents the +½ stop exposure from the bracket illustrated on the first page. Washtenaw Community College Digital M edia Arts Photo http://courses.wccnet.edu/~donw Don W erthm ann GM300BB 973-3586 donw@wccnet.edu Exposure Strategies for Digital Capture Regardless of the media choice

More information

ImageEd: Technical Overview

ImageEd: Technical Overview Purpose of this document ImageEd: Technical Overview This paper is meant to provide insight into the features where the ImageEd software differs from other -editing programs. The treatment is more technical

More information

Objective Evaluation of Radiographic Contrast- Enhancement Masks

Objective Evaluation of Radiographic Contrast- Enhancement Masks Chapter 8 Objective Evaluation of Radiographic Contrast- Enhancement Masks The development and application of radiographic contrast-enhancement masks (RCMs) in digital radiography (DR) were discussed in

More information

Evaluation of a quality control phantom for digital chest radiography

Evaluation of a quality control phantom for digital chest radiography JOURNAL OF APPLIED CLINICAL MEDICAL PHYSICS, VOLUME 2, NUMBER 2, SPRING 2001 Evaluation of a quality control phantom for digital chest radiography Eugene Mah* Department of Radiology, Medical University

More information

CONTRASTING VIEWS DIGITAL VS CONVENTIONAL RADIOGRAPHY

CONTRASTING VIEWS DIGITAL VS CONVENTIONAL RADIOGRAPHY Vet Times The website for the veterinary profession https://www.vettimes.co.uk CONTRASTING VIEWS DIGITAL VS CONVENTIONAL RADIOGRAPHY Author : PETRA AGTHE Categories : Vets Date : April 7, 2008 PETRA AGTHE

More information

Small Animal Radiographic Techniques and Positioning COPYRIGHTED MATERIAL

Small Animal Radiographic Techniques and Positioning COPYRIGHTED MATERIAL Small Animal Radiographic Techniques and Positioning COPYRIGHTED MATERIAL Section 1 Theory and Equipment 1 Introduction to Digital Imaging Small animal radiography has changed dramatically in the past

More information

Mammography: Physics of Imaging

Mammography: Physics of Imaging Mammography: Physics of Imaging Robert G. Gould, Sc.D. Professor and Vice Chair Department of Radiology and Biomedical Imaging University of California San Francisco, California Mammographic Imaging: Uniqueness

More information

DISC QC/QA Program for Digital Imaging Systems using the DR Radchex Plus Meter

DISC QC/QA Program for Digital Imaging Systems using the DR Radchex Plus Meter DISC QC/QA Program for Digital Imaging Systems using the DR Radchex Plus Meter Revision Date: January 5th, 2017 www.disc-imaging.com Table of Contents Section A: Preliminary Setup Requirements... 4 Tools

More information

THE ART OF THE IMAGE: IDENTIFICATION AND REMEDIATION OF IMAGE ARTIFACTS IN MAMMOGRAPHY

THE ART OF THE IMAGE: IDENTIFICATION AND REMEDIATION OF IMAGE ARTIFACTS IN MAMMOGRAPHY THE ART OF THE IMAGE: IDENTIFICATION AND REMEDIATION OF IMAGE ARTIFACTS IN MAMMOGRAPHY William Geiser, MS DABR Senior Medical Physicist MD Anderson Cancer Center Houston, Texas wgeiser@mdanderson.org INTRODUCTION

More information

X-RAYS - NO UNAUTHORISED ENTRY

X-RAYS - NO UNAUTHORISED ENTRY Licencing of premises Premises Refer Guidelines A radiation warning sign and warning notice, X-RAYS - NO UNAUTHORISED ENTRY must be displayed at all entrances leading to the rooms where x-ray units are

More information

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING PRESENTED BY S PRADEEP K SUNIL KUMAR III BTECH-II SEM, III BTECH-II SEM, C.S.E. C.S.E. pradeep585singana@gmail.com sunilkumar5b9@gmail.com CONTACT:

More information

Safelight Fog does what to contrast and density on film?

Safelight Fog does what to contrast and density on film? Terri Jurkiewicz Safelight Fog does what to contrast and density on film? ANSWER INCREASES DENSITY DECREASES CONTRAST Explain how you determine if the focal spot size is within appropriate limits.

More information

While digital techniques have the potential to reduce patient doses, they also have the potential to significantly increase them.

While digital techniques have the potential to reduce patient doses, they also have the potential to significantly increase them. In press 2004 1 2 Guest Editorial (F. Mettler, H. Ringertz and E. Vano) Guest Editorial (F. Mettler, H. Ringertz and E. Vano) Digital radiology An appropriate analogy that is easy for most people to understand

More information

Essentials of Digital Imaging

Essentials of Digital Imaging Essentials of Digital Imaging Module 6 Transcript 2016 ASRT. All rights reserved. Essentials of Digital Imaging Module 6 Dose Reduction and Patient Safety 1. ASRT Animation 2. Welcome Welcome to Essentials

More information

Image Quality Artifacts in Digital Imaging

Image Quality Artifacts in Digital Imaging MAHIDOL UNIVERSITY Wisdom of the Land Image Quality Artifacts in Digital Imaging Napapong Pongnapang, Ph.D. Department of Radiological Technology Faculty of Medical Technology Mahidol University, Bangkok,

More information

The Unique Role of Lucis Differential Hysteresis Processing (DHP) in Digital Image Enhancement

The Unique Role of Lucis Differential Hysteresis Processing (DHP) in Digital Image Enhancement The Unique Role of Lucis Differential Hysteresis Processing (DHP) in Digital Image Enhancement Brian Matsumoto, Ph.D. Irene L. Hale, Ph.D. Imaging Resource Consultants and Research Biologists, University

More information

Photomultiplier Tube

Photomultiplier Tube Nuclear Medicine Uses a device known as a Gamma Camera. Also known as a Scintillation or Anger Camera. Detects the release of gamma rays from Radionuclide. The radionuclide can be injected, inhaled or

More information

Ask EuroSafe Imaging Tips & Tricks. Paediatric Imaging Working Group. Dose Management in Digital Radiography

Ask EuroSafe Imaging Tips & Tricks. Paediatric Imaging Working Group. Dose Management in Digital Radiography Ask EuroSafe Imaging Tips & Tricks Paediatric Imaging Working Group Dose Management in Digital Radiography Raija Seuri (HUS Medical Imaging Center, FI) Cristina Almeida (Centro Hospitalar de Lisboa Central,

More information

Home Search Gallery How-To Books Links Workshops About Contact The Zone System 2006 KenRockwell.com INTRODUCTION Zones are levels of light and dark. A Zone System is a system by which you understand and

More information

Features and Weaknesses of Phantoms for CR/DR System Testing

Features and Weaknesses of Phantoms for CR/DR System Testing Physics testing of image detectors Parameters to test Features and Weaknesses of Phantoms for CR/DR System Testing Spatial resolution Contrast resolution Uniformity/geometric distortion Dose response/signal

More information

7/24/2014. Image Quality for the Radiation Oncology Physicist: Review of the Fundamentals and Implementation. Disclosures. Outline

7/24/2014. Image Quality for the Radiation Oncology Physicist: Review of the Fundamentals and Implementation. Disclosures. Outline Image Quality for the Radiation Oncology Physicist: Review of the Fundamentals and Implementation Image Quality Review I: Basics and Image Quality TH-A-16A-1 Thursday 7:30AM - 9:30AM Room: 16A J. Anthony

More information

Acceptance Testing of a Digital Breast Tomosynthesis Unit

Acceptance Testing of a Digital Breast Tomosynthesis Unit Acceptance Testing of a Digital Breast Tomosynthesis Unit 2012 AAPM Spring Clinical Meeting Jessica Clements, M.S., DABR Objectives Review of technology and clinical advantages Acceptance Testing Procedures

More information

9/10/2012. Computed Radiography Chapter 3 Physics and Technology. What is Computed Radiography?

9/10/2012. Computed Radiography Chapter 3 Physics and Technology. What is Computed Radiography? Computed Radiography Chapter 3 Physics and Technology This presentation is a professional collaboration of development time prepared by: Rex Christensen Terri Jurkiewicz and Diane Kawamura Today s Humor:

More information

STUDENT REVIEW QUESTION SET K CR/DR CONTENT AREA

STUDENT REVIEW QUESTION SET K CR/DR CONTENT AREA STUDENT REVIEW QUESTION SET K CR/DR CONTENT AREA RADT 2913 COMPREHENSIVE REVIEW 1 The CR cassette is backed by aluminum that: A. reflects x-rays B. absorbs x-rays C. captures the image D. transmits x-rays

More information

Maximizing clinical outcomes

Maximizing clinical outcomes Maximizing clinical outcomes Digital Tomosynthesis Dual Energy Subtraction Automated Long Length Imaging Improved image quality at a low dose Xray Xray Patented ISS capture technology promotes high sensitivity

More information

Veterinary Science Preparatory Training for the Veterinary Assistant. Floron C. Faries, Jr., DVM, MS

Veterinary Science Preparatory Training for the Veterinary Assistant. Floron C. Faries, Jr., DVM, MS Veterinary Science Preparatory Training for the Veterinary Assistant Floron C. Faries, Jr., DVM, MS Radiology Floron C. Faries, Jr., DVM, MS Objectives Determine the appropriate machine settings for making

More information

Film Replacement in Radiographic Weld Inspection The New ISO Standard

Film Replacement in Radiographic Weld Inspection The New ISO Standard BAM Berlin Film Replacement in Radiographic Weld Inspection The New ISO Standard 17636-2 Uwe Ewert, Uwe Zscherpel, Mirko Jechow Requests and information to: uwez@bam.de 1 Outline - The 3 essential parameters

More information

Seminar 8. Radiology S8 1

Seminar 8. Radiology S8 1 Seminar 8 Radiology Medical imaging. X-ray image formation. Energizing and controlling the X-ray tube. Image detectors. The acquisition of analog and digital images. Digital image processing. Selected

More information

Ludlum Medical Physics

Ludlum Medical Physics Ludlum Medical Physics Medical Imaging Radiology QA Test Tools NEW LUDLUM PRODUCT LINE Medical Physics Products Medical Physics Products What are they? Products used to measure radiation output and to

More information

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

Quality Control for Stereotactic Breast Biopsy. Robert J. Pizzutiello, Jr., F.A.C.M.P. Upstate Medical Physics, Inc

Quality Control for Stereotactic Breast Biopsy. Robert J. Pizzutiello, Jr., F.A.C.M.P. Upstate Medical Physics, Inc Quality Control for Stereotactic Breast Biopsy Robert J. Pizzutiello, Jr., F.A.C.M.P. Upstate Medical Physics, Inc. 716-924-0350 Methods of Imaging Guided Breast Biopsy Ultrasound guided, hand-held needle

More information

LCD DISPLAY TECHNOLOGY. Digital Images and Pixels

LCD DISPLAY TECHNOLOGY. Digital Images and Pixels LCD DISPLAY Figures are courtesy of 3M TECHNOLOGY Modified'by' Asst.Prof.Dr.'Surin'Ki6tornkun' Computer'Engineering,'KMITL' 1 Digital Images and Pixels A digital image is a binary (digital) representation

More information

Y11-DR Digital Radiography (DR) Image Quality

Y11-DR Digital Radiography (DR) Image Quality Y11-DR Digital Radiography (DR) Image Quality Image quality is stressed for all systems in Safety Code 35. In the relevant sections Health Canada s advice is the manufacturer s recommended test procedures

More information

Welcome to your selected S.T.A.R.S. developed continuing education home study!

Welcome to your selected S.T.A.R.S. developed continuing education home study! 9.5 Dear GXMO/LSO/LSR participant, Welcome to your selected S.T.A.R.S. developed continuing education home study! In the spring of 2013, The Ohio Department of Health (ODH) approved ALL of them for GXMO

More information

X-RAY IMAGING EE 472 F2017. Prof. Yasser Mostafa Kadah

X-RAY IMAGING EE 472 F2017. Prof. Yasser Mostafa Kadah X-RAY IMAGING EE 472 F2017 Prof. Yasser Mostafa Kadah www.k-space.org Recommended Textbook Stewart C. Bushong, Radiologic Science for Technologists: Physics, Biology, and Protection, 10 th ed., Mosby,

More information

Disclosures. Outline 7/31/2017. Current Implementation Status of IEC Standard : Exposure Index (EI) for Digital Radiography

Disclosures. Outline 7/31/2017. Current Implementation Status of IEC Standard : Exposure Index (EI) for Digital Radiography Current Implementation Status of IEC Standard 62494-1: Exposure Index (EI) for Digital Radiography July 31, 2017 Ryan Fisher, PhD, DABR Katie Hulme, MS, DABR None Disclosures Outline Review of IEC Standard

More information

A True Innovation in Non-Destructive Testing System FUJIFILM COMPUTED RADIOGRAPHY. Series 4 CR

A True Innovation in Non-Destructive Testing System FUJIFILM COMPUTED RADIOGRAPHY. Series 4 CR A True Innovation in Non-Destructive Testing System FUJIFILM COMPUTED RADIOGRAPHY Series 4 CR Fujifilm, the absolute pioneer in digitized medical X-ray imaging advanced into the industrial inspection field

More information

What is an image? Bernd Girod: EE368 Digital Image Processing Pixel Operations no. 1. A digital image can be written as a matrix

What is an image? Bernd Girod: EE368 Digital Image Processing Pixel Operations no. 1. A digital image can be written as a matrix What is an image? Definition: An image is a 2-dimensional light intensity function, f(x,y), where x and y are spatial coordinates, and f at (x,y) is related to the brightness of the image at that point.

More information

1. Carlton, Richard R., and Arlene M. Adler. Principles of Radiographic Imaging: An Art and a Science, 5th edition (2013).

1. Carlton, Richard R., and Arlene M. Adler. Principles of Radiographic Imaging: An Art and a Science, 5th edition (2013). CODE: RADT 151 INSTITUTE: Health Science TITLE: Radiographic Exposure DEPARTMENT: Radiologic Technology COURSE DESCRIPTION: This course covers the principles of radiographic exposure selection and manipulation

More information

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter Dr.K.Meenakshi Sundaram 1, D.Sasikala 2, P.Aarthi Rani 3 Associate Professor, Department of Computer Science, Erode Arts and Science

More information

DELWORKS DR MEDICAL. take the next step

DELWORKS DR MEDICAL. take the next step DELWORKS DR MEDICAL take the next step DELWORKS MEDICAL DR If you are thinking of taking the next step to digital radiography, consider a DelWorks Medical DR Retrofit Package, the easy and affordable way

More information