-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This wiki documents the AMIGOpy software, including its main functionalities, coding standards, and development roadmap.
AMIGOpy is a medical imaging toolkit designed to support radiotherapy research and clinical workflows.
It provides tools for DICOM manipulation, dose visualization, contouring automation, and integration with external segmentation APIs.
A detailed overview of AMIGOpyβs main features, modules, and workflows.
Our standard for writing clear, consistent, and automated documentation.
Rules for code style, naming conventions, and structuring modules.
An overview of the main modules and their dependencies.
5. Roadmap
Upcoming features, priorities, and long-term development goals.
How we test AMIGOpy: unit tests, integration tests, and coverage reports.
Scripts and tools for code quality checks, documentation, and continuous integration.
- Clone the main repository:
git clone https://github.com/your-org/AMIGOpy.git
- Clone the wiki for documentation:
git clone https://github.com/your-org/AMIGOpy.wiki.git
- Edit Markdown files locally using Visual Studio Code.
- Commit and push changes:
git add . git commit -m "Update wiki" git push
- Repository: https://github.com/your-org/AMIGOpy
- Issues & Feature Requests: https://github.com/your-org/AMIGOpy/issues
- Documentation Generator: Coming soon
Last updated: {{date}}