Skip to content

Commit

Permalink
Update OGC_AmsterdamUMC_biexp_segmented.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchampion committed Oct 16, 2023
1 parent 131e118 commit 3bd0479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/standardized/OGC_AmsterdamUMC_biexp_segmented.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from src.original.OGC_AmsterdamUMC.LSQ_fitting import fit_segmented


class OGC_AmsterdamUMC_segbiexp(OsipiBase):
class OGC_AmsterdamUMC_biexp_segmented(OsipiBase):
"""
Segmented bi-exponential fitting algorithm by Oliver Gurney-Champion, Amsterdam UMC
"""
Expand Down Expand Up @@ -35,7 +35,7 @@ def __init__(self, bvalues=None, thershold=None, bounds=([0, 0, 0.005, 0.7],[0.0
Our OsipiBase object could contain functions that compare the inputs with
the requirements.
"""
super(OGC_AmsterdamUMC_segbiexp, self).__init__(bvalues, bounds, initial_guess)
super(OGC_AmsterdamUMC_biexp_segmented, self).__init__(bvalues, bounds, initial_guess)
self.OGC_algorithm = fit_segmented
self.bounds=bounds
self.initial_guess=initial_guess
Expand Down

0 comments on commit 3bd0479

Please sign in to comment.