PMRID icon indicating copy to clipboard operation
PMRID copied to clipboard

confuse with raw data load

Open cw-plus opened this issue 2 years ago • 0 comments

oppo data has 24bit for per channel: image

why load raw dng with np.uint16 format?

def read_array(path: Path) -> np.ndarray:
    return np.fromfile(str(path), dtype=np.uint16)

cw-plus avatar Jun 02 '23 03:06 cw-plus