Researcher profile

Andrea Zoli

Andrea Zoli contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - UnverifiedVerification L1Unclaimed author
3works
0followers
2topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2015arXiv

Real-Time Analysis sensitivity evaluation of the Cherenkov Telescope Array

The Cherenkov Telescope Array (CTA), the new generation very high-energy gamma-ray observatory, will improve the flux sensitivity of the current Cherenkov telescopes by an order of magnitude over a continuous range from about 10 GeV to above 100 TeV. With tens of telescopes distributed in the Northern and Southern hemispheres, the large effective area and field of view coupled with the fast pointing capability make CTA a crucial instrument for the detection and understanding of the physics of transient, short-timescale variability phenomena (e.g. Gamma-Ray Bursts, Active Galactic Nuclei, gamma-ray binaries, serendipitous sources). The key CTA system for the fast identification of flaring events is the Real-Time Analysis (RTA) pipeline, a science alert system that will automatically detect and generate science alerts with a maximum latency of 30 seconds with respect to the triggering event collection and ensure fast communication to/from the astrophysics community. According to the CTA design requirements, the RTA search for a true transient event should be performed on multiple time scales (from minutes to hours) with a sensitivity not worse than three times the nominal CTA sensitivity. Given the CTA requirement constraints on the RTA efficiency and the fast response ability demanded by the transient science, we perform a preliminary evaluation of the RTA sensitivity as a function of the CTA high-level technical performance (e.g. effective area, point spread function) and the observing time. This preliminary approach allows the exploration of the complex parameter space defined by the scientific and technological requirements, with the aim of defining the feasibility range of the input parameters and the minimum background rejection capability of the RTA pipeline.

preprint2014arXiv

CIWS-FW: a Customizable InstrumentWorkstation Software Framework for instrument-independent data handling

The CIWS-FW is aimed at providing a common and standard solution for the storage, processing and quick look at the data acquired from scientific instruments for astrophysics. The target system is the instrument workstation either in the context of the Electrical Ground Support Equipment for space-borne experiments, or in the context of the data acquisition system for instrumentation. The CIWS-FW core includes software developed by team members for previous experiments and provides new components and tools that improve the software reusability, configurability and extensibility attributes. The CIWS-FW mainly consists of two packages: the data processing system and the data access system. The former provides the software components and libraries to support the data acquisition, transformation, display and storage in near real time of either a data packet stream and/or a sequence of data files generated by the instrument. The latter is a meta-data and data management system, providing a reusable solution for the archiving and retrieval of the acquired data. A built-in operator GUI allows to control and configure the IW. In addition, the framework provides mechanisms for system error and logging handling. A web portal provides the access to the CIWS-FW documentation, software repository and bug tracking tools for CIWS-FW developers. We will describe the CIWS-FW architecture and summarize the project status.

preprint2014arXiv

DAS: a data management system for instrument tests and operations

The Data Access System (DAS) is a metadata and data management software system, providing a reusable solution for the storage of data acquired both from telescopes and auxiliary data sources during the instrument development phases and operations. It is part of the Customizable Instrument WorkStation system (CIWS-FW), a framework for the storage, processing and quick-look at the data acquired from scientific instruments. The DAS provides a data access layer mainly targeted to software applications: quick-look displays, pre-processing pipelines and scientific workflows. It is logically organized in three main components: an intuitive and compact Data Definition Language (DAS DDL) in XML format, aimed for user-defined data types; an Application Programming Interface (DAS API), automatically adding classes and methods supporting the DDL data types, and providing an object-oriented query language; a data management component, which maps the metadata of the DDL data types in a relational Data Base Management System (DBMS), and stores the data in a shared (network) file system. With the DAS DDL, developers define the data model for a particular project, specifying for each data type the metadata attributes, the data format and layout (if applicable), and named references to related or aggregated data types. Together with the DDL user-defined data types, the DAS API acts as the only interface to store, query and retrieve the metadata and data in the DAS system, providing both an abstract interface and a data model specific one in C, C++ and Python. The mapping of metadata in the back-end database is automatic and supports several relational DBMSs, including MySQL, Oracle and PostgreSQL.