PeyracheLab / miniscoPy

A package to analyse calcium imaging data recorded with the Miniscope.
GNU General Public License v2.0
32 stars 9 forks source link

Removed psutils package dependence. Added... #6

Closed DenisPolygalov closed 6 years ago

DenisPolygalov commented 6 years ago

function for input file enumeration enum_video_files (ensure file list in correct temporal order). Added class for multi-part movie handling (multiple video files treated as single long file, any particular frame can be extracted by request). These changes does not alter previously implemented behavior of the miniscoPy. See "example_scripts" folder for usage example.