140 |
|
self.flow = 0 ## Flowrate of injection. |
141 |
|
## Curve fitting information. Model and model parameters. |
142 |
|
## Example model is reference to function like data=simple1to1(times,params) |
143 |
< |
## Example params = {'Rmax': {'value':1, 'min':0, 'max':10, 'fixed':False} } |
143 |
> |
## Example params = {'Rmax': {'value':1, 'min':0, 'max':10, 'fixed':'float'} } |
144 |
|
self.model = None ## Model describing this roi. Reference to a function. |
145 |
|
self.params = [] ## Parameters for this model. A dictionary of dictionaries. |
146 |
|
|
188 |
|
''' |
189 |
|
|
190 |
|
|
191 |
– |
################################# End of module ################################# |
191 |
+ |
################################# End of module ################################# |