mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-09-06 18:50:55 +02:00
len() and pedestal subtraction (#328)
Collection of small improvements in usability: - NDView works for large arrays - Direct subtraction of Pedestal from np.array - len() support for python bindings of files
This commit is contained in:
@@ -57,6 +57,8 @@ size_t CtbRawFile::image_size_in_bytes() const {
|
||||
|
||||
size_t CtbRawFile::frames_in_file() const { return m_master.frames_in_file(); }
|
||||
|
||||
size_t CtbRawFile::total_frames() const { return m_master.frames_in_file(); }
|
||||
|
||||
RawMasterFile CtbRawFile::master() const { return m_master; }
|
||||
|
||||
void CtbRawFile::find_subfiles() {
|
||||
|
||||
Reference in New Issue
Block a user