PYME.IO.dcimg module

class PYME.IO.dcimg.DCIMGFile(filename)

Bases: object

get_frame(ind)

Get the frame at the given index, discarding a footer if needed

Parameters
indint

The index of the frame to retrieve

get_num_slices()
get_slice_shape()
PYME.IO.dcimg.logger = <Logger PYME.IO.dcimg (DEBUG)>

This is a reverse-engineered reader for DCIMG files, based very loosely on: https://github.com/StuartLittlefair/dcimg/blob/master/dcimg/Raw.py