The main goal of the Yatsuani software developed is to automatize the process of the astrophysical data acquisition for defined ephemerides (RA/DEC/time). We are using following telescope data products: Gemini, CFHT, JCMT, HST, BLAST, MOST, DAO, MACHO, OMM, FUSE, UKIRT, NEOSSat, and VLASS.

We develop IT solutions in three-tier architecture model. This model is commonly used in the astrophysical IT systems dedicated for multi-teams and/or multi-datasets. The selection of this architecture is intended to allow any of the three tiers to be upgraded or replaced independently in response to changes in requirements or technology. For example, a change of ephemerides source or data structure would only affects the interface between the hidden layer and this source. The architecture of the software developed is presented below.
Data
-
Astrophysical data storage. Local or cloud solutions. Astrophysical Objects Database – stores data of the objects with known names. I.e. if we run the program for target Yatsuani, all observations for this target would be stored here: time, RA, Dec, source FITS File, Source Instrument.
- Ephemerides Database – stores astrophysical data of the observations that compare with queried ephemerides in the form: time, RA, Dec, source FITS File, source Instrument.
Logic
This layer is composed of the five functionalities and two interfaces. Interfaces provide a connection between the software and external sources of data.
- I.e. we develop CADC Interface – provides two-way communication with the Canadian Astrophysical Database Center: database querying and FITS files URL access.
Functionalities cover all necessary logic, structurize ephemeris data or generating queries.
Visualization
We are providing result data in the formats expected by external software like DS9, Astrometrica, or another.