|
riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
|
#include <Ricom.h>
Public Member Functions | |
| void | compute_detector (int nx_cam, int ny_cam, std::array< float, 2 > &offset) |
| Ricom_detector () | |
| ~Ricom_detector () | |
Public Attributes | |
| std::array< float, 2 > | radius |
| std::array< float, 2 > | radius2 |
| std::vector< int > | id_list |
| void Ricom_detector::compute_detector | ( | int | nx_cam, |
| int | ny_cam, | ||
| std::array< float, 2 > & | offset | ||
| ) |
Definition at line 159 of file Ricom.cpp.