def __init__(self, image_file):
    '''Initialise the image structure from the given file.'''

    assert(self.understand(image_file))

    FormatCBFMultiTile.__init__(self, image_file)

    return
Exemple #2
0
    def __init__(self, image_file, **kwargs):
        '''Initialise the image structure from the given file.'''

        assert (self.understand(image_file))

        FormatCBFMultiTile.__init__(self, image_file, **kwargs)

        return
 def _start(self):
   '''Parent class will open the image file as a cbf file handle, and keep
   the handle somewhere safe.'''
   FormatCBFMultiTile._start(self)
Exemple #4
0
 def _start(self):
     '''Parent class will open the image file as a cbf file handle, and keep
 the handle somewhere safe.'''
     FormatCBFMultiTile._start(self)