dattalab / moseq2-extract

Here it comes...
Other
3 stars 4 forks source link

bug in movie_dtype for read_frames_raw #147

Open wingillis opened 2 years ago

wingillis commented 2 years ago

read_frames_raw sets movie_dtype='<i2', which converts data read in from depth.dat files as int16, when in reality they should be uint16 values. movie_dtype should actually be set to <u2.