-
make_fluo_data.m: Launches the pre-processing of the fluorescent Calcium data with the parameters -
preview_image_stack.m: Crop, rotate, and other basic pre-processing functions. It requires a basic set of parameters. -
process_image_stack.m: Processes the whole image stack according to the predefined parameters. It creates a file with the filtered data and calls the plotting functions when required.
fluo/basic_image_visualization.py: Basic spatial filtering and visualization. Stimulation cycle averaging included.
-
Get this repo
git clone [email protected]:xxxcd hTUSgit checkout developgit config pull.rebase false
-
To use the python scripts:
cd hTUSpython3 -m venv venvsource venv/bin/activatepip -Vpython3 -m pip install --upgrade pippip install scipypip install matplotlibpip install ipython[all]pip install h5pypip install scikit-image- Use
deactivateto deactivate the python virtual environment - Create a file called fluo_los.sh on your main folder of the pc (or whatever folder where the command window will start) to automate starting python with the following content:
cd hTUS path source venv/bin/activate ipython --pylab