Importing NanoBlogger post "PlotPick program"
authorW. Trevor King <wking@drexel.edu>
Thu, 2 Oct 2008 03:55:03 +0000 (03:55 +0000)
committerW. Trevor King <wking@drexel.edu>
Thu, 2 Oct 2008 03:55:03 +0000 (03:55 +0000)
posts/PlotPick_program.mdwn [new file with mode: 0644]

diff --git a/posts/PlotPick_program.mdwn b/posts/PlotPick_program.mdwn
new file mode 100644 (file)
index 0000000..2615d62
--- /dev/null
@@ -0,0 +1,17 @@
+[[!meta  title="PlotPick program"]]
+[[!meta  date="2008-10-01 23:55:03"]]
+While calibrating my photodiodes, some of my surface bumps went out of
+the linear-response range.  Since I'm not confident in my ability to
+set boundaries programmatically at the moment, I thought I'd write up
+a little utility to record clicks on key data points, so I could pick
+out the “good data”.
+
+Enter
+[plotpick.py](http://www.physics.drexel.edu/~wking/code/index.shtml#plotpick),
+the raw-data version of
+[clicklock.tk](http://www.physics.drexel.edu/~wking/blog/archives/2008/09/05/index.html#e2008-09-05T20_20_30.txt).
+Hope you like it :).
+
+[[!tag  linux]]
+[[!tag  programming]]
+[[!tag  theory]]