Base objects There are some base objects in the libraries which can/must be inherited by other object to implement some general functionalities. base_data_obj Th...
Calibration manager calib_manager object manages disk I/O for calibration data. It uses a directory tree to distinguish different data, and read/read/restore meth...
Factory factory is an object which has one method to build each object of the library. All these methods name has the same prefix, get_, and a suffix that is the ...
PASSATA object oriented introduction Most objects belong to one of two main categories: data objects and processing objects. Data objects hold static data used as...
SCAO classes Calibration scao_calib__define.pro Create and run standard SCAO calibration systems starting from parameter dictionaries and data on disks. How to ...