class
Ccp4MapContents
- Reference
Methods
- def header_float(self, arg0: int, /) -> float
- def header_i32(self, arg0: int, /) -> int
- def header_str(self, arg0: int, arg1: int, /) -> str
- def set_header_float(self, arg0: int, arg1: float, /) -> None
- def set_header_i32(self, arg0: int, arg1: int, /) -> None
- def set_header_str(self, arg0: int, arg1: str, /) -> None
- def setup(self, default_value: float = nan) -> None
- def update_ccp4_header(self, mode: int, update_stats: bool) -> None
- def write_ccp4_map(self, filename: str) -> None