Extensive Air Shower Simulation with CORSIKA: a User's Manual

Total Page:16

File Type:pdf, Size:1020Kb

Extensive Air Shower Simulation with CORSIKA: a User's Manual KfK 5196 B Juli 1993 Extensive Air Shower Simulation with CORSIKA: A User's Manual J. Knapp, D. Heck Institut für Kernphysik Kernforschungszentrum Karlsruhe KERNFORSCHUNGSZENTRUM KARLSRUHE Institut für Kernphysik KfK 5196 B Extensive Air Shower Simulation with CORSIKA: A User's Manual J. Knapp1 and D. Heck KERNFORSCHUNGSZENTRUM KARLSRUHE GMBH, KARLSRUHE 1 Institut für Experimentelle Kernphysik, Universität Ka.rlsruhe, D-76128 Ka.rlsruhe, Germa.ny Als Manuskript gedruckt Für diesen Bericht behalten wir uns alle Rechte vor Kernforschungszentrum Karlsruhe GmbH Postfach 3640, 7500 Karlsruhe 1 ISSN 0303-4003 Abstract Extensive Air Shower Simulation with CORSIKA: A User's Manual CORSIKA is a detailed simulation program for extensive air showers initiated by high energy cosmic particles. The manual explains the installation of the code, all the necessary input datasets, the selection of simulation parameters and the structure of the program outputs. Zusammenfassung Simulation ausgedehnter Luftschauer mit CORSIKA: Eine Bedienungsanleitung CORSIKA ist ein Programm zur detaillierten Simulation von ausgedehnten Luft­ schauern, die durch hochenergetische kosmische Strahlung ausgelöst werden. Die vorliegende Anleitung erläutert die Installation des Programms, alle nötigen Eingabe­ dateien, die Wahl der Simulationsparameter und die Struktur der Ausgaben des Programms. Contents 1 Introduction 1 2 Installation 1 3 Cerenkov version 4 4 Horizontal shower version 4 5 Steering of the simulation 5 6 The particles in CO RSIKA 9 7 Running the CORSIKA program 9 8 Outputs 11 9 In case of problems ... 12 Bibliography 12 lll 1 Introd uction CORSIKA (COsmic Ray Simulations for KAscade) is a detailed Monte Carlo pro­ gram to study the evolution of EAS in the atmosphere initiated by photons, protons or nuclei of energies up to 1017 eV. It was developed to perform simulations for the KASCADE experiment [1] presently under construction at Karlsruhe. The CORSIKA program [2] is a complete set of routines written in standard FORTRAN77 including the EGS routines [3] modified for the use in extensive air shower simulation. No additional programlibraries are required. Therefore, it runs without problems on all computers where FORTRAN77 is available. The program e:Xists in several types. The standard one allows to simulate the hadronic and muonic component of extensive air showers with or without the detailed simulation of the electromagnetic particles. Optionally versions are available to model in addition the generation of Cerenkov light in the atmosphere and showers under horizontal incident directions. A detailed description of the hadronic and electromagnetic interaction models, the cross sections, the particle decays, and the program frame has been published in [2]. This report is a supplementary description of the technical handling of COR­ SIKA. It contains information about the installation of the program, the required input data, file formats, parameter settings, outputs, and some technical details. If you have proble1ns in installing or running the program, suggestions to im­ prove the code concerning physics, computing, or handling, please contact : Dr. J. Knapp Dr. D. Heck Institut für Kernphysik 1 Institut für Kernphysik 3 Kernforschungszentrum Karlsruhe Kernforschungszentrum Karlsruhe Postfach 3640 Postfach 3640 D-76021 Karlsruhe D-76021 Karlsruhe Tel.: 0721-82-3549 Tel.: 0721-82-3777 Fax.: 0721-82-3548 Fax.: 0721-82-4075 E-mail: IKP977 at DKAKFK3.BITNET E-mail: IAK077 at DKAKFK3.BITNET 2 Installation The CORSIKA source is kept as a HISTORIAN file. HISTORIAN [4] allows com­ fortably to keep several versions of one program with optional code by some simple commands and definitions. Users who do not have HISTORIAN available may eas­ ily understand the source file when knowing the following HISTORIAN commands: *DK 'name' defines beginning of deck 'name'. A deck may be a subroutine, function, part of code etc. 1 *CD 'name' defines beginning of common deck 'name' that is defined once and used multiple (e.g. COMMON blocks). *CA 'namel,name2, ... ' includes common decks 'namel', 'name2', ... at this place. *IF DEF,logkey *EI the code between *IF and *EI is only used if the logical variable logkey is set. The code after a *IF -DEF ,logkey is used if logkey is not set. *IF ... *EI blocks may be nested. U nmarked code is used in any case. At present code for the following logical variables exists in CORSIKA: IBM selects code for calculation on the IBM3090 (machine dependent i/o opera­ tions) TRANSP selects code for calculation on the Transputerfarm (machine dependent i/ o operations) CERENK selects code for simulation of Cerenkov light HORIZONT selects code for simulation of nearly horizontal showers INTTST selects special features for the test of the interaction model (not yet com­ plete, do not use!!) Only a few per cent of the code is optional. With these remarks it should be possible to understand the source code in case of problems. The CORSIKA distribution set consists of the source code (SOURCE) in HIS­ TORIAN format, that contains the complete code, two compile files of the stan­ dard CORSIKA (COMPIBM) and of the Cerenkov version (COMPIBMC), two datasets containing the energy dependent cross sections for electromagnetic interac­ tions (EGSDATA) and nucleon-nucleus processes (NUCNUCCS), several datasets with atmospheric data for different large inclination angles (ATMxx), an example input (INPUTS) tosteer the simulation, a I~TffiXfile containing this description, and a brief description of the changes in the program since the last version. The program comprises some explanations, one main program and ca. 100 sub­ routines and functions and is ~ 16000 lines long. The cross sections for the EGS4 routines are contained in the dataset EGSDATA with a length of 901lines. It is connected to the logical unit KMPI (by default 12). The nucleon-nucleus cross sections are listed in NUCNUCCS which is 2873lines long. They are read via logical unit NUCNUC (NUCleus-NUCleus interactions, by default 11 ). The program version for horizontal showers requires additional data on the at­ mosphere's density (501 lines ). They are expected to be stored in ATMOSPH and are requested via logical unit ATMI (ATMosphere Input, by default 44). Beside these two datasets CORSIKA needs the input of steering commands to 2 Name Def. I/0 File KMPI 12 I EGSDATA, EGS cross sections NUCNUC 11 I NUCNUCCS, nucleus-nucleus cross sections ATMI 44 I ATMOSPH, atmosph. data for horiz. showers MONIIN 5 I INPUTS, steering cards MONIOU 6 0 Simulation cantroll output on line printer MDEBUG 99 0 Debug output if DEBUG it selected EXST 96 I/0 External particle stack, temporary datset PATAPE 90 0 Partide output and simulation results CETAPE 91 0 Cerenkov photon output Table 1: Logical units for in- and output with their default values select the subject of the simulation. They are read via logical unit MONIIN (MONI­ tor INput, by default 5). The format ofthe steeringcards and their effect is described in detail is sec. 5. There are several streams of the output of CORSIKA. One is control informa­ tion about the simulation run itself which is directed to the logical unit MONIOU (MONitor OUtput, by default 6). In case of a debugging run very much information is written to the logical unit MDEBUG (Monitor for DEBUGging, by default 99). The second output stream contains the information about all the particles that reach the observation level. It is directed to unit PATAPE (PArticle TAPE, by default 90). A last output file contains the compressed information of the Cerenkov photons. It is directed to unit CETAPE (CErenkov TAPE, by default 91). During the calculation the program uses a temporary dataset as an external particle stack if the internal one is overfull. This data set is connected to unit EXST (EXi;ernal STack, by default 96). The values of the in- and output units may be redefined by changing their values in one of the two BLOCK DATA subprograms. The units are listed with their default values in table 1. As the CORSIKA program was developed to run on any FORTRAN machine, the major part of the program is machine independent by using only FORTRAN77 standard statements. Nevertheless, there are a few points where computer specific changes may be necessary, concerning for example the file types and connections for in- and output, some code to avoid time out and end of tape errors on our IBM3090, and the rou­ tines delivering an actual date and time. Those crucial places are marked with the comment lines 3 C--MACHINE DEPENDENT CODE C--MACHINE DEPENDENT CODE in the code. 3 Cerenkov version The routines treating the Cerenkov radiation have been supplied by the HEGRA Collaboration and are not described in the CORSIKA report [2). The Cerenkov light production by electrons, positrons, and hadrons is considered in the routines CERENE and CERENH respectively. The photons are restricted to the wavelengths band of 300 to 450 nm. Atmospheric absorption of the Cerenkov photons is not taken into account. Charged particles create Cerenkov photons at each tracking step when the con­ dition ß > 1/n (ß = vjc and n = refractive index) is fullfilled. The step is subdivided in smaller substeps such that the number of Cerenkov photons per substep is less than the fixed number CERSIZ, predifined by an input data card. In such a substep all the photons are sent in a compact bunch along a straight line, defined by the emission angle Be relative to the electron's or hadron's direction and a random value for the angle rjJ around this direction. For higher primary energies it is still impossible to write all the bunches of one shower to tape. Therefore only the bunches are recorded which hit an array of 27 x 27 squares of 1 m 2 each and a gridspacing of 15 m at observation level. Each bunch is represented by 7 words which are the number of Cerenkov photons, the x and y coordinates at the observation level, direction cosines u and v, arrival time and height of production above sea level.
Recommended publications
  • High Energy and Prompt Neutrino Production in the Atmosphere P
    High Energy and Prompt Neutrino Production in the Atmosphere P. Berghaus, R. Birdsall, P. Desiati, T. Montaruli (1) and J. Ranft (2) (berghaus, rbirdsall, desiati, tmontaruli @icecube.wisc.edu, [email protected]) (1) University of Wisconsin, Madison (2) UGH Siegen Abstract: Atmospheric neutrinos and muons have been extensively measured by underground experiments in the region below 10GeV. The AMANDA neutrino telescope has measured the spectrum of atmospheric neutrinos up to 100 TeV and IceCube, which has about 100 times higher acceptance, is expected to collect unprecedented statistics at even higher energies in the near future. Since high energy atmospheric neutrinos are the foreground for extraterrestrial events, their study is of fundamental importance. With IceCube it will be possible to investigate the high energy tail above 1TeV, where kaon and charm physics become relevant. We are working on understanding high energy hadronic models and compare Monte-Carlo data generated with the CORSIKA air shower simulation package to results from particle physics experiments. We also show the effect of improving the simulation of charm production within CORSIKA after calibrating the hadronic model DPMJET against experimental data. The main goal of Neutrino Telescopes is the detection of high energy neutrinos from extraterrestrial sources such as Supernova Remnants, Active Galactic Nuclei (AGN), and Gamma Ray Bursts (GRB) [1]. However, extraterrestrial neutrinos are concealed by the intense flux of neutrinos produced through interactions of cosmic rays in the Earth©s atmosphere via decays of π and K mesons. This foreground has to be understood In order to allow its separation from a potential extraterrestrial neutrino signal.
    [Show full text]
  • Extensive Air Shower Simulations with Corsika and the Influence of High-Energy Hadronic Interaction Models
    EXTENSIVE AIR SHOWER SIMULATIONS WITH CORSIKA AND THE INFLUENCE OF HIGH-ENERGY HADRONIC INTERACTION MODELS D. HECK FOR THE KASCADE COLLABORATION Institut f¨ur Kernphysik, Forschungszentrum Karlsruhe, D-76021 Karlsruhe, Germany E-mail:[email protected] When high-energy cosmic rays (γ’s, protons, or heavy nuclei) impinge onto the Earth’s atmosphere, they interact at high altitude with the air nuclei as targets. By repeated interaction of the secondaries an ‘extensive air shower’ (EAS) is gen- erated with huge particle numbers in the maximum of the shower development. Such cascades are quantitatively simulated by the Monte Carlo computer program CORSIKA. The most important uncertainties in simulations arise from modeling of high-energy hadronic interactions: a) The inelastic hadron-air cross sections. b) The energies occurring in EAS may extend far above the energies available in man-made accelerators, and when extrapolating towards higher energies one has to rely on theoretical guidelines. c) In collider experiments which are used to ad- just the interaction models the very forward particles are not accessible, but just those particles carry most of the hadronic energy, and in the EAS development they transport a large energy fraction down into the atmosphere. CORSIKA is coupled alternatively with 6 high-energy hadronic interaction codes (DPMJET, HDPM, neXus, QGSJET, SIBYLL, VENUS). The influence of those interaction models on observables of simulated EAS is discussed. 1 Introduction CORSIKA (COsmic Ray SImulation for KAscade) is a detailed Monte Carlo program to study the evolution of extensive air showers (EAS) in the atmo- sphere initiated by various cosmic ray particles.
    [Show full text]
  • Radio Detection of Cosmic Rays with LOPES
    Radio Detection of Cosmic Rays with LOPES Claus Grupen University of Siegen & the LOPES Collaboration 1 Particle Astronomy at High Energies main problem: low intensity φ (> 1020 eV) = 1/(km2 ⋅ century) photons? γ γ → e+e- on infrared, optical, blackbody photons λ ≈ 10 kpc protons? γ p → ∆+ → n + π + (p + π 0) λ ≈ 10 Mpc only the „local universe“ is visible way out: neutrinos 2 Radio emission ♦ geo-synchrotron process in the atmosphere (dominant in air) ♦ Askaryan-effect: coherent radio Cherenkov emission (dominant in ice) ♦ charge separation in the Earth‘s magnetic field: dipole radiation ♦ molecular field bremsstrahlung ♦ optimisation of antennas ? 3 Detection of energetic cosmic rays (> 1015 eV) ♦ no direct measurements possible because of low intensity ♦ classical sampling technique using standard particle detectors ⇒ expensive ⇒ only information from the end of the cascade ♦ air fluorescence à la Fly’s Eye ⇒ requires clear moonless nights ⇒ 10 % duty time only ♦ air Cherenkov imaging telescopes ⇒ clear, moonless nights, low duty time ⇒ detection of geosynchrotron emission in the radio band ! 4 5 Advantages of Radio Emission from Extensive Air Showers ♦ simple, robust, cheap detectors ♦ 24 hours/day operation (- thunderstorms) ♦ low attenuation ♦ integration over the whole air shower ♦ wide field of view Potential Problems ♦ radio frequency interference ⇒ digital filtering techniques ♦ only practical at high energies (≥ 1016 eV) 6 7 8 History discovery of radio emission: Jelley et al. (1965), Jodrell Bank theory: Kahn & Lerche (1968) and Colgate (1967) many activities in the late 60‘s and early 70‘s (Haverah Park) problem with radio interference poor time resolution (∼ 1µ s) limited angular acceptance low statistics Now: Monte Carlo code for geosynchrotron emission available (Huege & Falcke 2004/05) Jelley et al.
    [Show full text]
  • Approximating the Lateral Distribution Function of Cherenkov Radiation As a Function of the Particle Type for Tunka-133 Array
    Approximating the Lateral Distribution Function of Cherenkov Radiation as a Function of the Particle Type for Tunka-133 Array Zena Fadhel Khadhum1, Hassan Abdullah Mahdi2, A.A. Al-Rubaiee2,* 1College of science, Department of astronomy and space, Baghdad University, Baghdad, Iraq 2College of Science, Department of Physics, Al-Mustansiriyah University, Baghdad, Iraq *Email: [email protected] Abstract The main interest of the present work is in analyzing the lateral distribution function (LDF) of Cherenkov radiation from particles that produced in Extensive Air Showers (EAS). The simulation of LDF of Cherenkov radiation is fulfilled by utilizing the CORSIKA program at 3∙1015 eV of the primary energy around the knee region for many primaries for vertical showers for Tunka-133 array conditions. Depending on the numerical simulation results of Cherenkov light LDF, sets of parameterized polynomial functions are resetted for several particles as a function of primary particle type. The comparison between the approximated LDF of Cherenkov radiation with the LDF which has been simulated using CORSIKA program for Tunka-133 array is verified for several primary particles for vertical EAS cascade. Keywords: Cherenkov light, lateral distribution function, Extensive Air Showers. 1. Introduction Primary cosmic rays (PCRs) of energy spectrum and mass composition in EAS have been studied around the knee region. This approach has a main significant for getting information about PCR acceleration mechanisms and origin [1, 2]. Generally, LDF of Cherenkov radiation depends on the type and energy of the produced primary particle, observation level, distance from EAS core R, height of the first interaction and the direction of shower axis [3, 4].
    [Show full text]
  • Air Shower Simulation with New Hadronic Interaction Models in CORSIKA
    33RD INTERNATIONAL COSMIC RAY CONFERENCE, RIO DE JANEIRO 2013 THE ASTROPARTICLE PHYSICS CONFERENCE Air Shower Simulation with new Hadronic Interaction Models in CORSIKA T. PIEROG1 D. HECK1 1 Karlsruhe Institute of Technology (KIT), IKP, D-76021 Karlsruhe, Germany [email protected] Abstract: The interpretation of EAS measurements strongly depends on detailed air shower simulations. COR- SIKA is one of the most commonly used air shower Monte Carlo programs. The main source of uncertainty in the prediction of shower observables for different primary particles and energies being currently dominated by differences between hadronic interaction models, two models, EPOS and QGSJETII, have been updated taking into account LHC data. After briefly reviewing major technical improvements implemented in the latest release, version 7.37, such as optional hybrid or massively parallel simulation, the impact of the improved hadronic inter- action models on shower predictions will be presented. The performance of the new EPOS LHC and QGSJETII- 04 models in comparison to LHC data is discussed and the impact on standard air shower observables derived. As a direct consequence of the tuning of the model to LHC data, the predictions obtained with these two models show small differences on the full energy range. Keywords: EAS, LHC, CORSIKA, CONEX, EPOS, QGSJETII, Simulations. 1 Introduction Then the main new options available in the last release of The experimental method of studying ultra-high energy CORSIKA v7.37 and CONEX v4.37 will be reviewed. Fi- cosmic rays is an indirect one. Typically, one investigates nally using detailed Monte Carlo simulations done with various characteristics of extensive air showers (EAS), a these air shower simulation models, the new predictions huge nuclear-electromagnetic cascade induced by a pri- for Xmax and for the number of muons will be presented.
    [Show full text]
  • KASCADE-Grande
    Forschungszentrum Karlsruhe in der Helmholtzgemeinschaft Investigating the 2nd Knee: KASCADE-Grande April, 30 2005 – Aspen, Colorado AndreasAndreas Haungs – KASCADE-Grande Haungs Collaboration `[email protected] theAnkle´ Cosmic Rays around the knee: What is the origin of the knee(s)? energy ? mass ? arrival directions ? interaction mechanism ? Î large number of observables Î multi-detector system April, 30 2005 – Aspen, Colorado Andreas Haungs – KASCADE-Grande Collaboration `PhysicsfromtheKneeto theAnkle´ KASCADE-Grande = KArlsruhe Shower Core and Array DEtector + Grande Measurements of air showers in the energy range E0 = 100 TeV - 1 EeV April, 30 2005 – Aspen, Colorado Andreas Haungs – KASCADE-Grande Collaboration `PhysicsfromtheKneeto theAnkle´ KASCADE : multi-parameter measurements - energy range 100 TeV – 80 PeV - up to 2003: 4⋅107 EAS triggers - large number of observables: Î electrons Î muons (@ 4 threshold energies) Î hadrons April, 30 2005 – Aspen, Colorado Andreas Haungs – KASCADE-Grande Collaboration `PhysicsfromtheKneeto theAnkle´ KASCADE: energy spectra of single mass groups Measurement: KASCADE array data 900 days; 0-18o zenith angle 0-91 m core distance tr lg Ne > 4.8; lg Nµ > 3.6 Î 685868 events u n f o ld in Searched: g E and A of the Cosmic Ray Particles Given: Ne and Nµ for each single event Î solve the inverse problem tr with y=(Ne,Nµ ) and x=(E,A) April, 30 2005 – Aspen, Colorado Andreas Haungs – KASCADE-Grande Collaboration `PhysicsfromtheKneeto theAnkle´ KASCADE result: influence on hadronic
    [Show full text]
  • Systematic Differences Due to High Energy Hadronic Interaction Models
    Systematic Differences due to High Energy Hadronic Interaction Models in Air Shower Simulations in the 100 GeV-100 TeV Range R.D. Parsons1, ∗ and H. Schoorlemmer1 1Max-Planck-Institut f¨urKernphysik P.O. Box 103980; D 69029 Heidelberg; Germany The predictions of hadronic interaction models for cosmic-ray induced air showers contain inherent uncertainties due to limitations of available accelerator data and theoretical understanding in the required energy and rapidity regime. Differences between models are typically evaluated in the range appropriate for cosmic-ray air shower arrays (1015- 1020 eV). However, accurate modelling of charged cosmic-ray measurements with ground based gamma-ray observatories is becoming more and more important. We assess the model predictions on the gross behaviour of measurable air shower parameters in the energy (0.1-100 TeV) and altitude ranges most appropriate for detection by ground-based gamma- ray observatories. We go on to investigate the particle distributions just after the first interaction point, to examine how differences in the micro-physics of the models may compound into differences in the gross air shower behaviour. Differences between the models above 1 TeV are typically less than 10%. However, we find the largest variation in particle densities at ground at the lowest energy tested (100 GeV), resulting from striking differences in the early stages of shower development. INTRODUCTION vations, as most pointedly seen in the measurement of the cosmic ray electron spectrum [8{11] where the back- Ground based gamma-ray astronomy uses the particle ground contamination must be estimated from compar- shower initiated when a very high energy (> 100 GeV) ison to Monte Carlo simulations, in which case the sys- gamma-ray interacts with an atom in the Earth's atmo- tematic uncertainties in the hadronic interactions quickly sphere, to detect and reconstruct the primary particles become the dominant form of uncertainty in the measure- of the primary gamma-rays.
    [Show full text]
  • Cosmic-Ray Studies with Experimental Apparatus at LHC
    S S symmetry Article Cosmic-Ray Studies with Experimental Apparatus at LHC Emma González Hernández 1, Juan Carlos Arteaga 2, Arturo Fernández Tellez 1 and Mario Rodríguez-Cahuantzi 1,* 1 Facultad de Ciencias Físico Matemáticas, Benemérita Universidad Autónoma de Puebla, Av. San Claudio y 18 Sur, Edif. EMA3-231, Ciudad Universitaria, 72570 Puebla, Mexico; [email protected] (E.G.H.); [email protected] (A.F.T.) 2 Instituto de Física y Matemáticas, Universidad Michoacana, 58040 Morelia, Mexico; [email protected] * Correspondence: [email protected] Received: 11 September 2020; Accepted: 2 October 2020; Published: 15 October 2020 Abstract: The study of cosmic rays with underground accelerator experiments started with the LEP detectors at CERN. ALEPH, DELPHI and L3 studied some properties of atmospheric muons such as their multiplicity and momentum. In recent years, an extension and improvement of such studies has been carried out by ALICE and CMS experiments. Along with the LHC high luminosity program some experimental setups have been proposed to increase the potential discovery of LHC. An example is the MAssive Timing Hodoscope for Ultra-Stable neutraL pArticles detector (MATHUSLA) designed for searching of Ultra Stable Neutral Particles, predicted by extensions of the Standard Model such as supersymmetric models, which is planned to be a surface detector placed 100 meters above ATLAS or CMS experiments. Hence, MATHUSLA can be suitable as a cosmic ray detector. In this manuscript the main results regarding cosmic ray studies with LHC experimental underground apparatus are summarized. The potential of future MATHUSLA proposal is also discussed. Keywords: cosmic ray physics at CERN; atmospheric muons; trigger detectors; muon bundles 1.
    [Show full text]
  • Extensive Air Showers and Ultra High-Energy Cosmic Rays: a Historical Review
    EPJ manuscript No. (will be inserted by the editor) Extensive Air Showers and Ultra High-Energy Cosmic Rays: A Historical Review Karl-Heinz Kampert1;a and Alan A Watson2;b 1 Department of Physics, University Wuppertal, Germany 2 School of Physics and Astronomy, University of Leeds, UK Abstract. The discovery of extensive air showers by Rossi, Schmeiser, Bothe, Kolh¨orsterand Auger at the end of the 1930s, facilitated by the coincidence technique of Bothe and Rossi, led to fundamental con- tributions in the field of cosmic ray physics and laid the foundation for high-energy particle physics. Soon after World War II a cosmic ray group at MIT in the USA pioneered detailed investigations of air shower phenomena and their experimental skill laid the foundation for many of the methods and much of the instrumentation used today. Soon in- terests focussed on the highest energies requiring much larger detectors to be operated. The first detection of air fluorescence light by Japanese and US groups in the early 1970s marked an important experimental breakthrough towards this end as it allowed huge volumes of atmo- sphere to be monitored by optical telescopes. Radio observations of air showers, pioneered in the 1960s, are presently experiencing a renais- sance and may revolutionise the field again. In the last 7 decades the research has seen many ups but also a few downs. However, the exam- ple of the Cygnus X-3 story demonstrated that even non-confirmable observations can have a huge impact by boosting new instrumentation to make discoveries and shape an entire scientific community.
    [Show full text]
  • KCDC User Manual
    KCDC User Manual KCDC - the KASCADE Cosmic Ray Data Centre Open Access Solution for the KArlsruhe Shower Core and Array Detector (KASCADE) KIT - University of the State of Baden-Wuerttemberg and National Research Centre of the Helmholtz Association Authors: Jürgen Wochele, Donghwa Kang, Doris Wochele, Andreas Haungs, Sven Schoo Address: Karlsruhe Institute of Technology (KIT) Institute for Astroparticle Physics (IAP) Hermann-von-Helmholtz-Platz 1 76344 Eggenstein-Leopoldshafen Internet: kcdc.iap.kit.edu www.kit.edu DOI: https://doi.org/10.17616/R3TS4P Version: V.2.20 Last update: 2021-06-07 2 TABLE OF CONTENTS 1 INTRODUCTION ............................................................................................................................................ 9 1.1 KCDC - The KASCADE Cosmic Ray Data Centre ..................................................................................... 9 1.2 KCDC Motivation ................................................................................................................................. 11 1.3 KCDC Data Overview ............................................................................................................................ 13 1.4 The KCDC Team ................................................................................................................................... 14 2 THE KASCADE-DETECTORS ......................................................................................................................... 15 2.1 The KASCADE-Grande Experiment .....................................................................................................
    [Show full text]
  • The KASCADE-Grande Observatory and the Composition of Very High-Energy Cosmic Rays
    Journal of Physics: Conference Series PAPER • OPEN ACCESS Related content - Results from the KASCADE, KASCADE- The KASCADE-Grande observatory and the Grande, and LOPES experiments J R Hörandel, W D Apel, F Badea et al. composition of very high-energy cosmic rays - The KASCADE-grande experiment J Blümer, W D Apel, J C Arteaga et al. To cite this article: J C Arteaga-Velázquez et al 2015 J. Phys.: Conf. Ser. 651 012001 - Radio Emission in Atmospheric Air Showers: Results of LOPES-10 A Haungs, W D Apel, T Asch et al. View the article online for updates and enhancements. Recent citations - Cascade Photons as Test of Protons in UHECR V. Berezinsky et al - Full Monte-Carlo description of the Moscow State University Extensive Air Shower experiment Yu.A. Fomin et al This content was downloaded from IP address 129.13.72.197 on 23/10/2018 at 09:22 XIV Mexican Workshop on Particles and Fields IOP Publishing Journal of Physics: Conference Series 651 (2015) 012001 doi:10.1088/1742-6596/651/1/012001 The KASCADE-Grande observatory and the composition of very high-energy cosmic rays J.C. Arteaga-Vel´azquez1,∗, W.D. Apel2, K. Bekk2, M. Bertaina3, J. Bl¨umer2,4, H. Bozdog2, I.M. Brancus5, E. Cantoni3,6,a, A. Chiavassa3, F. Cossavella4,b, K. Daumiller2, V. de Souza7, F. Di Pierro3, P. Doll2, R. Engel2, J. Engler2, B. Fuchs4, D. Fuhrmann8,c, H.J. Gils2, R. Glasstetter8, C. Grupen9, A. Haungs2, D. Heck2, J.R. H¨orandel10, D. Huber4, T. Huege2, K.-H. Kampert8, D.
    [Show full text]
  • Arxiv:1907.02335V1 [Astro-Ph.IM] 4 Jul 2019 Keywords: Big Data · Data Engineering · Astroparticle Physics · KAS- CADE · TAIGA · GRADLC
    Development of a Data Infrastructure for a Global Data and Analysis Center in Astroparticle Physics ? Victoria Tokareva1[0000−0001−6699−830X]??, Andreas Haungs1[0000−0002−9638−7574], Donghwa Kang1[0000−0002−5149−9767], Dmitriy Kostunin2[0000−0002−0487−0076], Frank Polgart1[0000−0002−9324−7146], Doris Wochele1[0000−0001−6121−0632], J¨urgenWochele1[0000−0003−3854−4890] 1 Karlsruhe Institute of Technology, Institute for Nuclear Physics, 76021 Karlsruhe, Germany 2 Deutsches Elektronen-Synchrotron, 15738 Zeuthen, Germany [email protected] Abstract. Nowadays astroparticle physics faces a rapid data volume increase. Meanwhile, there are still challenges of testing the theoreti- cal models for clarifying the origin of cosmic rays by applying a multi- messenger approach, machine learning and investigation of the phenom- ena related to the rare statistics in detecting incoming particles. The problems are related to the accurate data mapping and data manage- ment as well as to the distributed storage and high-performance data processing. In particular, one could be interested in employing such so- lutions in study of air-showers induced by ultra-high energy cosmic and gamma rays, testing new hypotheses of hadronic interaction or cross- calibration of different experiments. KASCADE (Karlsruhe, Germany) and TAIGA (Tunka valley, Russia) are experiments in the field of as- troparticle physics, aiming at the detection of cosmic-ray air-showers, induced by the primaries in the energy range of about hundreds TeVs to hundreds PeVs. They are located at the same latitude and have an over- lap in operation runs. These factors determine the interest in performing a joint analysis of these data.
    [Show full text]