You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add IVIM workflow DAG with MinIO integration and platform documentation
- Created a custom Airflow DAG for Kaapana that:
- Retrieves input files (e.g., bvec, bval) from MinIO using MinioInputOperator
- Processes data via IVIM Operator using nifti_wrapper_kaapana.py
- Saves outputs back to MinIO using MinioSaveOperator
- Utilizes OPERATOR_IN_DIR and OPERATOR_OUT_DIR volume mounts
- Cleans up intermediate files with CleanOperator
- Added diagram (workflow_extension.png) showing DAG structure
- Structured project under `kaapana_ivim_osipi/` with clear separation of Docker, workflows, and processing code
- Documented Otsus method extension installation steps
- README: Added full Kaapana platform installation guide
0 commit comments