Metadata-Version: 2.4
Name: dcebe
Version: 0.1.0
Summary: Bolus arrival time estimation for DCE-MRI signals via spline models with generalized cross-validation
Project-URL: Homepage, https://github.com/mstorath/DCEBE
Project-URL: Repository, https://github.com/mstorath/DCEBE
Author: Alina Bendinger
Author-email: Martin Storath <martin.storath@thws.de>
License: DCEBE - Bolus arrival time estimation for DCE-MRI signals
        Copyright 2018 Alina Bendinger, Martin Storath
           	
           Licensed under the Apache License, Version 2.0 (the "License");
           you may not use this file except in compliance with the License.
           You may obtain a copy of the License at
        
               http://www.apache.org/licenses/LICENSE-2.0
        
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           See the License for the specific language governing permissions and
           limitations under the License.
           
           Additionally, if this code is used in any scientific publication, 
           the following paper shall be cited:
                A. Bendinger, C. Debus, C. Glowa, C. Karger, J. Peter, M. Storath. 
                Bolus arrival time estimation in dynamic contrast-enhanced MRI of small animals based on spline models. 2018
License-File: LICENSE
Keywords: DCE-MRI,bolus-arrival-time,dynamic-contrast-enhanced,generalized-cross-validation,small-animal-imaging,spline,variational-methods
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.9
Requires-Dist: numpy>=1.23
Requires-Dist: scipy>=1.10
Provides-Extra: demos
Requires-Dist: matplotlib>=3.6; extra == 'demos'
Provides-Extra: test
Requires-Dist: pytest>=7; extra == 'test'
