Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

janelia-idf/elf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#elf

Authors:

Peter Polidoro <[email protected]>

License:

BSD

##Example Usage

Open a terminal by typing Ctrl+Alt+T and enter:

source ~/virtualenvs/elfcommander/bin/activate
cd ~/git/
elfcommander elf_calibration/unit1/calibration.yaml elf_config/demo_config.yaml

##Calibration

Setup ELF unit on calibration rig.

Open a terminal by typing Ctrl+Alt+T and enter:

source ~/virtualenvs/elfcommander/bin/activate
cd ~/git/
elfcommander -c elf_calibration/unit1/ elf_config/calibration_config.yaml

##Installation

sudo apt-get install git
mkdir ~/git
cd ~/git
git clone https://github.com/janelia-idf/elf_config.git
git clone https://github.com/janelia-idf/elf_calibration.git
sudo apt-get install python-pip python-virtualenv python-dev build-essential libfreetype6-dev
mkdir ~/virtualenvs
cd ~/virtualenvs
virtualenv elfcommander
source ~/virtualenvs/elfcommander/bin/activate
pip install elfcommander
sudo usermod -aG dialout $USER
sudo reboot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published