posts:one-off-git-daemon: Add a git://192.168.1.2/ example
[blog.git] / posts / clickloc.mdwn
index 1383f3850e33874ffa4b0121e25443e49160c4f0..abe6f18fa24d3b1de5e42ba01346d06f63abbe2d 100644 (file)
@@ -2,14 +2,14 @@
 
 The [[clickloc.tk]] micro-app just opens an image file and prints out
 the pixel coordinates of any mouse clicks upon it. I use it to get
-rough numbers from journal figures. You can use [[scale_click.sh]] to
+rough numbers from journal figures. You can use [[scale_click.py]] to
 convert the output to units of your choice, if you use your first four
 clicks to mark out the coordinate system (xmin,anything),
 (xmax,anything), (anything,ymin), and (anything,ymax).
 
     $ pdfimages article.pdf fig
     $ clickloc.tk fig-000.ppm > fig-000.pixels
-    $ scale_click.sh 0 10 5 20 fig-000.pixels > fig-000.data
+    $ scale_click.py 0 10 5 20 fig-000.pixels > fig-000.data
 
 Take a look at [[plotpick]] for grabbing points from raw datafiles
 (which is more accurate and easier than reverse engineering images).