| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Dockerized, step-by-step processing pipeline designed to take electron microscopy (EM) images from SmartEM and transform them into connectome-ready outputs (e.g., segmentation, synapse detection) using a reproducible, modular, and scalable approach.
SmartEM is a novel EM imaging approach which allows for intelligent, data-aware imaging of specimens. Please read the paper for details on the method and visit the BossDB project page to view and download SmartEM datasets.
Tools included:
git clone https://github.com/<your-org>/SmartEm-Processing-Workflows.git cd SmartEm-Processing-Workflows
Navigate to a specific Dockerfile and build the image:
cd dockerfiles/<example-step> docker build -t smartem/<example-step>:latest .
Workflows are defined in the workflows/ directory and are responsible for chaining together multiple Dockerized steps.
Example:
cd workflows/<example-workflow> ./run.sh
Each workflow will document:
For questions or collaboration inquiries, please email hannah.martinez@jhuapl.edu, caitlyn.bishop@jhuapl.edu, or daniel.xenes@jhuapl.edu.
See LICENSE for license information.
This software was created by the Johns Hopkins University Applied Physics Laboratory and Harvard University, with funding supported by the NIH BRAIN Initiative under grant no. U01NS132158.
The views, opinions, and/or findings expressed are those of the author(s) and should not be interpreted as representing the official views or policies of the NIH.
© 2026 The Johns Hopkins University Applied Physics Laboratory LLC
| Back | FazBrowse Home | New Git URL |