hooke.git
15 years ago(fit.py) wlc now returns errors from the covariance matrix -but I would not trust...
devicerandom [Mon, 10 Nov 2008 12:40:09 +0000 (12:40 +0000)]
(fit.py) wlc now returns errors from the covariance matrix -but I would not trust them

15 years ago(autopeak.py) fixed stupid error when pl is fixed
devicerandom [Mon, 27 Oct 2008 17:48:14 +0000 (17:48 +0000)]
(autopeak.py) fixed stupid error when pl is fixed

15 years ago(autopeak.py) automatically discards spurious peaks with nonsense persistence lengths
devicerandom [Mon, 27 Oct 2008 16:48:24 +0000 (16:48 +0000)]
(autopeak.py) automatically discards spurious peaks with nonsense persistence lengths

15 years agoautopeak now in autopeak.py and eliminated from generalvclamp.py
devicerandom [Mon, 27 Oct 2008 15:53:15 +0000 (15:53 +0000)]
autopeak now in autopeak.py and eliminated from generalvclamp.py

15 years ago(hooke_cli.py) added _clickize method to ease ClickPoint conversion
devicerandom [Mon, 27 Oct 2008 15:36:56 +0000 (15:36 +0000)]
(hooke_cli.py) added _clickize method to ease ClickPoint conversion

15 years ago(fit.py) wlc and autopeak now take the persistent length in nanometers, NOT in meters
devicerandom [Mon, 13 Oct 2008 15:38:26 +0000 (15:38 +0000)]
(fit.py) wlc and autopeak now take the persistent length in nanometers, NOT in meters

15 years ago(generalvclamp.py) fixed stupid fencepost error that crashed autopeak
devicerandom [Mon, 13 Oct 2008 15:34:04 +0000 (15:34 +0000)]
(generalvclamp.py) fixed stupid fencepost error that crashed autopeak

15 years ago(generalvclamp.py) fixed crash in autopeak due to too few points available for a fit
devicerandom [Tue, 30 Sep 2008 16:03:37 +0000 (16:03 +0000)]
(generalvclamp.py) fixed crash in autopeak due to too few points available for a fit

15 years ago(hooke.conf) default T now 28 celsius
devicerandom [Tue, 30 Sep 2008 15:06:20 +0000 (15:06 +0000)]
(hooke.conf) default T now 28 celsius

15 years ago(hooke_cli.py , generalvclamp.py) when asks filename, you know of what
devicerandom [Tue, 30 Sep 2008 14:43:12 +0000 (14:43 +0000)]
(hooke_cli.py , generalvclamp.py) when asks filename, you know of what

15 years ago(generalvclamp.py, hooke.conf) automated and half-automated baseline for autopeak
devicerandom [Sun, 14 Sep 2008 18:48:16 +0000 (18:48 +0000)]
(generalvclamp.py, hooke.conf) automated and half-automated baseline for autopeak

15 years ago(flatfilts.py) deleted useless convconf command
devicerandom [Sun, 14 Sep 2008 17:19:01 +0000 (17:19 +0000)]
(flatfilts.py) deleted useless convconf command

15 years ago(flatfilts.py) setconv stub fixed
devicerandom [Sun, 14 Sep 2008 17:01:49 +0000 (17:01 +0000)]
(flatfilts.py) setconv stub fixed

15 years ago(flatfilts.py) documentation and cosmetic changes
devicerandom [Tue, 9 Sep 2008 09:21:28 +0000 (09:21 +0000)]
(flatfilts.py) documentation and cosmetic changes

15 years ago(generalvclamp.py, hooke.conf) autopeak WLC fit interval - now also in nanometers
devicerandom [Sun, 7 Sep 2008 17:05:44 +0000 (17:05 +0000)]
(generalvclamp.py, hooke.conf) autopeak WLC fit interval - now also in nanometers

15 years ago(fit.py) Continuing to sandbox stuff for better contact point algorithm
devicerandom [Mon, 25 Aug 2008 21:47:10 +0000 (21:47 +0000)]
(fit.py) Continuing to sandbox stuff for better contact point algorithm

15 years agoDefault playlist loaded at startup.
devicerandom [Thu, 31 Jul 2008 17:47:04 +0000 (17:47 +0000)]
Default playlist loaded at startup.

15 years ago(hooke_cli.py) Implemented info command
devicerandom [Thu, 31 Jul 2008 16:45:20 +0000 (16:45 +0000)]
(hooke_cli.py) Implemented info command

15 years ago(hooke_cli.py) Fixed small error catching in do_copylog
devicerandom [Thu, 31 Jul 2008 16:31:56 +0000 (16:31 +0000)]
(hooke_cli.py) Fixed small error catching in do_copylog

15 years ago(generalvclamp.py) catching all exceptions in plotmanip_flatten so to avoid unnecessa...
devicerandom [Wed, 2 Jul 2008 17:39:50 +0000 (17:39 +0000)]
(generalvclamp.py) catching all exceptions in plotmanip_flatten so to avoid unnecessary crashes

16 years agoadded a couple of 'del' commands at the end to avoid possible memory leaks
marcobrucale [Fri, 27 Jun 2008 08:55:37 +0000 (08:55 +0000)]
added a couple of 'del' commands at the end to avoid possible memory leaks

16 years agoImplemented fcfilt - similar to flatfilt, but for force clamp curves.
marcobrucale [Thu, 26 Jun 2008 16:02:18 +0000 (16:02 +0000)]
Implemented fcfilt - similar to flatfilt, but for force clamp curves.
Cleaned up older commands (e.g. using self._delta instead of self.measure_N_points)

16 years ago(libhooke.py) find_graph_coords now takes finds the point closer to clicked point...
albertogomcas [Fri, 20 Jun 2008 10:36:12 +0000 (10:36 +0000)]
(libhooke.py) find_graph_coords now takes finds the point closer to clicked point, and not justi n x axis as before
(macro.py) uses workdir in hooke.conf instead of self.currentdir

16 years ago(macro.py) now uses safeinput call
albertogomcas [Fri, 20 Jun 2008 09:20:18 +0000 (09:20 +0000)]
(macro.py) now uses safeinput call

16 years ago(hooke:cli.py) changed previously forgotten alphainput in do_exit
albertogomcas [Fri, 20 Jun 2008 09:06:03 +0000 (09:06 +0000)]
(hooke:cli.py) changed previously forgotten alphainput in do_exit

16 years ago(libinput.py) new function 'safeinput', more general and friendlier syntax
albertogomcas [Fri, 20 Jun 2008 09:01:51 +0000 (09:01 +0000)]
(libinput.py) new function 'safeinput', more general and friendlier syntax
      fixed some bugs in numinput
(hooke_cli.py, viewer.py,libviewer.py) now use safeinput calls

16 years ago(jpk.py) Added deflection, but a lot of things still behaving weirdly
devicerandom [Thu, 19 Jun 2008 17:47:35 +0000 (17:47 +0000)]
(jpk.py) Added deflection, but a lot of things still behaving weirdly

16 years ago(fit.py) Solved stupid regression -now wlc does not crash if you click two times...
devicerandom [Thu, 19 Jun 2008 17:23:20 +0000 (17:23 +0000)]
(fit.py) Solved stupid regression -now wlc does not crash if you click two times the same point

16 years ago(hooke_cli.py) Updated note command to incrementally save notes -a lot of headaches...
devicerandom [Thu, 19 Jun 2008 17:07:21 +0000 (17:07 +0000)]
(hooke_cli.py) Updated note command to incrementally save notes -a lot of headaches when Hooke crashes should be relieved

16 years ago(libviewer.py, viewer.py, liboutlet.py, libinput.py) added some comments
albertogomcas [Thu, 19 Jun 2008 15:27:59 +0000 (15:27 +0000)]
(libviewer.py, viewer.py, liboutlet.py, libinput.py) added some comments
(libviewer.py, viewer.py, liboutlet.py) now using safe inputs

16 years agoupdated startup copyright notice
devicerandom [Thu, 19 Jun 2008 01:09:29 +0000 (01:09 +0000)]
updated startup copyright notice

16 years ago(hooke_cli.py) fixed tab problem
albertogomcas [Wed, 18 Jun 2008 12:53:44 +0000 (12:53 +0000)]
(hooke_cli.py) fixed tab problem
(liboutlet.py) fixed outlet.pop()
(hooke.conf) reverted to default file (oops)

16 years ago(liboutlet.py) collector of command line output
albertogomcas [Wed, 18 Jun 2008 12:36:17 +0000 (12:36 +0000)]
(liboutlet.py) collector of command line output
(libviewer.py, viewer.py) outlet output handling and sample code
(libinput.py) safer than raw_input functions
(flatfitls.py, generalclamp.py,hooke_cli.py, generalvclamp.py, fit.py) commands here now also send input to outlet
(hooke_cli.py) inputs now use libinput calls

16 years ago(picoforcealt.py) Alternative driver for picoforce
albertogomcas [Tue, 17 Jun 2008 14:05:45 +0000 (14:05 +0000)]
(picoforcealt.py) Alternative driver for picoforce
(picoforce.py) Fixed error message in Zdomains

16 years agoJPK driver now consistent with hooke conventions, wlc and peaks now seem to work...
devicerandom [Sat, 14 Jun 2008 00:02:13 +0000 (00:02 +0000)]
JPK driver now consistent with hooke conventions, wlc and peaks now seem to work on JPK curves

16 years agoAdded first draft of jpk.py driver for JPK instruments -still not full,nor consistent.
devicerandom [Fri, 13 Jun 2008 23:18:28 +0000 (23:18 +0000)]
Added first draft of jpk.py driver for JPK instruments -still not full,nor consistent.

16 years agoAdded copyright information (I settled on LGPLv3)
devicerandom [Thu, 5 Jun 2008 11:00:19 +0000 (11:00 +0000)]
Added copyright information (I settled on LGPLv3)

16 years ago(no commit message)
albertogomcas [Tue, 3 Jun 2008 11:11:07 +0000 (11:11 +0000)]

16 years ago- fixed overwriting of export for curves with the same name and different numerical...
albertogomcas [Tue, 3 Jun 2008 11:10:43 +0000 (11:10 +0000)]
- fixed overwriting of export for curves with the same name and different numerical extension
- fixed macrodir (out of try-catch)
- cleaned debug output in execmacro

16 years agoadded changelog warning
devicerandom [Fri, 30 May 2008 11:04:48 +0000 (11:04 +0000)]
added changelog warning

16 years agoflatten again 1 by default
devicerandom [Fri, 30 May 2008 11:00:31 +0000 (11:00 +0000)]
flatten again 1 by default

16 years agoUgly fix for contact point freeze; some copyright notices updated.
devicerandom [Fri, 30 May 2008 10:42:56 +0000 (10:42 +0000)]
Ugly fix for contact point freeze; some copyright notices updated.

16 years agoMerged force clamp patches by Marco Brucale
devicerandom [Tue, 27 May 2008 09:35:36 +0000 (09:35 +0000)]
Merged force clamp patches by Marco Brucale

16 years agoTesting stuff, added _devel in HOOKE_VERSION
devicerandom [Fri, 2 May 2008 13:36:51 +0000 (13:36 +0000)]
Testing stuff, added _devel in HOOKE_VERSION

16 years agoInitial SVN upload
devicerandom [Thu, 24 Apr 2008 13:49:48 +0000 (13:49 +0000)]
Initial SVN upload

16 years agoInitial directory structure.
devicerandom [Mon, 3 Mar 2008 15:43:19 +0000 (15:43 +0000)]
Initial directory structure.