Software for Downloading and Uploading to the Boss.
- Clone this repository
- pip3 install -r requirements.txt
- Add your Token to neurodata.cfg.example, and rename it to neurodata.cfg
- In the main directory containing run.py, run:
python3 run.py
- Open http://localhost:4000, fill out the forms for pulling and click the button.
- If successful, you will see a success message. If not, information about what went wrong will appear.
- The tif stack you pulled will be located in the DATA/ directory
Annotating (exactly the same as in V1 Documentation)
- Open FIJI
- Annotate the image, taking the steps given in the link above.
- Save the image with any name into the same DATA/ directory.
- In the main directory containing run.py, run:
python3 run.py
- Open http://localhost:4000, fill out the forms for pushing and click the button.
- If successful, you will see a success message. If not, information about what went wrong will appear.