PMRID
PMRID copied to clipboard
confuse with raw data load
oppo data has 24bit for per channel:
why load raw dng with np.uint16 format?
def read_array(path: Path) -> np.ndarray:
return np.fromfile(str(path), dtype=np.uint16)