deisseroth-lab / two-photon

Common scripts, libraries, and utilities for 2p experiments
5 stars 6 forks source link

support ripping with docker in parallel #8

Open tbenst opened 3 years ago

tbenst commented 3 years ago

Partial resolution to #7

tbenst commented 3 years ago

Can run in parallel with e.g. (for docker image name pv):

parallel  -u -j4 '~/code/two-photon/rip_docker.sh pv {}' ::: $(pwd)/TSeries_*
tbenst commented 3 years ago

the changes in https://github.com/deisseroth-lab/two-photon/pull/8/commits/8499113646e72e198f5304db03053b87b8505e96 will resolve #10