Update Hooke-update.mdwn with results from GUI analysis.
authorW. Trevor King <wking@drexel.edu>
Sat, 28 Aug 2010 20:51:18 +0000 (16:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 28 Aug 2010 20:51:18 +0000 (16:51 -0400)
posts/Hooke-update.mdwn

index ec744214f0c36b76f34d358745c25e62ddd3decc..005f83e5373f9250fbb6644e755f0593060e697c 100644 (file)
@@ -39,9 +39,19 @@ I successfully ran:
         -c 'apply_command_stack_to_playlist --enable-evaluate'
         -c 'save_playlist --output o.hkp'
 
-
 on 2400 curves with the command line UI.  Tomorrow I'll run through
 those with the GUI.
 
+Update:
+
+I ran through with the above command with the GUI.  Same results :D.
+It did, however turn up a couple of outstanding issues:
+
+- lots of useless `!!python/unicode 'retract'` tags.  If the strings
+  are all in ASCII, I don't really care if they are loaded as unicode
+  or string objects.
+- `surface distance (m) (m)` column.  Obviously someone is adding
+  units twice.  I need to figure out who it is ;).
+
 [[!tag tags/hooke]]
 [[!tag tags/programming]]