Skip to content

Commit aec5d4c

Browse files
Update OGC_AmsterdamUMC_biexp_segmented.py
1 parent d3e2011 commit aec5d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/standardized/OGC_AmsterdamUMC_biexp_segmented.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from src.original.OGC_AmsterdamUMC.LSQ_fitting import fit_segmented
33

44

5-
class OGC_AmsterdamUMC_segbiexp(OsipiBase):
5+
class OGC_AmsterdamUMC_biexp_segmented(OsipiBase):
66
"""
77
Segmented bi-exponential fitting algorithm by Oliver Gurney-Champion, Amsterdam UMC
88
"""
@@ -35,7 +35,7 @@ def __init__(self, bvalues=None, thershold=None, bounds=([0, 0, 0.005, 0.7],[0.0
3535
Our OsipiBase object could contain functions that compare the inputs with
3636
the requirements.
3737
"""
38-
super(OGC_AmsterdamUMC_segbiexp, self).__init__(bvalues, bounds, initial_guess)
38+
super(OGC_AmsterdamUMC_biexp_segmented, self).__init__(bvalues, bounds, initial_guess)
3939
self.OGC_algorithm = fit_segmented
4040
self.bounds=bounds
4141
self.initial_guess=initial_guess

0 commit comments

Comments
 (0)