ImageIO.parseMRCHeader#
- ImageIO.parseMRCHeader(header=None)#
Parse the MRC header.
If header is not provided, the function uses self.mrcHeader. It also sets self.labels if self.headerString is present. For this to work properly, self.headerString has to be consistent with the header (either argument or attribute).
- Parameters:
- headerarray_like or None, optional
The MRC header to parse. If None, self.mrcHeader is used.