The Monte Carlo simulation framework of the ASTRO-H X-ray observatory

Size: px
Start display at page:

Download "The Monte Carlo simulation framework of the ASTRO-H X-ray observatory"

Transcription

1 The Monte Carlo simulation framework of the ASTRO-H X-ray observatory Masanobu Ozaki a, Masanori Ohno a, Yukikatsu Terada b, Shin Watanabe a, Tsunefumi Mizuno c, Tadayuki Takahashi a, Motohide Kokubun a, Masahiro Tsujimoto a, Noriko Y. Yamasaki a, Hirokazu Odaka a, Yoh Takei a, Takayuki Yuasa d, Akihiro Furuzawa e, Hideyuki Mori e, Hironori Matsumoto e, Takashi Okajima f, Caroline A. Kilbourne f, Hiroyasu Tajima g and Yoshitaka Ishisaki h a Institute of Space and Astronautical Science/JAXA, Yoshinodai, Chuou-ku, Sagamihara, Kanagawa , Japan; b Department of Physics, Saitama University, 255 Shimo-Ohkubo, Saitama , Japan; c Department of Physical Science, Hiroshima University, Kagamiyama, Higashi-Hiroshima, Hiroshima , Japan; d Department of Physics, University of Tokyo, Hongo, Bunkyo-ku, Tokyo , Japan; e Department of Astrophysics, Nagoya University, Furo-cho, Chikusa-ku, Nagoya , Japan; f Astrophysics Science Division, NASA/Goddard Space Flight Center, Greenbelt, MD 2771, USA, ; g Kavli Institute for Particle Astrophysics and Cosmology, Stanford University, CA 9439, USA; h Department of Physics, Tokyo Metropolitan University, Minami-Osawa 1-1, Hachiouji, Tokyo , Japan ABSTRACT We are developing an ASTRO-H data analysis framework with the Geant4-based Monte Carlo simulation core, and numerical models of the on-orbit environmental radiation and full-satellite mass structure. In addition, the framework also includes a mechanism to connect and control data processing modules that are developed independently and data communication channels among them, which has been technically proven by simulations and analysis of the Suzaku HXD, many other detectors and astrophysical issues. Keywords: ASTRO-H, Monte Carlo, Geant4, Framework 1. INTRODUCTION The ASTRO-H 1 is the 6th Japanese X-ray astronomy satellite scheduled for launch in 214, which will be operated as an observatory open to the global astronomy community. We are developing the data analysis framework with the Geant4-based Monte Carlo simulation core and numerical models of the on-orbit environmental radiation and full-satellite mass structure, to construct high SNR detectors, their high precision response matrices and background databases. The satellite will carry 4 kinds of detectors (Figure 1), an X-ray calorimeter (SXS), 2 X-ray CCDs (SXI), 3 Si strip + CdTe detectors (HXI) 4 and Compton telescopes (SGD), 5 each of which uses different photon detection technology and has different sensitivity to background radiation. In addition, the X-ray mirrors and SGD have Further author information: (Send correspondence to M. Ozaki) M. Ozaki: ozaki@astro.isas.jaxa.jp, Telephone:

2 SGD SXS SXI L = 14 m HXI Figure 1. A CG image (left) and a schematic frame drawing (right) of the ASTRO-H satellite. As the detectors and heavy components are placed all over the space craft body, secondary radiative backgrounds from them must also be taken into account when the radiation environment inside the satellite is studied. complicated focusing feature and FOV response, respectively, for their extremely light weight nature and compactness compared to their effective area and energy range. To simulate and evaluate the particle transportation and energy deposition in such satellite and sensors, as well as the simulator core and the proper models, other software components such as filtering, data fitting and downstream evaluation processes are also essential. The data analysis framework thus includes a mechanism to connect and control those software components developed independently and the data communication channel among them, which has been technically proven by the simulations and analysis of the Suzaku HXD, many other detectors and astrophysical issues. 2. PURPOSES AND REQUIREMENTS The radiation environment simulator occupies important roles in fields such as the following: (1) estimating the detector outputs due to the background radiation field, (2) generating the detector response functions and (3) evaluating the preliminary geometry using a ray-tracing method in the designing phase. The reason why the first one is necessary is that the orbital environment is filled with radiation fields, and many of the radiation particles penetrates the spacecraft structure and reach the detector devices. The particles activate the detectors, generate electrical noise and sometimes choke the instrument short-term. For a precise scientific measurement, precise estimation of their effects is essential. As the X- and gamma-ray photons are also kinds of radiation particles, the simulator can also be effectively used for the second purpose. In particular, it has been demonstrated that not only the collimator or shielding geometry but also grazing-incident X-ray mirrors can be simulated quantitatively by introducing proper physical processes and parameters to the simulator. The third field is important when we design a spacecraft consisting of multiple detectors with complex configuration. An example will be shown in section 4.1.

3 Geometry description CAD base Geant4 code Incident particle generation (based on Mizuno et al. 24) ANL++ Computing Visualization (Terada et al. 25) Physics processes, including activation (Mizuno et al. 21) Geant4 core (Ozaki et al. 26) BGD simulation Gamma-ray FOV visibility map Detector response... Figure 2. A schematic diagram of the framework structure and examples of the products. The object-oriented analysis framework ANL++ connects all the software modules and controls the execution flow. Most of the components required for the simulator have already been developed. Products are obtained according to the selected modules. For the simulation method, Monte Carlo (MC) is usually the only choice. This is because the parameter space that has to be numerically integrated for a non-mc simulation generally becomes excessive for reasonable computing resources. For the simulation, the following software components are required: Monte Carlo engine, calculation engine of the orbital propagation of a spacecraft, calculation engine of the coordinate conversion between celestial and local spacecraft variables, on-orbit radiation environment generator, spacecraft geometry generator, physical processes including secondary particle generation by radio activation, data mining or visualization and the analysis framework that controls all of the above and other possible components. A schematic relationship among them is shown in Figure 2. While the framework is listed above, it is not essential to carry out the analysis: users can aggregate the necessary libraries and data sets and build their own software by themselves, as is done for most software running on modern computers. The reasons, or merits, of introducing a framework are as follows: (1) all the software components can be designed with a common interface that is specified by the framework, and generally the components become simple, ordered and easy to understand, and (2) it becomes easy to write reusable software that would be a part of the heritage, thanks to the previous features. As the framework, we developed ANL++,6 which was used for the MC simulations with the Geant4 engine for the Suzaku instruments, especially HXD.7

4 3. HERITAGES AND NEW FEATURES In addition to the Geant4 module for ANL++, we have already developed most of the components listed in section 2. As the basic development strategy, we use the heritages of previous missions, such as Suzaku, to reduce the development cost and make the outputs as reliable as possible: a few exceptions being modules for universal geometry description and secondary particle generation, both of which, however, are supported by the Geant4 toolkit. Nevertheless, we chose to develop software to be treated as a supplement or alternative to Geant4, to facilitate development by collaborators familiar with non-geant4 tools. The major heritages are as follows: Analysis framework : we use the object-oriented analysis framework ANL++, which is sometimes pronounced or written as ANL plus. 7 This is the successor to the official Suzaku software framework ASTE ANL, which is also embedded in HEAsoft maintained by NASA/GSFC, and the usability and reliability of which has been proven by its adoption in certain experiments and astrophysical data analysis. Orbital radiation environment generator : the generator based on Mizuno et al is working, while some component involves considerable uncertainty, by a factor of 2 3. Monte Carlo engine : the core Monte Carlo engine is Geant4. Downstream analysis modules such as energy spectrum accumulation and column density map generation. In addition to these heritages and original ASTRO-H man power, we also collaborate with nearby projects as much as possible to develop tools that are commonly used among them. To ensure these collaboration progress effectively, we will introduce geometry and radiation computing tools external to (or maybe redundant to) the Geant4 functions, such as the CAD geometry and external radioactivation library. 3.1 Geometry (mass model) description As the ASTRO-H is a large scale and complex satellite, its parts shall be supplied from many constructors. Some are scientific instruments, whose supplier might be able to supply geometric information suitable for Geant4 simulation; others are, however, unfamiliar with such simulations and the geometries are expected to be supplied in CAD format such as STEP. With this in mind, we began developing a geometry importing method by converting the STEP file to GDML (Geometry Description Markup Language) supported by the Geant4 toolkit. On the other hand, traditional Geant4 geometry can be converted to GDML by Geant4 itself, and we can merge it into a CAD-based version. GDML can supply Geant4 geometry from outside the executable image: this means that the geometry update no longer requires a software update and the geometries can be maintained as independent data sets. 3.2 Radioactivation Mizuno et al. 21 developed a radioactivation module 9 that employs MGGPOD software suite. 1 They carried out a detailed validation of the simulator including this module through the comparison with literature and the CdTe sensor, one of the key components of the SGD, activation beam test data, and successfully reproduced the results of the beam test. 4.1 A demonstration of geometry tool 4. DISCUSSION As the first step of the geometry generator, we built simplified mass models of the ASTRO-H satellite body with GDML converted from STEP and an SGD with traditional Geant4 code, and merged them into a single GDML. Figure 3 shows the result. While the ASTRO-H body is very simplified, we can see that two components are seamlessly attached to each other. Note that not only the shape but also materials of the ASTRO-H body are different from the real configuration: for example, all the structure is assumed as Al while CFRP-Al honeycomb will be used in real.

5 Figure 3. An example of geometry generation from both STEP and Geant4 code. Absorption probability Zenith angle (deg) shadow by side panels 1 2 Azimuth angle (deg) 3 Figure 4. 4π-Sr. absorption probability map from the SGD center toward the outside computed for the Figure 3 geometry. The photon energy is 1 MeV. The shadow by the side panels outside the SGD is clearly seen. With this geometry, we computed some absorption probability map for incident photons at the center of the SGD part, as was done for the Suzaku HXD by Terada et al Figure 4 shows the 4π-Sr. map for 1 MeV photons. This kind of information can be used to estimate the backgrounds generated by photons coming from the side or the bottom of the detectors. Another usage of this geometry is the optimization of the detector configuration. Figure 5 shows the map of the absorption probability for 1 MeV photons toward the SGD FOV. We can see clear asymmetry in the Y direction due to the absorption by the satellite structure. The effect of the satellite structure should be much smaller in the real case because the model assumes that all the structure is made of Al. 4.2 To-do s There remain several items to be done to use the framework for the real analysis and the satellite configuration as follows: (1) a sophisticated and automated STEP to GDML conversion method should be implemented. A

6 2 15 Azimuth Absorption probability Zenith angle (deg) Figure 5. The map of the absorption probability for 1 MeV photons toward the SGD FOV computed for the Figure 3 geometry. The satellite structure obscures Y > 3 region in case of this simple geometry. STEP geometry sometimes includes very precise information such as screw threads that consume much computing resources but can be ignored in the simulation. It is preferable that they will be removed automatically. A possible solution is to embed that kind of information in the original CAD data maintained by each manufacturer. (2) A geometry selector that picks up necessary geometry components from prepared GDML files and synthesize the final geometry should be implemented for user friendly simulation. (3) A mechanism that manages the geometry component ID through all the GDML file is required. This mechanism is essential to optimize physics processes geometrical components by components or trace a simulation results through whole the geometry. 5. CONCLUSION We are developing the Monte Carlo simulation framework of the ASTRO-H by using many heritages and newly developed modules. While the CAD geometry import is a key and it is not fully implemented yet, we succeeded in synthesizing a GDML geometry from a STEP geometry and traditional Geant4 code and demonstrated that this works as a base of necessary simulations. REFERENCES [1] Takahashi T. et al., The ASTRO-H Mission, in [Space Telescopes and Instrumentation 21: Ultraviolet to Gamma Ray], Arnaud, M., Murray, S. S. and Takahashi, T., eds., Proc. SPIE 7732 (in press). [2] Mitsuda, K. et al., The high-resolution x-ray microcalorimeter spectrometer system for the SXS on ASTRO- H, in [Space Telescopes and Instrumentation 21: Ultraviolet to Gamma Ray], Arnaud, M., Murray, S. S. and Takahashi, T., eds., Proc. SPIE 7732 (in press). [3] Tsunemi, H. et al., Soft x-ray imager (SXI) onboard ASTRO-H, in [Space Telescopes and Instrumentation 21: Ultraviolet to Gamma Ray], Arnaud, M., Murray, S. S. and Takahashi, T., eds., Proc. SPIE 7732 (in press). [4] Kokubun, M. et al., Hard x-ray imager for the ASTRO-H Mission, in [Space Telescopes and Instrumentation 21: Ultraviolet to Gamma Ray], Arnaud, M., Murray, S. S. and Takahashi, T., eds., Proc. SPIE 7732 (in press). [5] Tajima, H. et al., Soft gamma-ray detector for the ASTRO-H Mission, in [Space Telescopes and Instrumentation 21: Ultraviolet to Gamma Ray], Arnaud, M., Murray, S. S. and Takahashi, T., eds., Proc. SPIE 7732 (in press).

7 [6] Ozaki, M. et al., Framework for a Geant4-Based Simulator of the Radiation Background and Detector Responses of the Space X-Ray Observatory Suzaku (Astro-E2), IEEE Transactions on Nuclear Science 53, (26). [7] Terada, Y. et al., Development of a Monte Carlo Simulator for the Astro-E2 Hard X-ray Detector (HXD- II), IEEE Transactions on Nuclear Science 52, (25). [8] Mizuno, T. et al., Cosmic-Ray Background Flux Model Based on a Gamma-Ray Large Area Space Telescope Balloon Flight Engineering Model, Astrophysical Journal, 614, (Oct. 24). [9] Mizuno, T. et al., Monte Carlo simulation study of in-orbit background for the soft gamma-ray detector onboard ASTRO-H, in [Space Telescopes and Instrumentation 21: Ultraviolet to Gamma Ray], Arnaud, M., Murray, S. S. and Takahashi, T., eds., Proc. SPIE 7732 (in press). [1] Weidenspointner, G. et al., MGGPOD: a Monte Carlo Suite for Modeling Instrumental Line and Continuum Backgrounds in Gamma-Ray Astronomy, Astrophysical Journal Supplement Series 156, (25).

Space Application of Geant4 for the Japanese X-ray X Gamma-ray Mission

Space Application of Geant4 for the Japanese X-ray X Gamma-ray Mission Space Application of Geant4 for the Japanese X-ray X and Gamma-ray Mission Yukikatsu Terada (RIKEN, Japan), Shin Watanabe, Masanobu Ozaki, Tadayuki Takahashi (ISAS/JAXA), and Motohide Kokubun (Univ. of

More information

Soft Gamma-ray Detector (SGD) for the NeXT mission and beyond Astro-E2 Tadayuki Takahashi

Soft Gamma-ray Detector (SGD) for the NeXT mission and beyond Astro-E2 Tadayuki Takahashi T.Takahashi, Astronomy with Radioactivies IV,2003 Soft Gamma-ray Detector (SGD) for the NeXT mission and beyond Astro-E2 Tadayuki Takahashi Institute of Space and Astronautical Science (ISAS, Japan) 2005

More information

arxiv: v1 [astro-ph.im] 20 May 2018

arxiv: v1 [astro-ph.im] 20 May 2018 Imaging and spectral performance of CdTe double-sided strip detectors for the Hard X-ray Imager onboard ASTRO-H arxiv:185.777v1 [astro-ph.im] 2 May 218 Kouichi Hagino ab, Hirokazu Odaka a, Goro Sato a,

More information

Geant4 in JAXA. Masanobu Ozaki (JAXA/ISAS)

Geant4 in JAXA. Masanobu Ozaki (JAXA/ISAS) Geant4 in JAXA Masanobu Ozaki (JAXA/ISAS) Japanese Space Science Missions In Japan, most of fundamental researches relating to the on-orbit radiation environment are carried out for non-commercial (i.e.,

More information

Positron science with the Soft Gamma-ray Detector onboard ASTRO-H and future Compton telescope missions

Positron science with the Soft Gamma-ray Detector onboard ASTRO-H and future Compton telescope missions International Workshop on Positrons in Astrophysics March 19-23, 2012, Mürren, Switzerland Positron science with the Soft Gamma-ray Detector onboard ASTRO-H and future Compton telescope missions Hirokazu

More information

Wide band X-ray Imager (WXI) and Soft Gamma-ray Detector (SGD) for the NeXT Mission

Wide band X-ray Imager (WXI) and Soft Gamma-ray Detector (SGD) for the NeXT Mission SLAC-PUB-11142 astro-ph/0410402 Wide band X-ray Imager (WXI) and Soft Gamma-ray Detector (SGD) for the NeXT Mission T. Takahashi a,b, A. Awaki c, T. Dotani a, Y. Fukazawa d, K. Hayashida e, T. Kamae f,

More information

Design and Performance of Soft Gamma-ray Detector for NeXT Mission

Design and Performance of Soft Gamma-ray Detector for NeXT Mission 22nd Texas Symposium on Relativistic Astrophysics at Stanford University, Dec. 13-17, 24 Design and Performance of Soft Gamma-ray Detector for NeXT Mission H. Tajima, T. Kamae, G. Madejski KIPAC/SLAC,

More information

Development of semiconductor imaging detectors for a Si/CdTe Compton camera

Development of semiconductor imaging detectors for a Si/CdTe Compton camera SLAC-PUB-12926 October 27 Development of semiconductor imaging detectors for a Si/CdTe Compton camera Shin Watanabe a,, Shin ichiro Takeda a,b, Shin-nosuke Ishikawa a,b, Hirokazu Odaka a,b, Masayoshi Ushio

More information

Results of a Si/CdTe Compton Telescope

Results of a Si/CdTe Compton Telescope Results of a Si/CdTe Compton Telescope Kousuke Oonuki a,b, Takaaki Tanaka a,b, Shin Watanabe a, Shin ichiro Takeda a,b, Kazuhiro Nakazawa a, Takefumi Mitani a,b, Tadayuki Takahashi a,b, Hiroyasu Tajima

More information

Application of CdTe for the NeXT Mission

Application of CdTe for the NeXT Mission Application of CdTe for the NeXT Mission Tadayuki Takahashi a,b Kazuhiro Nakazawa a Shin Watanabe a Goro Sato a,b Takefumi Mitani a,b Takaaki Tanaka a,b Kousuke Oonuki a,b Ken ichi Tamura a,b Hiroyasu

More information

The High Resolution X-ray Spectrometer, SXS, on the Astro-H mission

The High Resolution X-ray Spectrometer, SXS, on the Astro-H mission The High Resolution X-ray Spectrometer, SXS, on the Astro-H mission K. Mitsuda Institute of Space and Astronautical Science (ISAS) Japan Aerospace Exploration Agency (JAXA) High resolution X-ray spectroscopy:

More information

IT IS difficult to conduct high-sensitivity spectroscopy in the

IT IS difficult to conduct high-sensitivity spectroscopy in the 902 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 52, NO. 4, AUGUST 2005 Development of a Monte Carlo Simulator for the Astro-E2 Hard X-Ray Detector (HXD-II) Yukikatsu Terada, Shin Watanabe, Masanori Ohno,

More information

ASTRO-H ASTRO-H and future missions in JAXA program. Tadayuki Takahashi PI/Project Manager on behalf of the ASTRO-H team

ASTRO-H ASTRO-H and future missions in JAXA program. Tadayuki Takahashi PI/Project Manager on behalf of the ASTRO-H team ASTRO-H ASTRO-H and future missions in JAXA program Tadayuki Takahashi PI/Project Manager on behalf of the ASTRO-H team 1 Status The ASTRO-H Project is in Phase B, since 2008 Oct. (JAXA) 2009/Jan-Feb :

More information

A Si/CdTe Compton Camera for Gamma-ray Lens experiment

A Si/CdTe Compton Camera for Gamma-ray Lens experiment A Si/CdTe Compton Camera for Gamma-ray Lens experiment Tadayuki Takahashi a,b, a The Institute of Space and Astronautical Science 3-1-1 Yoshinodai, Sagamihara, Kanagawa, 229-8510, Japan b University of

More information

Baffle Telescope Tube. Bus Module Bus MLI

Baffle Telescope Tube. Bus Module Bus MLI The Institute of Space and Astronautical Science Report SP No.14, December 2000 HII/L2 Mission Cryogenic System By Masayuki Hirabayashi Λ, Makoto Kyoya Λ, Masahide Murakami y ; and Toshio Matsumoto z (November

More information

Geant4-based simulations of the background for the erosita space observatory (with connections to IXO and Suzaku)

Geant4-based simulations of the background for the erosita space observatory (with connections to IXO and Suzaku) Geant4-based simulations of the background for the erosita space observatory (with connections to IXO and Suzaku) Emanuele Perinati 1,2 1 IAAT - Institut fϋr Astronomie und Astrophysik, Universität Tϋbingen,

More information

Mar 27, 2013 Hiroshima, JPS meeting

Mar 27, 2013 Hiroshima, JPS meeting Development of the Soft Gamma-ray Detector on board ASTRO-H ASTRO-H 衛星搭載軟ガンマ線検出器の開発 (2012 年度後半 ) Mar 27, 2013 Hiroshima, JPS meeting T. Mizuno, H. Tajima A, Y. Fukazawa, S. Watanabe B,C, H. Uchiyama C,

More information

Approaches to study the EOS for neutron star matter from X-ray astronomy satellites (Report from Group C01)

Approaches to study the EOS for neutron star matter from X-ray astronomy satellites (Report from Group C01) Approaches to study the EOS for neutron star matter from X-ray astronomy satellites (Report from Group C01) Tadayuki Takahashi, Tadayasu Dotani, Masahiro Tsujimoto Institute of Space and Astronautical

More information

Simulations of Advanced Compton Telescopes in a Space Radiation Environment

Simulations of Advanced Compton Telescopes in a Space Radiation Environment Simulations of Advanced Compton Telescopes in a Space Radiation Environment Andreas Zoglauer, C.B. Wunderer, S.E. Boggs, UC Berkeley Space Sciences Laboratory G. Weidenspointner CESR, France The Advanced

More information

Development of a Spectral Model Based on Charge Transport for the Swift/BAT 32K CdZnTe Detector Array

Development of a Spectral Model Based on Charge Transport for the Swift/BAT 32K CdZnTe Detector Array Development of a Spectral Model Based on Charge Transport for the Swift/BAT 32K CdZnTe Detector Array Goro Sato a,b, Ann Parsons c Derek Hullinger c,d Masaya Suzuki e Tadayuki Takahashi a,b Makoto Tashiro

More information

THE Compton camera is the most promising approach

THE Compton camera is the most promising approach A Si/CdTe Semiconductor Compton Camera SLAC-PUB-11144 Shin Watanabe, Takaaki Tanaka, Kazuhiro Nakazawa, Takefumi Mitani, Kousuke Oonuki, Tadayuki Takahashi, Takeshi Takashima, Hiroyasu Tajima, Yasushi

More information

CRaTER Science Requirements

CRaTER Science Requirements CRaTER Science Requirements Lunar Reconnaissance Orbiter CRaTER Preliminary Design Review Justin Kasper (CRaTER Proj. Sci.) Outline Energy deposition Classical ionizing radiation Nuclear fragmentation

More information

Monte Carlo Simulator to Study High Mass X-ray Binary System

Monte Carlo Simulator to Study High Mass X-ray Binary System SLAC-PUB-11350 Monte Carlo Simulator to Study High Mass X-ray Binary System S. Watanabe, F. Nagase, T. Takahashi ISAS/JAXA, Sagamihara, Kanagawa 229-8510, Japan M. Sako, S.M. Kahn KIPAC/Stanford, Stanford,

More information

Development of Analysis Method using GEANT4 for Cosmic Ray Radiography

Development of Analysis Method using GEANT4 for Cosmic Ray Radiography Development of Analysis Method using GEANT4 for Cosmic Ray Radiography Physics of science,, Furo-cho, Chikusa, Nagoya, Aichi, Japan E-mail: kuno@flab.phys.nagoya-u.ac.jp Kunihiro Morishima Akira Nishio

More information

1 Gamma-Ray Burst Polarimeter GAP aboard

1 Gamma-Ray Burst Polarimeter GAP aboard 1 Gamma-Ray Burst Polarimeter GAP aboard the Solar Powered Sail Mission Daisuke Yonetoku, Toshio Murakami, Hirofumi Fujimoto, Tomonori Sakashita (Kanazawa University) Shuichi Gunji, Noriyuki Toukairin

More information

Justin Vandenbroucke (KIPAC, Stanford / SLAC) for the Fermi LAT collaboration

Justin Vandenbroucke (KIPAC, Stanford / SLAC) for the Fermi LAT collaboration Measurement of the cosmic ray positron spectrum with the Fermi LAT using the Earth s magnetic field Justin Vandenbroucke (KIPAC, Stanford / SLAC) for the Fermi LAT collaboration International Cosmic Ray

More information

Detector R&D at KIPAC. Hiro Tajima Kavli InStitute of Particle Astrophysics and Cosmology

Detector R&D at KIPAC. Hiro Tajima Kavli InStitute of Particle Astrophysics and Cosmology Detector R&D at KIPAC Hiro Tajima Kavli InStitute of Particle Astrophysics and Cosmology Detector R&D Overview Si detector ASIC Integration GLAST GeV Gamma-ray Observatory ASIC DAQ Next generation X-ray

More information

Using BATSE to Measure. Gamma-Ray Burst Polarization. M. McConnell, D. Forrest, W.T. Vestrand and M. Finger y

Using BATSE to Measure. Gamma-Ray Burst Polarization. M. McConnell, D. Forrest, W.T. Vestrand and M. Finger y Using BATSE to Measure Gamma-Ray Burst Polarization M. McConnell, D. Forrest, W.T. Vestrand and M. Finger y University of New Hampshire, Durham, New Hampshire 03824 y Marshall Space Flight Center, Huntsville,

More information

Polarimeter for Small Satellite Design, Feasibility Study, and Ground Experiments + Balloon Experiment

Polarimeter for Small Satellite Design, Feasibility Study, and Ground Experiments + Balloon Experiment Hard X-ray X Polarimeter for Small Satellite Design, Feasibility Study, and Ground Experiments + Balloon Experiment K. Hayashida (Osaka University), T. Mihara (RIKEN), S. Gunji,, F. Tokanai(Yamagata University)

More information

Hard X-ray Imager (HXI) for the ASTRO-H mission

Hard X-ray Imager (HXI) for the ASTRO-H mission Hard X-ray Imager (HXI) for the ASTO-H mission Motohide Kokubun a, Kazuhiro Nakazawa b, Teruaki Enoto f, Yasushi Fukazawa d, Kirk Gilmore f, Jun Kataoka c, Madoka Kawaharada a, Philippe Laurent i, Francois

More information

Focal plane instrumentation for the Wide-Field X-ray Telescope

Focal plane instrumentation for the Wide-Field X-ray Telescope Focal plane instrumentation for the Wide-Field X-ray Telescope The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published

More information

Detector R&D in KAPAC

Detector R&D in KAPAC Detector R&D in KAPAC Hiroyasu Tajima Stanford Linear Accelerator Center Kavli Institute for Particle Astrophysics and Cosmology Outline Compton Camera SOI detector Scintillator Polarimeter Cherenkov Camera

More information

GRAINE project: Cosmic Gamma-ray Observation by Balloon-Borne Telescope with Nuclear Emulsion

GRAINE project: Cosmic Gamma-ray Observation by Balloon-Borne Telescope with Nuclear Emulsion Cosmic Gamma-ray Observation by Balloon-Borne Telescope with Nuclear Emulsion Shigeki Aoki 1 Kobe University Kobe 657-8501 Japan E-mail: aoki@kobe-u.ac.jp for GRAINE collaboration Kobe University, Kobe

More information

Detector R&D at KIPAC

Detector R&D at KIPAC Detector R&D at KIPAC Hiro Tajima Kavli Institute for Particle Astrophysics and Cosmology 1 Detector R&D Overview Si detector ASIC Integration GLAST GeV Gamma-ray Observatory ASIC DAQ Next generation X-ray

More information

Development of double-sided silicon strip detectors (DSSD) for a Compton telescope

Development of double-sided silicon strip detectors (DSSD) for a Compton telescope SLAC-PUB-12927 October 2007 Development of double-sided silicon strip detectors (DSSD) for a Compton telescope Shin ichiro Takeda a,b,, Shin Watanabe a, Takaaki Tanaka a,b, Kazuhiro Nakazawa a, Tadayuki

More information

Position Sensitive Germanium Detectors for the Advanced Compton Telescope

Position Sensitive Germanium Detectors for the Advanced Compton Telescope Position Sensitive Germanium Detectors for the Advanced Compton Telescope R.A. Kroeger 1, W.N. Johnson 1, J.D. Kurfess 1, B.F. Phlips, P.N. Luke 3, M. Momayezi 4, W.K. Warburton 4 1 Naval Research Laboratory,

More information

JAXA,NASA,Aoyama Gakuin U.,Cambridge U.,CEA/DSM/IRFU,CfA/Harvard, Chubu U.,Chuo U.,Columbia U.,Dublin Institute for Advanced Studies,Durham U.

JAXA,NASA,Aoyama Gakuin U.,Cambridge U.,CEA/DSM/IRFU,CfA/Harvard, Chubu U.,Chuo U.,Columbia U.,Dublin Institute for Advanced Studies,Durham U. JAXA,NASA,Aoyama Gakuin U.,Cambridge U.,CEA/DSM/IRFU,CfA/Harvard, Chubu U.,Chuo U.,Columbia U.,Dublin Institute for Advanced Studies,Durham U.,Ehime U.,ESA, Gunma Astronomical Observatory,Hiroshima U.,Kanazawa

More information

Simulating Gamma-Ray Telescopes in Space Radiation Environments with Geant4: Detector Activation

Simulating Gamma-Ray Telescopes in Space Radiation Environments with Geant4: Detector Activation Simulating Gamma-Ray Telescopes in Space Radiation Environments with Geant4: Detector Activation Andreas Zoglauer University of California at Berkeley, Space Sciences Laboratory, Berkeley, USA Georg Weidenspointner

More information

SIMULATION OF SPACE RADIATION FOR NANOSATELLITES IN EARTH ORBIT *

SIMULATION OF SPACE RADIATION FOR NANOSATELLITES IN EARTH ORBIT * Romanian Reports in Physics, Vol. 64, No. 1, P. 302 307, 2012 SIMULATION OF SPACE RADIATION FOR NANOSATELLITES IN EARTH ORBIT * M.F. TRUȘCULESCU 1,2, O. SIMA 1 1 University of Bucharest, Physics Department,

More information

Development of High-Z Semiconductor Detectors and Their Applications to X-ray/gamma-ray Astronomy

Development of High-Z Semiconductor Detectors and Their Applications to X-ray/gamma-ray Astronomy Development of High-Z Semiconductor Detectors and Their Applications to X-ray/gamma-ray Astronomy Taka Tanaka (SLAC/KIPAC) 9/19/2007 SLAC Advanced Instrumentation Seminar Outline Introduction CdTe Diode

More information

ASTRO-F SURVEY AS INPUT CATALOGUES FOR FIRST. Takao Nakagawa

ASTRO-F SURVEY AS INPUT CATALOGUES FOR FIRST. Takao Nakagawa 67 ASTRO-F SURVEY AS INPUT CATALOGUES FOR FIRST Takao Nakagawa Institute of Space and Astronautical Science (ISAS), 3-1-1 Yoshinodai, Sagamihara, Kanagawa 229-8510, Japan Abstract ASTRO-F is the second

More information

Hard X-ray Polarimeter for Small Satellite: Design, Feasibility Study, and Ground Experiments

Hard X-ray Polarimeter for Small Satellite: Design, Feasibility Study, and Ground Experiments Hard X-ray Polarimeter for Small Satellite: Design, Feasibility Study, and Ground Experiments Kiyoshi Hayashida a*, Tatehiro Mihara b, Syuichi Gunji c and Fuyuki Tokanai c a Osaka University, 1-1 Machikaneyama-cho,

More information

The PoGOLite balloon-borne soft gamma-ray polarimeter

The PoGOLite balloon-borne soft gamma-ray polarimeter The PoGOLite balloon-borne soft gamma-ray polarimeter M. Kiss, S. Larsson, M. Arimoto, M. Axelsson, C. Marini Bettolo, G. Bogaert, H.-G. Florén, Y. Fukazawa, S. Gunji, L. Hjalmarsdotter, T. Kamae, Y. Kanai,

More information

CRaTER Pre-Ship Review (PSR) Instrument Calibration Science Requirements Compliance

CRaTER Pre-Ship Review (PSR) Instrument Calibration Science Requirements Compliance CRaTER Pre-Ship Review (PSR) Instrument Calibration Science Requirements Compliance Justin C Kasper Smithsonian Astrophysical Observatory January 3, 2008 Outline Calibration Relate the ADU of the Pulse

More information

GRAINE balloon-borne experiment in 2015 : Observations with a high angular resolution gamma-ray telescope

GRAINE balloon-borne experiment in 2015 : Observations with a high angular resolution gamma-ray telescope GRAINE balloon-borne experiment in 2015 : Observations with a high angular resolution gamma-ray telescope Nagoya University E-mail: rokujo@flab.phys.nagoya-u.ac.jp GRAINE collaboration Aichi University

More information

A New Look at the Galactic Diffuse GeV Excess

A New Look at the Galactic Diffuse GeV Excess A New Look at the Galactic Diffuse GeV Excess Brian Baughman Santa Cruz Institute for Particle Physics 1 Overview Diffuse gamma-ray emission The Galactic diffuse gamma-ray GeV excess Discussion of the

More information

The Cosmic Ray Telescope for the Effects of Radiation (CRaTER) Investigation for the Lunar Reconnaissance Orbiter

The Cosmic Ray Telescope for the Effects of Radiation (CRaTER) Investigation for the Lunar Reconnaissance Orbiter The Cosmic Ray Telescope for the Effects of Radiation (CRaTER) Investigation for the Lunar Reconnaissance Orbiter J. E. Mazur 1, H. E. Spence 2, J. B. Blake 1, E. L. Kepko 2, J. Kasper 2,3, L. Townsend

More information

IAC-08-A MONTE CARLO SIMULATIONS OF ENERGY LOSSES BY SPACE PROTONS IN THE CRATER DETECTOR

IAC-08-A MONTE CARLO SIMULATIONS OF ENERGY LOSSES BY SPACE PROTONS IN THE CRATER DETECTOR IAC-08-A1.4.06 MONTE CARLO SIMULATIONS OF ENERGY LOSSES BY SPACE PROTONS IN THE CRATER DETECTOR Lawrence W. Townsend The University of Tennessee, Knoxville, Tennessee, United States of America ltownsen@tennessee.edu

More information

Sun Shield. Solar Paddle

Sun Shield. Solar Paddle The Institute of Space and Astronautical Science Report SP No.14, December 2000 Current Status of ASTRO-F By Hiroshi Murakami Λ (November 1, 2000) Abstract: The ASTRO-F is the second infrared astronomy

More information

Preliminary results from gamma-ray observations with the CALorimeteric Electron Telescope (CALET)

Preliminary results from gamma-ray observations with the CALorimeteric Electron Telescope (CALET) Preliminary results from gamma-ray observations with the CALorimeteric Electron Telescope (CALET) Y.Asaoka for the CALET Collaboration RISE, Waseda University 2016/12/15 CTA-Japan Workshop The extreme

More information

Development of a Hard X-Ray Polarimeter for Solar Flares and Gamma-Ray Bursts

Development of a Hard X-Ray Polarimeter for Solar Flares and Gamma-Ray Bursts Development of a Hard X-Ray Polarimeter for Solar Flares and Gamma-Ray Bursts M.L. McConnell, D.J. Forrest, J. Macri, M. McClish, M. Osgood, J.M. Ryan, W.T. Vestrand and C. Zanes Space Science Center University

More information

X-ray Spectroscopy of Classical Novae

X-ray Spectroscopy of Classical Novae http://photojournal.jpl.nasa.gov/archive/pia09221.mov X-ray Spectroscopy of Classical Novae Harvard-Smithsonian CfA Seminar, 2010.04.21 Dai Takei Rikkyo University 2/58 謝辞 (Acknowledgement) セミナーにご招待戴き...

More information

Liquid Argon TPC for Next Generation of MeV Gamma-ray Satellite

Liquid Argon TPC for Next Generation of MeV Gamma-ray Satellite Liquid Argon TPC for Next Generation of MeV Gamma-ray Satellite Hiroyasu Tajima for LArGO team Institute for Space Earth Environmental Research Nagoya University April 22, 2017 Active medium TPC Workshop

More information

CRaTER Pre-Environmental Review (I-PER) Science Requirements Update

CRaTER Pre-Environmental Review (I-PER) Science Requirements Update CRaTER Pre-Environmental Review (I-PER) Science Requirements Update Justin C Kasper Smithsonian Astrophysical Observatory September 10-11, 2007 Outline Instrument Overview Verification Methods Science

More information

GRAINE Project: a balloon-borne emulsion gamma-ray telescope

GRAINE Project: a balloon-borne emulsion gamma-ray telescope GRAINE Project: a balloon-borne emulsion gamma-ray telescope Nagoya University E-mail: rokujo@flab.phys.nagoya-u.ac.jp GRAINE collaboration Aichi University of Education, ISAS/JAXA, Utsunomiya University,

More information

Front- and back-illuminated X-ray CCD performance in lowand high-earth orbit: Performance trends of Suzaku XIS and Chandra ACIS detectors

Front- and back-illuminated X-ray CCD performance in lowand high-earth orbit: Performance trends of Suzaku XIS and Chandra ACIS detectors Front- and back-illuminated X-ray CCD performance in lowand high-earth orbit: Performance trends of Suzaku XIS and Chandra ACIS detectors The MIT Faculty has made this article openly available. Please

More information

Simulation of Radiation Monitors for Future Space Missions

Simulation of Radiation Monitors for Future Space Missions 1 Simulation of Radiation Monitors for Future Space Missions P.Gonçalves, M. Pimenta, B. Tomé LIP - Laboratório de Instrumentação e Física Experimental de Partículas Lisboa, Portugal Space radiation environment

More information

Radiation Transport Tools for Space Applications: A Review

Radiation Transport Tools for Space Applications: A Review Radiation Transport Tools for Space Applications: A Review Insoo Jun, Shawn Kang, Robin Evans, Michael Cherng, and Randall Swimm Mission Environments Group, February 16, 2008 5 th Geant4 Space Users Workshop

More information

NuStar has similar area kev, Astro-H better at E> 80 Kev

NuStar has similar area kev, Astro-H better at E> 80 Kev NuStar has similar area 20-80 kev, Astro-H better at E> 80 Kev 10 3 1 HXI Effective Area [cm 2 ] 10 2 10 1 5 10 30 80 Energy [kev] NuStar and Astro-H HXI should have similar FOV HXI becomes background

More information

A model of the Earth's gamma-ray emission for GLAST derived from EGRET data. Dirk Petry (UMBC, NASA/GSFC) DC2 Meeting GSFC June 27-29, 2005

A model of the Earth's gamma-ray emission for GLAST derived from EGRET data. Dirk Petry (UMBC, NASA/GSFC) DC2 Meeting GSFC June 27-29, 2005 A model of the Earth's gamma-ray emission for GLAST derived from EGRET data (UMBC, NASA/GSFC) DC2 Meeting GSFC June 27-29, 2005 1 Gamma-ray emission from the Earth's atmosphere Incoming cosmic rays Cosmic

More information

X- & γ-ray Instrumentation

X- & γ-ray Instrumentation X- & γ-ray Instrumentation Used nuclear physics detectors Proportional Counters Scintillators The Dark Ages Simple collimators HEAO A1 & A2: 2 x 8 degree field of view Confusion limit is about 200 sources

More information

1 Introduction STATUS OF THE GLAST LARGE AREA TELESCOPE. SLAC-PUB December Richard Dubois. Abstract

1 Introduction STATUS OF THE GLAST LARGE AREA TELESCOPE. SLAC-PUB December Richard Dubois. Abstract SLAC-PUB-10261 December 2003 STATUS OF THE GLAST LARGE AREA TELESCOPE Richard Dubois Stanford Linear Accelerator Center, Stanford University, PO Box 20750, Stanford, CA, USA Abstract The GLAST Large Area

More information

A focusing telescope for gamma-ray astronomy

A focusing telescope for gamma-ray astronomy A focusing telescope for gamma-ray astronomy Peter von Ballmoos 1 Abstract With the development of the Laue Lens, gamma-ray astronomy is presently realizing the step that virtually all branches of astronomy

More information

COMPTON imaging is an attractive technology used in

COMPTON imaging is an attractive technology used in 1 Experimental results of the gamma-ray imaging capability with a Si/CdTe semiconductor Compton camera Shin ichiro Takeda, Hiroyuki Aono, Sho Okuyama, Shin-nosuke Ishikawa, Hirokazu Odaka, Shin Watanabe,

More information

Background and Sensitivity Simulation of a Space Based Germanium Compton Telescope

Background and Sensitivity Simulation of a Space Based Germanium Compton Telescope Background and Sensitivity Simulation of a Space Based Germanium Compton Telescope B. L. Graham George Mason University, Institute for Computational Sciences and Informatics, 4400 University Dr, Fairfax

More information

The Principles of Astronomical Telescope Design

The Principles of Astronomical Telescope Design The Principles of Astronomical Telescope Design Jingquan Cheng National Radio Astronomy Observatory Charlottesville, Virginia,.USA " 4y Springer Fundamentals of Optical Telescopes 1 1.1 A Brief History

More information

1. Motivation & Detector concept 2. Performance 3. Confirmation experiments 4. Summary

1. Motivation & Detector concept 2. Performance 3. Confirmation experiments 4. Summary A. Takada, T. Tanimori, H. Kubo, J. D. Parker, T. Mizumoto, Y. Mizumura, T. Sawano, K. Nakamura, Y. Matsuoka, S. Komura, S. Nakamura, T. Kishimoto, M. Oda, T. Takemura, S. Miyamoto, K. Miuchi, S. Kurosawa

More information

Imaging Hard X-Ray Compton Polarimeter SOI Sensor Prototype Specification

Imaging Hard X-Ray Compton Polarimeter SOI Sensor Prototype Specification Imaging Hard X-Ray Compton Polarimeter SOI Sensor Prototype Specification Hiro Tajima 1 and Gary S. Varner 2 1 Contact: htajima@slac.stanford.edu Stanford Linear Accelerator Center Stanford University,

More information

Compton Camera. Compton Camera

Compton Camera. Compton Camera Diagnostic Imaging II Student Project Compton Camera Ting-Tung Chang Introduction The Compton camera operates by exploiting the Compton Effect. It uses the kinematics of Compton scattering to contract

More information

Development of a Dosimetric System using Spectrometric Technique suitable for Operational Radiation Dose Measurements and Evaluation

Development of a Dosimetric System using Spectrometric Technique suitable for Operational Radiation Dose Measurements and Evaluation Development of a Dosimetric System using Spectrometric Technique suitable for Operational Radiation Dose Measurements and Evaluation S. Moriuchi, M.Tsutsumi2 and K. Saito2 Nuclear safety technology Center,

More information

Dark Matter Particle Explorer: The First Chinese Cosmic Ray and Hard γ-ray Detector in Space

Dark Matter Particle Explorer: The First Chinese Cosmic Ray and Hard γ-ray Detector in Space SPACE SCIENCE ACTIVITIES IN CHINA Dark Matter Particle Explorer: The First Chinese Cosmic Ray and Hard γ-ray Detector in Space AUTHORS CHANG Jin Key Laboratory of Dark Matter and Space Astronomy, Purple

More information

Large-Area Balloon-Borne Polarized Gamma Ray Observer (PoGO)

Large-Area Balloon-Borne Polarized Gamma Ray Observer (PoGO) Large-Area Balloon-Borne Polarized Gamma Ray Observer (PoGO) Tune Kamae and John Mitchell for the PoGO collaboration (SLAC-Goddard-Princeton-Japan-Sweden-France) 1. Introduction 2. Compton Scattering 3.

More information

Development of Next Generation Compton Gamma-ray Telescope Hiroyasu Tajima Stanford Linear Accelerator Center

Development of Next Generation Compton Gamma-ray Telescope Hiroyasu Tajima Stanford Linear Accelerator Center Development of Next Generation Compton Gamma-ray Telescope Hiroyasu Tajima Stanford Linear Accelerator Center May 3, 2004 UC Santa Cruz Collaboration H. Tajima, T. Kamae, G. Madejski, E. do Couto e Silva

More information

Calibration of the AGILE Gamma Ray Imaging Detector

Calibration of the AGILE Gamma Ray Imaging Detector Calibration of the AGILE Gamma Ray Imaging Detector Andrew Chen on behalf of the AGILE Team April 11, 2011 AGILE Astrorivelatore Gamma ad Immagini LEggero Italian Space Agency (ASI) small mission Participation

More information

Quantum e$ciency of the CCD camera (XIS) for the ASTRO-E mission

Quantum e$ciency of the CCD camera (XIS) for the ASTRO-E mission Nuclear Instruments and Methods in Physics Research A 436 (1999) 74}78 Quantum e$ciency of the CCD camera (XIS) for the ASTRO-E mission H. Katayama *, M. Shouho, T. Kohmura, K. Katayama, K. Yoshita, H.

More information

Observation of Gamma-Rays from Relativistic Electron Precipitation with Balloon Experiment around the Polar regions

Observation of Gamma-Rays from Relativistic Electron Precipitation with Balloon Experiment around the Polar regions Observation of Gamma-Rays from Relativistic Electron Precipitation with Balloon Experiment around the Polar regions Yoshitaka Mizumura (Kyoto Univ.) T. Tanimori, H. Kubo, A. Takada, J. D. Parker, T. Mizumoto,

More information

The GEANT Low Energy Compton Scattering (GLECS) Package for use in Simulating Advanced Compton Telescopes

The GEANT Low Energy Compton Scattering (GLECS) Package for use in Simulating Advanced Compton Telescopes The GEANT Low Energy Compton Scattering (GLECS) Package for use in Simulating Advanced Compton Telescopes R. Marc Kippen Space and Remote Sensing Sciences Group, Los Alamos National Laboratory NIS-2, MS

More information

Telescopes and the Atmosphere

Telescopes and the Atmosphere Telescopes and the Atmosphere Our goals for learning How does Earth s atmosphere affect ground-based observations? Why do we put telescopes into space? How does Earth s atmosphere affect ground-based observations?

More information

Non-thermal emission from pulsars experimental status and prospects

Non-thermal emission from pulsars experimental status and prospects Non-thermal emission from pulsars experimental status and prospects # γ!"# $%&'() TeV γ-ray astrophysics with VERITAS ( $γ" *$%&'() The charged cosmic radiation - how it all began... Discovery: Victor

More information

Suzaku Wide-band All-sky Monitor (WAM) Observations of High Energy Transients

Suzaku Wide-band All-sky Monitor (WAM) Observations of High Energy Transients Suzaku Wide-band All-sky Monitor (WAM) Observations of High Energy Transients Kazutaka Yamaoka, 1 Satoshi Sugita, 1 Makoto S. Tashiro, 2 Yukikatsu Terada, 2 Yuji Urata, 2 Kaori Onda, 2 Akira Endo, 2 Natsuki

More information

New Features under Development - 1. Makoto Asai On behalf of the SLAC Geant4 team

New Features under Development - 1. Makoto Asai On behalf of the SLAC Geant4 team New Features under Development - 1 Makoto Asai On behalf of the SLAC Geant4 team Contents Semiconductor energy transport Phonon Electron/hole drift Activation of material We expect to deliver first implementation

More information

arxiv: v1 [physics.ins-det] 16 Nov 2017

arxiv: v1 [physics.ins-det] 16 Nov 2017 A compact imaging system with a CdTe double-sided strip detector for non-destructive analysis using negative muonic X-rays Miho Katsuragawa a,b, Motonobu Tampo c, Koji Hamada c, Atsushi Harayama b, Yasuhiro

More information

High Energy Polarimetry Missons in Japan; PoGOLite, SPHiNX, PolariS

High Energy Polarimetry Missons in Japan; PoGOLite, SPHiNX, PolariS High Energy Polarimetry Missons in Japan; PoGOLite, SPHiNX, PolariS Hiromitsu Takahashi (Hiroshima University) hirotaka@hep01.hepl.hiroshima-u.ac.jp PoGOLite balloon 10m (2013~) SPHiNX satellite 0.5m (Plan:

More information

x Contents Segmented Mirror Telescopes Metal and Lightweight Mirrors Mirror Polishing

x Contents Segmented Mirror Telescopes Metal and Lightweight Mirrors Mirror Polishing Contents 1 Fundamentals of Optical Telescopes... 1 1.1 A Brief History of Optical Telescopes.................... 1 1.2 General Astronomical Requirements..................... 6 1.2.1 Angular Resolution.............................

More information

A NEW GENERATION OF GAMMA-RAY TELESCOPE

A NEW GENERATION OF GAMMA-RAY TELESCOPE A NEW GENERATION OF GAMMA-RAY TELESCOPE Aleksandar GOSTOJIĆ CSNSM, Orsay, France 11 th Russbach School on Nuclear Astrophysics, March 2014. Introduction: Gamma-ray instruments GROUND BASED: ENERGY HIGHER

More information

PoS(ICRC2017)775. The performance of DAMPE for γ-ray detection

PoS(ICRC2017)775. The performance of DAMPE for γ-ray detection ab, Yun-Feng Liang ab, Zhao-Qiang Shen ab, Zun-Lei Xu ab and Chuan Yue ab on behalf of the DAMPE Collaboration a Key Laboratory of Dark Matter and Space Astronomy, Purple Mountain Observatory, Chinese

More information

Polarisation measurements with a CdTe pixel array detector for Laue hard X-ray focusing telescopes

Polarisation measurements with a CdTe pixel array detector for Laue hard X-ray focusing telescopes Polarisation measurements with a CdTe pixel array detector for Laue hard X-ray focusing telescopes Ezio Caroli 1,*, Rui M. Curado da Silva, Alessandro Pisa 3, John B. Stephen 1, Filippo Frontera 3,1, Matilde

More information

Benchmark Test of JENDL High Energy File with MCNP

Benchmark Test of JENDL High Energy File with MCNP Benchmark Test of JENDL High Energy File with MCNP Masayuki WADA, Fujio MAEKAWA, Chikara KONNO Intense Neutron Source Laboratory, Department of Materials Science Japan Atomic Energy Research Institute,

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 3, March-2014 ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 3, March-2014 ISSN 316 Effective atomic number of composite materials by Compton scattering - nondestructive evaluation method Kiran K U a, Ravindraswami K b, Eshwarappa K M a and Somashekarappa H M c* a Government Science

More information

GEANT4 Tools for High-energy Astrophysics Instrumentation

GEANT4 Tools for High-energy Astrophysics Instrumentation 5th GEANT4 Space Users Workshop LA-UR-08-0678 February 13 15, 2008 University of Tokyo, Japan GEANT4 Tools for High-energy Astrophysics Instrumentation R. Marc Kippen Space Science & Applications Group

More information

Status and Future Prospects for Υ-Ray Polarimetry

Status and Future Prospects for Υ-Ray Polarimetry Status and Future Prospects for Υ-Ray Polarimetry Mark McConnell Space Science Center University of New Hampshire Durham, NH X-Ray Polarimetry Workshop SLAC / Stanford 9-11 February 2004 Overview Recent

More information

Suzaku-WAM soft gamma-ray all-sky monitor by the earth occultation technique

Suzaku-WAM soft gamma-ray all-sky monitor by the earth occultation technique Suzaku-WAM soft gamma-ray all-sky monitor by the earth occultation technique C.Kira 1,Y.Fukazawa 1,T.Asano 1, T.Takahashi 1,T.Uehara 1, Y.Hanabata 1, H.Takahashi 1, K.Yamaoka 2,M.Tashiro 3,Y.Terada 3,

More information

Recent and Future Observations in the X-ray and Gamma-ray Bands: Chandra, Suzaku, GLAST, and NuSTAR

Recent and Future Observations in the X-ray and Gamma-ray Bands: Chandra, Suzaku, GLAST, and NuSTAR SLAC-PUB-11572 November 2005 Recent and Future Observations in the X-ray and Gamma-ray Bands: Chandra, Suzaku, GLAST, and NuSTAR Greg Madejski Stanford Linear Accelerator Center and KIPAC, Stanford CA

More information

The onboard calibration for the spaced-row charge injection of Suzaku XIS

The onboard calibration for the spaced-row charge injection of Suzaku XIS The onboard calibration for the spaced-row charge injection of Suzaku XIS Hideki Uchiyama a, Yoshiaki Hyodo a, Hiroya Yamaguchi a, Hiroshi Nakajima a, Hideyuki Mori a, Takeshi Go Tsuru a, Hironoi Matsumoto

More information

Origin of the 6.4-keV line of the Galactic Ridge X-ray Emission

Origin of the 6.4-keV line of the Galactic Ridge X-ray Emission Origin of the 6.4-keV line of the Galactic Ridge X-ray Emission First Report T.G.Tsuru 1, H.Uchiyama 2, K.K.Nobukawa 1, M.Nobukawa 1, S.Nakashima 3, K.Koyama 1, K.Torii 4, Y.Fukui 4, 1 Department of Physics,

More information

arxiv: v1 [astro-ph.he] 2 Jul 2009

arxiv: v1 [astro-ph.he] 2 Jul 2009 PROCEEDINGS OF THE 31 st ICRC, ŁÓDŹ 2009 1 First results on Cosmic Ray electron spectrum below 20 GeV from the Fermi LAT. M.Pesce-Rollins on behalf of the Fermi LAT Collaboration Istituto Nazionale di

More information

Scientific astrophysical payloads for pico and nano-satellites

Scientific astrophysical payloads for pico and nano-satellites Scientific astrophysical payloads for pico and nano-satellites René Hudec 1,2 1 Czech Technical University in Prague, Faculty of Electrical Engineering, Technicka 2, CZ 160 00 Prague, Czech Republic 2

More information

A. Takada (Kyoto Univ.)

A. Takada (Kyoto Univ.) A. Takada (Kyoto Univ.) Nucleosynthesis SNR : Radio-isotopes Galactic plane : 26 Al Annihilation Particle acceleration Jet (AGN) : Synchrotron + Inverse Compton Strong gravitational potential Black hole

More information

Science of Compact X-Ray and Gamma-ray Objects: MAXI and GLAST

Science of Compact X-Ray and Gamma-ray Objects: MAXI and GLAST Science of Compact X-Ray and Gamma-ray Objects: MAXI and GLAST D. J. Thompson, 1 on behalf of the GLAST LAT Collaboration 1 NASA Goddard Space Flight Center, Greenbelt, MD 20771 USA E-mail(DJT): David.J.Thompson@nasa.gov

More information

NGRM Next Generation Radiation Monitor new standard instrument for ESA

NGRM Next Generation Radiation Monitor new standard instrument for ESA For NGRM Team: Wojtek Hajdas (PSI) NGRM Next Generation Radiation Monitor new standard instrument for ESA 13 th European Space Weather Week, 14-18 Nov 2016, Oostende, Belgium Outline 1. NGRM requirements

More information