From: W. Trevor King Date: Thu, 2 Oct 2008 03:55:03 +0000 (+0000) Subject: Importing NanoBlogger post "PlotPick program" X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9848c64f7f931a4f13d978f497824182a35c1c5;p=mw2txt.git Importing NanoBlogger post "PlotPick program" --- diff --git a/posts/PlotPick_program.mdwn b/posts/PlotPick_program.mdwn new file mode 100644 index 0000000..2615d62 --- /dev/null +++ b/posts/PlotPick_program.mdwn @@ -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]]