SearcharxivSearch

arXiv subjects

Davide Ricci

Publications and source records attributed to Davide Ricci.

At least 19 recordsLinked to original sources

The Mori cone of certain Hassett spaces

In this paper, we prove that the Mori cone of Hassett spaces whose universal family is a $\mathbf{P}^1$-bundle is generated by 1-dimensional strata. This extends the case of the symmetric GIT quotient $(\mathbf{P}^1)^n//PGL_2$ established by Bolognesi and Massarenti. Along the way, we review how these spaces are naturally isomorphic to certain GIT quotients $(\mathbf{P}^1)^n//PGL_2$, characterize them as the targets of the birational contractions of the blow-up of $\mathbf{P}^{n-3}$ at $n-1$ general points with $\mathbf{Q}$-factorial image, and deduce that their effective cone is likewise generated by strata.

math.AG

The SOXS Spectrograph Instrument Control Software

SOXS (Son Of X-Shooter) is a new spectrograph for the European Southern Observatory (ESO), recently installed at the New Technology Telescope (NTT) at the La Silla Observatory, Chile. The main instrument goal consists in the characterization of transient sources, based on alerts. It covers from (partially) ultra-violet to visible and near-infrared bands, with a spectral resolution of R $\sim 4500$, using two separate, wavelength-optimized spectrographs. A scientific grade visible camera, primarily intended for target acquisition, also provides a "light imaging" mode. In this paper, we present the design of the SOXS Instrument Control Software, which is in charge of controlling all motors, calibration lamps and detectors, monitoring sensors and components' status, coordinating the execution of exposures, and implementing all observation, calibration and maintenance procedures. Given the extensive experience of the SOXS consortium in the development of instruments for the ESO Very Large Telescope (VLT), we decided to base the design of the Control System on the same standards, both for hardware and software control. We illustrate the control network, the instrument functions and detectors to be controlled, the overall design of SOXS Instrument Software (INS) and its main components. Then, we provide details about the control software for the most SOXS-specific components, and peculiar features: the piezoelectric tip-tilt corrector used for active compensation of mechanical flexures of the instrument; the cryogenic piezoelectric slit exchanger for the NIR spectrograph; the co-rotator monitoring system; and the control of the Commercial-Off-the-Shelf (COTS)- based imaging camera.

astro-ph.IM

SHINS, the SHARK-NIR Instrument Control Software

SHARK-NIR is a new compact instrument for coronagraphic imaging, direct imaging, and coronagraphic spectroscopy in the near-infrared wavelengths mounted at LBT. Taking advantage of the telescope's adaptive optics system, it provides high contrast imaging with coronagraphic and spectroscopic capabilities and is focused on the direct imaging of exoplanets and circumstellar discs. We present SHINS, the SHARK-NIR instrument control software, mainly realized with the TwiceAsNice framework from MPIA - Heidelberg and the ICE framework using the C++ programming language. We describe how we implemented the software components controlling several instrument subsystems, through the adaptation of already tested libraries from other instruments at LBT, such as LINC-NIRVANA. The scientific detector comes with its own readout electronic and control software interfaced with our software through INDI. We describe the C++ core software Observation Control Software, responsible for dispatching commands to the subsystems, also implementing a software solution to avoid a potential collision between motorized components, fully transparent to final users. It exposes an ICE interface and can be controlled by clients developed in different languages. Observation, calibration, and maintenance procedures are implemented by means of template scripts, written in python language, controlling Observation Control Software through its ICE interface. These templates and their parameters are configured using "ESO-style", XML Observation Blocks prepared by observers, or in general SHARK-NIR users. The high-level control is carried out by REST HTTP APIs implemented in a python back-end, also acting as a web server for the several browser-based front-end GUIs. Finally, we present the first scientific results obtained by SHARK-NIR using coronagraphic mode.

astro-ph.IM

Final design of Cerberus, a three-headed instrument for the OARPAF telescope

Cerberus will be a new scientific instrument for the alt-az, 1m-class OARPAF telescope in Northern Italy. Currently, the telescope operates with a CCD camera used for imaging and photometry. One of the objectives of the project is to improve this observing mode with a tip-tilt lens for image stabilization up to 10Hz. Moreover, a long-slit spectroscopy at R 5900 and an optical fiber échelle spectroscopy at R 9300 observing modes will be included. These addtional two "heads" of Cerberus will be exclusively selected by moving flat 45 degree mirrors by means of a linear stage placed in a new custom interface flange. The flange will replace the existing one, recovering the included field flattener lens, to ensure optical correction of the imaging channel. We present the already procured COTS hardware, the opto-mechanical design of the interface flange, the results of the Zemax ray tracing and the design of the web-based instrument control software.

astro-ph.IM

Toward the remotization and robotization of the OARPAF telescope

OARPAF (Osservatorio Astronomico Regionale Parco Antola Comune di Fascia, Italy) hosts an 80cm Astelco telescope with a Gambato Dome, SBIG-STX camera, Davis weather station, and SBIG AllSky camera. We present a layer-structured python3 framework to control these devices. Layer 1 provides straightforward getter/setter interface for "atomic" operations on devices. Layer 2 wraps the above mentioned atomic operations into "ESO-style" Templates, to perform sequences of common pointing, observation, and calibration operations called "Observation Blocks" (OBs) that are run by a sequencer. Layer 3 is a REST API based on HTTP verbs to expose methods that control Layer 1 devices and Layer 2. We also present a web interface built on top of this layer. The work is part of the frame for remoting and robotizing the observatory.

astro-ph.IM

Improvements to SHINS, the SHARK-NIR Instrument Software, during the AIT phase

In the context of SHARK-NIR (System for coronagraphy with High Order adaptive optics in Z and H band), we present the development of SHINS, the SHARK-NIR INstrument control Software, in particular focusing on the changes introduced during the Assembly, Integration, and Test (AIT) phase. SHARK-NIR observing sessions will be carried out with "ESO-style" Observation Blocks (OBs) based on so-called Templates scripts that will be prepared by observers. We decided to develop Templates also for the large number of AIT tests (flexures, coronagraphic mask alignment, scientific camera performances...). Here we present the adopted HTTP API for the OBs generation and a web-based frontend that implements it. Taking advantage of this approach, we decided to expose APIs also for individual device movement and monitoring, as well as for general status. These APIs are then used in the web-based instrument control and synoptic panels. During the recent AIT phase, a potential collision issue between two motorized components emerged. While we are exploring the possibility of a hardware interlock, we present a software solution developed at the Observation Software level, that is also available while using other software such as engineering panels. The system is based on three protection layers and it has been successfully tested.

astro-ph.IM

Easy remote observations using web interfaces: controlling an Italian telescope from Japan, and more

Remote observations are often limited by user interfaces, which seem frozen to another computer era: low performances, outdated programming languages, command-line scripting, high version-dependent software. Instead, web-based tools are standard: using nothing more than a browser, astronomers can interact with a generic observatory in a native cross-platform, remote-born way. We used this approach while advancing in the remotization of the 1m-class OARPAF telescope, located in Northern Italy. The web-based control software provides easy and integrated management of its components. This solution can be exported not only to similar hardware/software facilities, but also to large instruments such as SHARK-NIR at LBT; not only for single operations, but also for procedure scripting. In this contribution we describe our best practices and present two recent, orthogonal use cases: an in-place professional use for exoplanetary transit follow-ups, and the first remote control of the telescope from a Japanese high school, allowing students to independently observe, in their daytime, globular clusters

astro-ph.IM

Automated scheduler for the SOXS instrument: design and performance

We present the advancements in the development of the scheduler for the Son Of X-shooter instrument at the ESO-NTT 3.58-m telescope in La Silla, Chile. SOXS is designed as a single-object spectroscopic facility and features a high-efficiency spectrograph with two arms covering the spectral range of 350-2000 nm and a mean resolving power of approximately R=4500. It will conduct UV-visible and near-infrared follow-up observations of astrophysical transients, drawing from a broad pool of targets accessible through the streaming services of wide-field telescopes, both current and future, as well as high-energy satellites. The instrument will cater to various scientific objectives within the astrophysical community, each entailing specific requirements for observation planning. SOXS will operate at the European Southern Observatory (ESO) in La Silla, without the presence of astronomers on the mountain. This poses a unique challenge for the scheduling process, demanding a fully automated algorithm that is autonomously interacting with the appropriate databases and the La Silla Weather API, and is capable of presenting the operator not only with an ordered list of optimal targets (in terms of observing constraints) but also with optimal backups in the event of changing weather conditions. This imposes the necessity for a scheduler with rapid-response capabilities without compromising the optimization process, ensuring the high quality of observations and best use of the time at the telescope. We thus developed a new highly available and scalable architecture, implementing API Restful applications like Docker Containers, API Gateway, and Python-based Flask frameworks. We provide an overview of the current state of the scheduler, which is now ready for the approaching on-site testing during Commissioning phase, along with insights into its web interface and preliminary performance tests.

astro-ph.IM

The SOXS Instrument Control Software approaching the PAE

The Instrument Control Software of SOXS (Son Of X-Shooter), the forthcoming spectrograph for the ESO New Technology Telescope at the La Silla Observatory, has reached a mature state of development and is approaching the crucial Preliminary Acceptance in Europe phase. Now that all the subsystems have been integrated in the laboratories of the Padova Astronomical Observatory, the team operates for testing purposes with the whole instrument at both engineering and scientific level. These activities will make use of a set of software peculiarities that will be discussed in this contribution. In particular, we focus on the synoptic panel, the co-rotator system special device, on the Active Flexure Compensation system which controls two separate piezo tip-tilt devices.

astro-ph.IM

The status of the NIR arm of the SOXS Instrument toward the PAE

The Son Of X-Shooter (SOXS) is a single object spectrograph, built by an international consortium for the 3.58-m ESO New Technology Telescope at the La Silla Observatory [1]. It offers a simultaneous spectral coverage over 350-2000 nm, with two separate spectrographs. In this paper we present the status of the Near InfraRed (NIR) cryogenic echelle cross-dispersed spectrograph [1], in the range 0.80-2.00 μm with 15 orders, equipped with an 2k x 2k Hawaii H2RG IR array from Teledyne, working at 40K, that is currently assembled and tested on the SOXS instrument, in the premises of INAF in Padova. We describe the different tests and results of the cryo, vacuum, opto-mechanics and detector subsystems that finally will be part of the PAE by ESO.

astro-ph.IM

What is your favorite transient event? SOXS is almost ready to observe!

The Son Of X-Shooter (SOXS) will be the specialized facility to observe any transient event with a flexible scheduler at the ESO New Technology Telescope (NTT) at La Silla, Chile. SOXS is a single object spectrograph offering simultaneous spectral coverage in UV-VIS (350-850 nm) and NIR (800-2000 nm) wavelength regimes with an average of R~4500 for a 1arcsec slit. SOXS also has imaging capabilities in the visible wavelength regime. Currently, SOXS is being integrated at the INAF-Astronomical Observatory of Padova. Subsystem- and system-level tests and verification are ongoing to ensure and confirm that every requirement and performance are met. In this paper, we report on the integration and verification of SOXS as the team and the instrument prepare for the Preliminary Acceptance Europe (PAE).

astro-ph.IM

The integration of the SOXS control electronics towards the PAE

SOXS (Son Of X-Shooter) is the new single object spectrograph for the ESO New Technology Telescope (NTT) at the La Silla Observatory, able to cover simultaneously both the UV-VIS and NIR bands (350-2000 nm). The instrument is currently in the integration and test phase, approaching the Preliminary Acceptance in Europe (PAE) before shipment to Chile for commissioning. After the assembly and preliminary test of the control electronics at INAF - Astronomical Observatory of Capodimonte (Napoli), the two main control cabinets of SOXS are now hosted in Padova, connected to the real hardware. This contribution describes the final electronic cabinets layout, the control strategy and the different integration phases, waiting for the Preliminary Acceptance in Europe and the installation of the instrument in Chile.

astro-ph.IM

Laboratory test of the VIS detector system of SOXS for the ESO-NTT telescope

SOXS is the new spectrograph for the ESO NTT telescope able to cover the optical and NIR bands thanks to two different arms: the UV-VIS (350-850 nm), and the NIR (800-2000 nm). In this article, we describe the final design of the visible camera cryostats, the test facilities for the CCD characterization, and the first results with the scientific detector. The UV-VIS detector system is based on a e2v CCD 44-82, a custom detector head coupled with the ESO Continuous Flowing Cryostat (CFC) cooling system and the New General Detector Controller (NGC) developed by ESO. The laboratory facility is based on an optical bench equipped with a Xenon lamp, filter wheels to select the wavelength, an integrating sphere, and a calibrated diode to measure the flux. This paper outlines the visible camera cryostat, the test facilities for the CCD characterization and the first results with the scientific detector in the laboratory and after the integration to the instrument.

astro-ph.IM

Dynamic scheduling for SOXS instrument: environment, algorithms and development

We present development progress of the scheduler for the Son Of X-Shooter (SOXS) instrument at the ESO-NTT 3.58 meter telescope. SOXS will be a single object spectroscopic facility, consisting of a two-arms high-efficiency spectrograph covering the spectral range 350-2000 nanometer with a mean resolving power R$\approx$4500. SOXS will be uniquely dedicated to the UV-visible and near infrared follow up of astrophysical transients, with a very wide pool of targets available from the streaming services of wide-field telescopes, current and future. This instrument will serve a variety of scientific scopes in the astrophysical community, with each scope eliciting its specific requirements for observation planning, that the observing scheduler has to meet. Due to directions from the European Southern Observatory (ESO), the instrument will be operated only by La Silla staff, with no astronomer present on the mountain. This implies a new challenge for the scheduling process, requiring a fully automated algorithm that should be able to present the operator not only with and ordered list of optimal targets, but also with optimal back-ups, should anything in the observing conditions change. This imposes a fast-response capability to the scheduler, without compromising the optimization process, that ensures good quality of the observations. In this paper we present the current state of the scheduler, that is now almost complete, and of its web interface.

astro-ph.IM

The Quality Check system architecture for Son-Of-X-Shooter SOXS

We report the implemented architecture for monitoring the health and the quality of the Son Of X-Shooter (SOXS) spectrograph for the New Technology Telescope in La Silla at the European Southern Observatory. Briefly, we report on the innovative no-SQL database approach used for storing time-series data that best suits for automatically triggering alarm, and report high-quality graphs on the dashboard to be used by the operation support team. The system is designed to constantly and actively monitor the Key Performance Indicators (KPI) metrics, as much automatically as possible, reducing the overhead on the support and operation teams. Moreover, we will also detail about the interface designed to inject quality checks metrics from the automated SOXS Pipeline (Young et al. 2022).

astro-ph.IM

Progress on the SOXS NIR Spectrograph AIT

The Son Of X-Shooter (SOXS) is a single object spectrograph, built by an international consortium for the 3.58-m ESO New Technology Telescope at the La Silla Observatory, ranging from 350 to 2000 nm. In this paper, we present the progress in the AIT phase of the Near InfraRed (NIR) arm. We describe the different AIT phases of the cryo, vacuum, opto-mechanics and detector subsystems, that finally converged at the INAF-OAB premises in Merate (Italy), where the NIR spectrograph is currently being assembled and tested, before the final assembly on SOXS.

astro-ph.IM

SOXS AIT: a paradigm for system engineering of a medium class telescope instrument

SOXS (SOn of X-Shooter) is a high-efficiency spectrograph with a mean Resolution-Slit product of 3500 over the entire band capable of simultaneously observing the complete spectral range 350-2000 nm. It consists of three scientific arms (the UV-VIS Spectrograph, the NIR Spectrograph and the Acquisition Camera) connected by the Common Path system to the NTT, and the Calibration Unit. We present an overview of the flow from the scientific to the technical requirements, and the realization of the sub-systems. Further, we give an overview of the methodologies used for planning and managing the assembly of the sub-systems, their integration and tests before the acceptance of the instrument in Europe (PAE) along with the plan for the integration of SOXS to the NTT. SOXS could be used as an example for the system engineering of an instrument of moderate complexity, with a large geographic spread of the team.

astro-ph.IM

The Son-Of-X-shooter (SOXS) Data-Reduction Pipeline

The Son-Of-XShooter (SOXS) is a single object spectrograph (UV-VIS & NIR) and acquisition camera scheduled to be mounted on the ESO 3.58-m New Technology Telescope at the La Silla Observatory. Although the underlying data reduction processes to convert raw detector data to fully-reduced science ready data are complex and multi-stepped, we have designed the SOXS Data Reduction pipeline with the core aims of providing end-users with a simple-to-use, well-documented command-line interface while also allowing the pipeline to be run in a fully automated state; streaming reduced data into the ESO Science Archive Facility without need for human intervention. To keep up with the stream of data coming from the instrument, there is the requirement to optimise the software to reduce each observation block of data well within the typical observation exposure time. The pipeline is written in Python 3 and has been built with an agile development philosophy that includes CI and adaptive planning.

astro-ph.IM