FireANTs_SyN — third-party attribution ====================================== This KonfAI app drives FireANTs, an external registration library. FireANTs is NOT redistributed here as source: the app depends on the official `fireants` wheel (https://pypi.org/project/fireants/), which is installed at resolve time (see requirements.txt) and called through its public Python API only. No FireANTs source code (functions, classes, or modules) is copied into this app. FireANTs is distributed under the **FireANTs License, Version 1.0 (July 2025)**, a custom license modified from Apache 2.0. Its redistribution clause requires that, when FireANTs is incorporated as a dependency in other projects, all license terms — including attribution and the bibliography below — be maintained. Project : FireANTs Source : https://github.com/rohitrango/FireANTs License : https://github.com/rohitrango/FireANTs/blob/main/LICENSE Copyright (c) 2026 Rohit Jena. All rights reserved. Bibliography (as required by the FireANTs License — cite if you use this app) ---------------------------------------------------------------------------- @article{jena2024fireants, title={FireANTs: Adaptive Riemannian Optimization for Multi-Scale Diffeomorphic Registration}, author={Jena, Rohit and Chaudhari, Pratik and Gee, James C}, journal={Nature Communications}, year={2024} } @inproceedings{jena2025scalable, title={A Scalable Distributed Framework for Multimodal {GigaVoxel} Image Registration}, author={Jena, Rohit and Zope, Vedant and Chaudhari, Pratik and Gee, James C}, booktitle={The Fourteenth International Conference on Learning Representations}, year={2026}, url={https://openreview.net/forum?id=8dLexnao2h} } The wrapper code in this directory (Model.py, the KonfAI app configuration) is original work © 2025 Valentin Boussot, licensed under Apache-2.0, and is a separate work that merely links to the FireANTs interfaces.