Skip to content

Commit

Permalink
DOC: Fixed get_dw documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
acsenrafilho committed Oct 14, 2024
1 parent 0c11ec8 commit e7c9ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asltk/asldata.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ def set_te(self, te_values: list):
self._parameters['te'] = te_values

def get_dw(self):
"""Obtain the PLD array values"""
"""Obtain the Diffusion b values array"""
return self._parameters['dw']

def set_dw(self, dw_values: list):
"""Set the DW values.
"""Set the Diffusion b values.
The proper way to inform the values here is using a list of int or
float data. The total quantity of values depends on the image
Expand Down

0 comments on commit e7c9ff4

Please sign in to comment.