32#ifndef eman__lstio_h__
33#define eman__lstio_h__ 1
52 static bool is_valid(
const void *first_block);
ImageIO classes are designed for reading/writing various electron micrography image formats,...
A LST file is an ASCII file that contains a list of image file names.
static bool is_valid(const void *first_block)
LstIO(const string &fname, IOMode rw_mode=READ_ONLY)
int get_nimg()
Return the number of images in this image file.
static const char * MAGIC
int calc_ref_image_index(int image_index)
bool is_single_image_format() const
Is this image format only storing 1 image or not.