This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Convert all mitochondria STL files in current directory to SFF/HFF files | |
## Usage: python stl2sff.py FOLDERNAME | |
## Assumes there are multiple mitochondria per tomogram and up to one ER per tomogram. | |
## Performs both per-segment and global annotations based on assumption of MitoGFP MEF cells treated with thapsigargin (sometimes) | |
## Outputs HFF format sff files. | |
## Author: Benjamin Barad <[email protected]> with guidance from Paul Korir | |
import os | |
import sys | |
import glob |
OlderNewer