Files
nimg.neuroinf.jp/src/nimgcenter/assets/howtouse.json
2022-06-20 17:51:03 +09:00

1 line
5.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"en":"<h1>\n How To Use Brain Coordinate Converter\n<\/h1><br \/>\n<br \/>\n<br \/>\n<table>\n <tbody>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_input.png\" alt=\"Input Area Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h2>\n Input coordinates.\n <\/h2>You can input brain coordinate to \"Input:\" text area on the left of the page. Brain coordinate is 3D vector. You can use comma separeted format such as \"1,2,3\". As default, it is no matter what delimiter is except for numerics.<br \/>\n When you input \"1,2,3,4,5,6\", system receives two coordinates of (1,2,3) and (4,5,6).<br \/>\n And also \"1 2 3 [Return] 4 5 6\" results same.<br \/>\n <\/td>\n <\/tr>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_input_fmt.png\" alt=\"Input Format Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h3>\n To define input format.\n <\/h3>You can define input format as you want in \"Input format(Regular expression):\" text area.<br \/>\n You can revert changes by pressing default button.\n <\/td>\n <\/tr>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_convert.png\" alt=\"Convert Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h2>\n Convert\n <\/h2>You can select conversion type from list. MATLAB programs created by Jack Lancaster( Research Imaging Center in San Antonio, Texas ) is used as reference.<br \/>\n http:\/\/brainmap.org\/icbm2tal\/.<br \/>\n When you press the \"Convert\" button, the script runs.\n <\/td>\n <\/tr>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_output.png\" alt=\"Output Area Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h2>\n Results\n <\/h2>When conversion finishes, text area on the right shows the results.<br \/>\n If you need, please copy from here.<br \/>\n As default, the output format is one comma separeted coordinamte per line.<br \/>\n You can change the format by using \"Output format:\" area on top-right.<br \/>\n %x, %y, %z and \\n are replaced by numerics and return code.<br \/>\n <\/td>\n <\/tr>\n <\/tbody>\n<\/table>","ja":"<h1>\n 脳座標変換ツールの使い方\n<\/h1><br \/>\n<br \/>\n<br \/>\n<table>\n <tbody>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_input.png\" alt=\"Input Area Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h2>\n 座標の入力\n <\/h2>画面左の「Input:」エリアに脳座標を入力します。 脳座標は3次元ベクトルであり、\"1,2,3\"のようにカンマ区切りで入力できます。 標準では、区切り文字は数字以外なら何でも構いません。<br \/>\n \"1,2,3,4,5,6\"のように入力すれば(1,2,3), (4,5,6)という2つの座標が入力されます。<br \/>\n \"1 2 3[改行]4 5 6\"のように入力しても構いません。<br \/>\n <\/td>\n <\/tr>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_input_fmt.png\" alt=\"Input Format Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h3>\n 入力フォーマットの指定\n <\/h3>入力フォーマットの指定は画面左上の「Input format(Regular expression):」エリアで行います。 「Default」ボタンを押すとデフォルトのフォーマットに戻せます。 デフォルトでは、数字以外の文字で区切られるようになっています。\n <\/td>\n <\/tr>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_convert.png\" alt=\"Convert Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h2>\n 変換\n <\/h2>入力した座標をどの座標系に変換するかを指定します。 指定できる変換は画面にある6通りです。<br \/>\n これらの変換は、Jack LancasterResearch Imaging Center in San Antonio, Texasの公開したプログラムを元に作られています。 http:\/\/brainmap.org\/icbm2tal\/<br \/>\n 変換に使用される式は、画面右下のエリアに表示されます。<br \/>\n 画面左下の「Convert」ボタンを押すと変換が始まります。\n <\/td>\n <\/tr>\n <tr>\n <td>\n <img src=\"\/modules\/xnpnimgcenter\/utilities\/brain_conv\/ss_output.png\" alt=\"Output Area Example.\" width=\"300px\" \/>\n <\/td>\n <td>\n <h2>\n 出力\n <\/h2>変換された座標は、画面右の「Results」ウィンドウに表示されます。<br \/>\n このエリアからコピーを行って利用してください。<br \/>\n この時出力されるフォーマットは、デフォルトでは\"x1,y1,z1 [改行] x2,y2,z2\"のようにカンマ区切り、1行1座標で表示されます。<br \/>\n これは、画面右上の「Output format:」エリアで変更することが出来ます。<br \/>\n このエリアに入力した文字列のうち、%x, %y, %z, \\nはそれぞれx,y,z座標と改行を表しています。<br \/>\n <\/td>\n <\/tr>\n <\/tbody>\n<\/table>"}