Influence of the phantom shape (slab, cylinder or Alderson) on the performance of an Hp(3) eye dosemeter

 

Abstract

In the past, the operational quantity Hp(3) was defined for calibration purposes in a slab phantom. Recently, an additional phantom in the form of a cylinder has been suggested for eye lens dosimetry, as a cylinder much better approximates the shape of a human head. Therefore, this work investigates which of the two phantoms, slab or cylinder, is more suitable for calibrations and type tests of eye dosemeters. For that purpose, a typical Hp(3) eye dosemeter was irradiated on a slab, a cylinder and on a human-like Alderson phantom(阿尔德森(Alderson) 放射治疗体模). It turned out that the response on the three phantoms is nearly equal for angles of radiation incidence up to 45° and deviates only at larger angles of incidence. Thus, calibrations (usually performed at 0° radiation incidence) are practically equivalent on both the slab and the cylinder phantoms. However, type tests (up to 75° or even 90° radiation incidence) should be carried out on a cylinder phantom, as also for large angles of incidence the response on the cylinder and the Alderson phantoms is rather similar, whereas the response on the slab significantly deviates from the one on the Alderson phantom.

本文是对运行使用量——眼晶体个人剂量的定值的讲述。说了传统的平板体模是过去用来校准眼晶体个人剂量的,但是最近圆柱形体模被推荐用来眼晶体剂量的定值。原因是圆柱形更好的近似了人体的头部。文章使用了一种眼晶体剂量计和三种体模在辐射场中进行测试。

结果表明,在0度到45度范围内,三者相差不大。在大角度情况下,圆柱形体模和仿真人体模型差别还是最小的,但是平板体摸显然差别很大。

通过文章的结果,我们可以推断,大角度的角响应,平板体摸已经不能满足要求。因此圆柱形体模是必须的。但是尺寸如何确定,是不是要多算一些不同尺寸,或者加工生产不同尺寸,来进行试验测试,从而挑选出合理的尺寸来。当然着一些之前先要计算时经济合理的方案。

RPD Volume 168 Issue 4 March 2016 评论2的更多相关文章

  1. RPD Volume 168 Issue 4 March 2016 评论7-end

    Shielding activation of petawatt laser facilities in Romania: a FLUKA preliminary evaluation   Abstr ...

  2. RPD Volume 168 Issue 4 March 2016 评论6

    Natural variation of ambient dose rate in the air of Izu-Oshima Island after the Fukushima Daiichi N ...

  3. RPD Volume 168 Issue 4 March 2016 评论5

    Monte Carlo simulation of secondary radiation exposure from high-energy photon therapy using an anth ...

  4. RPD Volume 168 Issue 4 March 2016 评论4

    Non-vascular interventional procedures: effective dose to patient and equivalent dose to abdominal o ...

  5. RPD Volume 168 Issue 4 March 2016 评论3

    Design and fabrication of a multipurpose thyroid phantom for medical dosimetry and calibration   Abs ...

  6. RPD Volume 168 Issue 4 March 2016 评论1

    GEANT4 calculations of neutron dose in radiation protection using a homogeneous phantom and a Chines ...

  7. RPD Volume 172 Issue 1-3 December 2016 评论02

    Introduction to the special issue of Radiation Protection Dosimetry This special issue is a collecti ...

  8. RPD Volume 172 Issue 1-3 December 2016 评论04 end

    这一篇作为本期的结束是因为发现后面的一些基本上也是EPR有关的会议内容, Contribution of Harold M. Swartz to In VivoEPR and EPR Dosimetr ...

  9. RPD Volume 172 Issue 1-3 December 2016 评论03

    Using Stable Free Radicals to Obtain Unique and Clinically Useful Data In Vivo in Human Subjects Abs ...

随机推荐

  1. 【ZJ选讲·字符串折叠】

    给一个字符串(len<=100) 把这个字符串折叠(就是压缩) 记 X(子串) 表示重复 X次该子串 比如 3(orz)  orzorzorz  来点神奇例子: AAAAAAAAAA ...

  2. 一个简易的Python全站抓取系统

    很长时间没有更新博客了,前一阵时间在做项目,里面有一个爬虫系统,然后就从里面整理了一点代码做成了一个简易的爬虫系统,还挺实用的. 简单说来,这个爬虫系统的功能就是:给定初始的链接池,然后设定一些参数, ...

  3. Codeforces Round #520 (Div. 2) C. Banh-mi

    C. Banh-mi time limit per test:1 second memory limit per test:256 megabytes 题目链接:https://codeforc.es ...

  4. 获取oracle当前系统设置了哪些事件

    ALTER SESSION SET EVENTS '10046 trace name context forever,level 12' 会话已更改. DECLARE EVENT_LEVEL NUMB ...

  5. iebackground+icon图标兼容

    <!DOCTYPE > <html> <head> <title>zepto</title> <meta name="nam ...

  6. java 身份证15位转18位

    /** * 根据身份证号获取性别 * * @param pid * 身份证号 * @return 性别 F为女M为男 */ public static String getSexByPid(Strin ...

  7. 2、Distributed Optimization

    一.目录: Distributed dynamic programming (as applied to path-planning problems). Distributed solutions ...

  8. Lesson 2

    周末重新学习了一下java,有了些新的体会 1.关于jdk, jre,and  JVM: Jdk: java development kit,面向开发人员的java开发工具包 Jre:java run ...

  9. mongodb的数据库操作

    1.创建数据库 语法 MongoDB 创建数据库的语法格式如下: use DATABASE_NAME 如果数据库不存在,则创建数据库,否则切换到指定数据库. 1.创建数据库 > show dbs ...

  10. 【Sqlite3】SQLITE3使用总结(转)

    原文转自 https://www.cnblogs.com/wenxp2006/archive/2012/06/04/2535169.html SQL语句操作 介绍如何用sqlite 执行标准 sql  ...