Xmipp  v3.23.11-Nereus
Classes | Macros | Functions
rwEM.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EMHead
 

Macros

#define CORE_RWEM_H_
 

Functions

int readEM (size_t select_img, bool isStack=false)
 
int writeEM (size_t select_img=ALL_IMAGES, bool isStack=false, int mode=WRITE_OVERWRITE)
 

Macro Definition Documentation

◆ CORE_RWEM_H_

#define CORE_RWEM_H_

Definition at line 28 of file xmipp_image_base.h.

Function Documentation

◆ readEM()

int readEM ( size_t  select_img,
bool  isStack = false 
)

Read image from EM file format

Parameters
select_imgIndex number of selected image
Returns

◆ writeEM()

int writeEM ( size_t  select_img = ALL_IMAGES,
bool  isStack = false,
int  mode = WRITE_OVERWRITE 
)

Write image to EM file format

Parameters
select_imgNumber of selected image to write
isStackForce to write as stack if possible
modeWrite file type: overwrite, replace, append....
Returns