Back...
Script
Input Script
Fit individual curves to the linear model. Use "initial" portion only.
;______________________________________________________________________
[task]
data = generic
task = fit
[parameters]
t, Fo, v
[model]
F = Fo + v * t
[data]
variable t
directory ./proj/CHEF/EGFR/progress/data
sheet DFit--EGFR--Sub006.csv
graph EGFR :: Sub006 :: S = 3.125
column 2 | param Fo = 0 ? (-1000 .. +10000), v = 100 ? | label 3.13
[output]
directory ./proj/CHEF/EGFR/progress/EGFR--Sub006/output/fit-progress-linear-18
[settings]
{Filter}
XMax = 1080
ZeroBaselineSignal = y
{Output}
XAxisLabel = t, sec
YAxisLabel = {/Symbol D}F, rfu
[task] | task = fit | data = generic
[data] | variable t | graph EGFR :: Sub006 :: S = 6.25
column 3 | param Fo = 0 ? (-1000 .. +10000), v = 100 ? | label 6.25
[task] | task = fit | data = generic
[data] | variable t | graph EGFR :: Sub006 :: S = 12.5
column 4 | param Fo = 0 ? (-1000 .. +10000), v = 100 ? | label 12.5
[task] | task = fit | data = generic
[data] | variable t | graph EGFR :: Sub006 :: S = 25
column 5 | param Fo = 0 ? (-1000 .. +10000), v = 100 ? | label 25.0
[end]
Back...
|