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. Notice : brew install php70

    To enable PHP in Apache add the following to httpd.conf and restart Apache: LoadModule php7_module  ...

  2. taotao用户登录springMVC拦截器的实现

    在springMVC中写拦截器,只需要两步: 一.写 java 拦截器类,实现 interceptor 拦截器接口. 二.在 springMVC 的xml配置文件中,配置我们创建的拦截器对象及其拦截目 ...

  3. codeforces 110E Lucky Tree

    传送门:https://codeforces.com/contest/110/problem/E 题意:给你一颗树,节点与节点之间的边有一个边权,定义只由4和7组成的数字是幸运数字,现在要你求一共有多 ...

  4. HDU1859 最小长方形 (水

    最小长方形 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submi ...

  5. 上海GDG活动有感

    本周参加了场上海的GDG活动.本次活动的主办方 先介绍一下: GDG Shanghai 上海GDG(Google开发者社区,以前是GTUG, Google技术用户组) ,众所周知,Google的搜索引 ...

  6. 在xml文件中引入带有@Configuration的Java类

    在xml引入带有@Configuration的Java类,就是把这个带有@Configuration的Java类,当做一个普通的的类用<bean>标签引入: 核心代码如下: @Config ...

  7. Linux重定向: > 和 &> 区别

    总结:>只能将正常信息重定向 &>可以将错误信息或者普通信息都重定向输出(下面是实测) [root@Dev_yang shellScript]# lll -bash: lll: c ...

  8. ansible 部署jdk

    playbook 剧本如下 [root@sz_fy_virt_encrypt_33_239 x]# cat jdk.yml - hosts: web remote_user: opsadmin bec ...

  9. JAVASCRIPT和JSP计算闰年

    0x01:JAVASCRIPT 实现 <h1 align="left">求闰年</h1> 开始年份: <input type="text&q ...

  10. IDEA无法编译java8的lambda表达式提示Error:(16, 48) java: -source 1.5 中不支持 lambda 表达式

    在idea中新建了一个java8的项目,但是写lambda表达式提示语法错误,提示如下错误信息: Error:(16, 48) java: -source 1.5 中不支持 lambda 表达式 (请 ...