HomeVision ScienceNatural Science展示会情報会社概要お問い合せLink
Vision Science
眼球運動 視力測定
立体視 3D
放送画像解析
脳機能 視覚ソフト


ViSaGe・VSG2/5
Visual Stimulus Generator
Cambridge Research Systems 社
≪SDL≫Stimulus Description Language VSG用簡易言語
SDLはVSGまたViSaGe用の簡易開発言語です。
Borland C++やDelphi、Visual Basicなどのプログラム経験のない方でも用意に刺激作成が可能な言語です。
Grating / Gabor / Checker Board / Text / Image Fileなど、数行の専用命令で簡単に刺激作成が可能です。
# Gabor # 下の3行で下図の画像が提示できます。

program(gabor)  # 刺激プログラムの設定 #
size(1,8,8)  # 図形サイズの設定 8x8 #
show(1)  # 刺激図形1の表示 #

 
# チェッカーボード 反転します#

program(chequerboard) # 刺激プログラムの設定 #
shape(1,square)  # 図形の設定 四角 #
size(1,12,12)  # 図形サイズの設定 16x16 #
chequersize(1,2,2)  # チェック図形のサイズ 2x2 #
driftvelocity(1,1)  # Waveformの速さ 1 #
show(1)  # 刺激図形1の表示 #


 
# ダーツボード 反転します#

program(dartboard)  # 刺激プログラムの設定 #
size(1,10,10)  # 図形サイズの設定 10x10 #
dartboardsize(1,10,4)  # ダーツの設定 スポークとリングの数 #
driftvelocity(1,1)  # Waveformの速さ 1 #
show(1)  # 刺激図形1の表示 #


 
# Grating 格子状波形 縞が動きます#

program(grating)  # 刺激プログラムの設定 #
background(mean,1)  # 背景色の設定 刺激図形の中間色 #
spatialwaveform(1,square)  # 波形の種類 方形波 #
driftvelocity(1,2)  # Waveformの速さ 2 #
size(1,8,8)  # 図形サイズの設定 8x8 #
colour(1,0,1,0,0,0,1 RGB)  # 刺激図形の配色 緑と青 #
show(1)  # 刺激図形1の表示 #
 
# テキスト #

program(solid)  # 刺激プログラムの設定 #
shape(1,text)  # 図形の設定 テキスト #
shapetext(1,"Namoto Trading Co.,Ltd",0) # 文字の入力 #
size(1,2,2)  # 文字サイズ 2x2 #
shapefont( 1, "impact", 0) # フォント impact #
colour(1,1,0,0,1,0,0)  # 文字色 赤#
show(1)  # 刺激図形1の表示 #

 
# Image File 取得画像 #

program(image)  # 刺激プログラムの設定 #
imagename(1,"C:\sample\sample.bmp") # 画像ファイルの指定 #
show(1)  # 刺激図形1の表示 #
 
ナモト貿易(株)
計測機器事業部
千葉県市川市南大野
1-44-1 2階
TEL 047-338-3224
FAX 047-338-3236

www.namoto.com
Copyright (C) 2007 Namoto Trading Corporation. All Rights Reserved.

弊社 ナモト貿易ホームページ の掲載記事・写真・図表など許可なく利用すること(複製、無断転載)を禁止します。