Links to HEAD: | (view) (annotate) |
Sticky Revision: | |
Sort logs by: |
Added fit_module and mdl_module to sphinx documentation.
Changes only to the docstrings of four modules so that Sphinx can use them. Update references in mainapi.rst.
First, all public functions now have a standard format for their docstrings. They use reStructuredText and symbols recognized by Sphinx automatic documentation. More comments describing internal design is placed at the end of the function. Second, functions that do not need to be public have been made private by prefixing double-underscore to their names. This will help prevent name collisions in the future and it also serves to exclude them from the Sphinx autodocumentation.
Fix bug in "Next" button script.
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
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
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.