| 66 | return qvec |
| 67 | |
| 68 | class Image(BaseImage): |
| 69 | def qvec2rotmat(self): |
| 70 | return qvec2rotmat(self.qvec) |
| 71 | |
| 72 | def read_next_bytes(fid, num_bytes, format_char_sequence, endian_character="<"): |
| 73 | """Read and unpack the next bytes from a binary file. |
no outgoing calls
no test coverage detected