AARE
Data analysis library for PSI hybrid detectors
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions
NDArray.hpp File Reference
#include "aare/core/NDView.hpp"
#include <algorithm>
#include <array>
#include <cmath>
#include <fmt/format.h>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <numeric>

Go to the source code of this file.

Data Structures

class  aare::NDArray< T, Ndim >
 

Namespaces

namespace  aare
 Frame class to represent a single frame of data model class should be able to work with streams coming from files or network.
 

Functions

template<typename T , ssize_t Ndim>
void aare::save (NDArray< T, Ndim > &img, std::string pathname)
 
template<typename T , ssize_t Ndim>
NDArray< T, Ndim > aare::load (const std::string &pathname, std::array< ssize_t, Ndim > shape)