Revision
22 -
Directory Listing
Modified
Tue Apr 27 07:17:58 2010 UTC
(9 years, 7 months ago)
by
clausted
The new module osprai_one provides access to the important functions in all of the other modules. Documentation has been started with osprai_one.html.
Revision
21 -
Directory Listing
Modified
Tue Apr 27 07:17:13 2010 UTC
(9 years, 7 months ago)
by
clausted
The new module osprai_one provides access to the important functions in all of the other modules. Documentation has been started with osprai_one.html.
Revision
20 -
Directory Listing
Modified
Mon Apr 26 21:59:45 2010 UTC
(9 years, 7 months ago)
by
clausted
Added clma(), a constrained LMA fitting function. We can now set a lower and upper bound for fitting. Be sure that the initial estimate is between, not at, the bounds. It transforms the parameters using x1 = ((b-a)*tanh(x0)+b+a)/2 for the interval (a,b).
Revision
19 -
Directory Listing
Modified
Fri Apr 23 01:45:38 2010 UTC
(9 years, 7 months ago)
by
clausted
Introduction of the fit_module. This provides ordinary Levenberg-Marquart curvefitting. The user can choose which model parameters are fixed and which are allowed to float. Next, we can add a constrained version.
Revision
18 -
Directory Listing
Modified
Thu Apr 22 07:36:31 2010 UTC
(9 years, 7 months ago)
by
clausted
Add a simple 1to1 model function.
Revision
17 -
Directory Listing
Modified
Thu Apr 22 00:22:37 2010 UTC
(9 years, 7 months ago)
by
clausted
Start work on curve fitting. Added two properties, model and params, to ba.roi in ba_class. Add mdl_module which will hold functions that model SPR interactions.
Revision
16 -
Directory Listing
Modified
Sun Apr 18 05:34:10 2010 UTC
(9 years, 7 months ago)
by
clausted
Fix bug in "Next" button script.
Revision
15 -
Directory Listing
Modified
Wed Apr 14 07:14:32 2010 UTC
(9 years, 7 months ago)
by
clausted
Bug fix.
Revision
14 -
Directory Listing
Modified
Wed Apr 14 00:40:11 2010 UTC
(9 years, 7 months ago)
by
clausted
Added features to select time points for measuring binding responses and to output that data to a file or scatterplot. Added the background subtraction feature to cal_module. Also a few bug fixes. --CGL
Revision
13 -
Directory Listing
Modified
Tue Apr 13 06:48:56 2010 UTC
(9 years, 7 months ago)
by
clausted
Fixed bugs in cal_module and ba_class where arrays of zeros--empty ROIs--would cause errors.
Revision
12 -
Directory Listing
Modified
Tue Apr 13 01:33:13 2010 UTC
(9 years, 7 months ago)
by
clausted
Addition of cal_module to provide a calibration tool and related features. Added the time2val function to the ba class. It has a bug now, but it will be useful for the calibration tool.
Revision
11 -
Directory Listing
Modified
Mon Apr 12 22:59:57 2010 UTC
(9 years, 7 months ago)
by
clausted
Introduce vu_module.py for viewing ba objects. This GUI uses Tk and has buttons to allow users to move through the sensorgrams six-at-a-time. The traces can be dotted or continuous lines or both. Specify two ba objects and the first will be dotted while the second will be continuous. This could be useful for comparing real and simulated data. --CGL
Revision
10 -
Directory Listing
Modified
Mon Apr 12 18:33:59 2010 UTC
(9 years, 7 months ago)
by
clausted
Add example-biosensor.txt as a convenience for testing.
Revision
9 -
Directory Listing
Modified
Sat Apr 10 00:21:02 2010 UTC
(9 years, 8 months ago)
by
clausted
Add readbiosensor() and writebiosensor() capabilities to io_module.
Revision
8 -
Directory Listing
Modified
Fri Apr 9 17:18:59 2010 UTC
(9 years, 8 months ago)
by
clausted
Add four example SPR data files to help in testing code. --CGL
Revision
7 -
Directory Listing
Modified
Fri Apr 9 17:11:42 2010 UTC
(9 years, 8 months ago)
by
clausted
Initial addition of ba_class, an alternative to SPRdataclass. This class, ba or Biosensor Array, has one internal structure rather than different internal structures depending on whether SPRit or Biacore or other data was imported. This makes the code smaller and more readable. It provides default values, usually 0 or null text, that make it easier to import and export different file formats. We also add io_module to provide import and export features. We also add test.py as a convenience for testing and demonstration.
Revision
6 -
Directory Listing
Modified
Fri Apr 9 16:52:52 2010 UTC
(9 years, 8 months ago)
by
clausted
Added CONSTANTS to represent data file type identification integers. These should be used throughout the code in the future to make it more readable. Also added some default injection data to make it possible to convert a SPRit file to a CLAMP file without having an Analyte/injection file. Also note a changed dictionary key IDcal->ID in one instance. --CGL
Revision
5 -
Directory Listing
Modified
Wed Apr 7 06:46:26 2010 UTC
(9 years, 8 months ago)
by
clausted
Changes made to allow use with Linux. Can now read SPRit and output Clamp formats. Replace == and != with "in" and "not in" string comparisons. Change IDcal to ID in line 834. Add function "method_read_fake" to provide default information. Change WindowsError exception to OSError exception. Allow user to specify default pathway for saving files by entering null string "".
Revision
4 -
Directory Listing
Modified
Tue Apr 6 06:38:33 2010 UTC
(9 years, 8 months ago)
by
clausted
Example input data files for testing purposes.
Revision
3 -
Directory Listing
Modified
Tue Apr 6 05:40:47 2010 UTC
(9 years, 8 months ago)
by
clausted
Functions in converter are renamed to conform to python PEP8 style. Some uppercase names have been made lowercase.
Revision
2 -
Directory Listing
Modified
Tue Apr 6 05:35:46 2010 UTC
(9 years, 8 months ago)
by
clausted
Initial check-in of the html manual for converter.py.
Revision
1 -
Directory Listing
Added
Wed Mar 17 05:34:43 2010 UTC
(9 years, 8 months ago)
by
clausted
Initial import of Osprai project