上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 82 下一页
摘要: set ScriptDir [file normalize [file dirname [info script]]] 阅读全文
posted @ 2011-09-17 22:39 greencolor 阅读(109) 评论(0) 推荐(0) 编辑
摘要: switch -- [tk windowingsystem] { aqua { set thisPlatform "macosx" } classic { set thisPlatform "macintosh" } win32 { set thisPlatform "windows" } x11 { set thisPlatform "unix" }} 阅读全文
posted @ 2011-09-17 22:23 greencolor 阅读(131) 评论(0) 推荐(0) 编辑
摘要: indexwizard launch trace on or off findspot (now everything is finish, just wait the response from the socket, if socket return values, we can process the information, after receive the information, turn the trace variable on, then everythingcan continue, and the indexing still can be done.set l_ima 阅读全文
posted @ 2011-09-12 01:40 greencolor 阅读(164) 评论(0) 推荐(0) 编辑
摘要: dmesg | grep CPUget CPU informationdmesg | grep hdget hard desk informationfreeget memory disk information 阅读全文
posted @ 2011-09-11 16:47 greencolor 阅读(142) 评论(0) 推荐(0) 编辑
摘要: image_treesolution_treetotal_treebeamsearch_tree 阅读全文
posted @ 2011-09-08 22:23 greencolor 阅读(98) 评论(0) 推荐(0) 编辑
摘要: "$x_mm $y_mm 0 $a_phi $i $stdev" 阅读全文
posted @ 2011-09-08 21:41 greencolor 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Indexwizard::queueAutoindex$::strubio index $l_first_image $spotfilename 0 阅读全文
posted @ 2011-09-08 16:26 greencolor 阅读(137) 评论(0) 推荐(0) 编辑
摘要: send command to strubio$::strubio index $l_first_image $spotfilename 0 阅读全文
posted @ 2011-09-08 13:05 greencolor 阅读(155) 评论(0) 推荐(0) 编辑
摘要: proc watch {varnames key op} {if {$key != ""} {set varname ${varnames}($key)}upvar $varnames variputs "$varnames is $vari (operation $op)"}# ---------------------------------------trace variable valuea w watchtrace variable valuea r watch# ---------------------------------------p 阅读全文
posted @ 2011-09-07 16:15 greencolor 阅读(126) 评论(0) 推荐(0) 编辑
摘要: Processing options Automatically index after spot-finding Fix distancetest:code $this showStage indexingtest:$itk_component(indexing) launchIndexwizard:Indexwizard lanuch.ats component indexing getAutoindexingRelayBool# here setup the trace command for variable, so that we can automatically process. 阅读全文
posted @ 2011-09-06 23:56 greencolor 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 82 下一页