Software References

API documentation and reference guides for the SSTDV software tools.

Projects

ProjectDescriptionGitHub
BrainShapeToolKitBrain shape analysis from MRIGitHub
DiffAMDifferentiable appearance modelingGitHub
VCMConditional brain MRI generation with coverage controlGitHub

Installation

All SSTDV packages can be installed via pip or from source:

pip install package-name
# or from source:
git clone https://github.com/SSTDV-Project/PACKAGE_NAME.git
cd PACKAGE_NAME && pip install -e .

Common Dependencies

  • Python 3.9+
  • NumPy
  • SciPy
  • PyTorch 2.0+