Convert to tags from "*" to "tags/*".
[blog.git] / posts / PlotPick_program.mdwn
1 [[!meta  title="PlotPick program"]]
2 [[!meta  date="2008-10-01 23:55:03"]]
3 While calibrating my photodiodes, some of my surface bumps went out of
4 the linear-response range.  Since I'm not confident in my ability to
5 set boundaries programmatically at the moment, I thought I'd write up
6 a little utility to record clicks on key data points, so I could pick
7 out the “good data”.
8
9 Enter
10 [plotpick.py](http://www.physics.drexel.edu/~wking/code/index.shtml#plotpick),
11 the raw-data version of
12 [clicklock.tk](http://www.physics.drexel.edu/~wking/blog/archives/2008/09/05/index.html#e2008-09-05T20_20_30.txt).
13 Hope you like it :).
14
15 [[!tag tags/linux]]
16 [[!tag tags/programming]]
17 [[!tag tags/theory]]