skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Title: Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis. Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry. In case Eventdisplay is used in a research project, please cite the following publication: Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048 This release adds zstd to the alma linux containers. What's Changed v5.13.1 - add zstd to almalinux containers. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/164 Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.13.0...v5.13.2  more » « less
Award ID(s):
2310028
PAR ID:
10609717
Author(s) / Creator(s):
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; more » ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; « less
Publisher / Repository:
Zenodo
Date Published:
Subject(s) / Keyword(s):
gamma-ray astronomy astronomy software Imaging Atmospheric Cherenkov Telescope VERITAS CTA Cherenkov Telescope Array Eventdisplay
Format(s):
Medium: X
Right(s):
BSD 3-Clause "New" or "Revised" License
Sponsoring Org:
National Science Foundation
More Like this
  1. null (Ed.)
    Abstract Background Cancer progression reconstruction is an important development stemming from the phylogenetics field. In this context, the reconstruction of the phylogeny representing the evolutionary history presents some peculiar aspects that depend on the technology used to obtain the data to analyze: Single Cell DNA Sequencing data have great specificity, but are affected by moderate false negative and missing value rates. Moreover, there has been some recent evidence of back mutations in cancer: this phenomenon is currently widely ignored. Results We present a new tool, , that reconstructs a tumor phylogeny from Single Cell Sequencing data, allowing each mutation to be lost at most a fixed number of times. The General Parsimony Phylogeny from Single cell () tool is open source and available at https://github.com/AlgoLab/gpps . Conclusions provides new insights to the analysis of intra-tumor heterogeneity by proposing a new progression model to the field of cancer phylogeny reconstruction on Single Cell data. 
    more » « less
  2. Quantitative susceptibility mapping (QSM) involves acquisition and reconstruction of a series of images at multi-echo time points to estimate tissue field, which prolongs scan time and requires specific reconstruction technique. In this paper, we present our new framework, called Learned Acquisition and Reconstruction Op- timization (LARO), which aims to accelerate the multi-echo gradient echo (mGRE) pulse sequence for QSM. Our approach involves optimizing a Cartesian multi-echo k-space sampling pattern with a deep reconstruc- tion network. Next, this optimized sampling pattern was implemented in an mGRE sequence using Cartesian fan-beam k-space segmenting and ordering for prospective scans. Furthermore, we propose to insert a recur- rent temporal feature fusion module into the reconstruction network to capture signal redundancies along echo time. Our ablation studies show that both the optimized sampling pattern and proposed reconstruction strategy help improve the quality of the multi-echo image reconstructions. Generalization experiments show that LARO is robust on the test data with new pathologies and different sequence parameters. Our code is available at https://github.com/Jinwei1209/LARO-QSM.git . 
    more » « less
  3. This artifact contains resources for reproducing and extending the work "The Effects of Computational Resources on Flaky Tests" Contents:  Analysis and Processed Test Results.tgz: An archive that contains information about the projects analyzed, summarized test results per-throttling configuration per-run, and a Jupyter notebook that detects RAFT (generating all tables and figures in the article). A README in this archive provides further guidance on its contents js-results.tar, java-results.tar, python-results.tar: The raw results produced by the test runner when executing each JavaScript, Java and Python project 300 times in each of the throttling configurations. See also: We have published docker containers that include each project that we studied, along with all of the dependenices for running the tests. These containers can be used to reproduce our results, or to extend our work by running additional tests. The containers are available at https://hub.docker.com/r/jonbell/raft/tags 
    more » « less
  4. Alkan, Can (Ed.)
    Abstract SummaryGenome-centric analysis of metagenomic samples is a powerful method for understanding the function of microbial communities. Calculating read coverage is a central part of analysis, enabling differential coverage binning for recovery of genomes and estimation of microbial community composition. Coverage is determined by processing read alignments to reference sequences of either contigs or genomes. Per-reference coverage is typically calculated in an ad-hoc manner, with each software package providing its own implementation and specific definition of coverage. Here we present a unified software package CoverM which calculates several coverage statistics for contigs and genomes in an ergonomic and flexible manner. It uses “Mosdepth arrays” for computational efficiency and avoids unnecessary I/O overhead by calculating coverage statistics from streamed read alignment results. Availability and implementationCoverM is free software available at https://github.com/wwood/coverm. CoverM is implemented in Rust, with Python (https://github.com/apcamargo/pycoverm) and Julia (https://github.com/JuliaBinaryWrappers/CoverM_jll.jl) interfaces. 
    more » « less
  5. What's Changed Optimize some vector operations by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/90 Add a way to create a tensor view of a pointer by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/92 Add python bindings by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/87 Update IndexUtils.hpp by @jturney in https://github.com/Einsums/Einsums/pull/95 Einsums Restructuring by @jturney in https://github.com/Einsums/Einsums/pull/97 Fix print. by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/102 Docs: Docs were not deploying by @jturney in https://github.com/Einsums/Einsums/pull/104 Fix performance issues by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/107 Fix parsing bug by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/110 Fix performance again by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/111 Fixing docs by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/101 Docs: Tweaks for consistency. by @jturney in https://github.com/Einsums/Einsums/pull/120 Move Design Patterns by @cgbriggs99 in https://github.com/Einsums/Einsums/pull/121 Full Changelog: https://github.com/Einsums/Einsums/compare/v0.6.1...v1.0.0 
    more » « less