#!/usr/bin/avs -network version 4.0 (25.104 wb) module "animated boolean.user.0" -xy 558,172 -ex /user/ianc/avs/experiments/ani_bool/ani_bool module "image compare.user.1" -xy 658,232 -ex $Path/avs_library/mongo port_vis "image compare.user.1":switch -on module contrast.user.2 -xy 618,112 -ex $Path/avs_library/mongo module "read image.user.3" -xy 658,22 -ex $Path/avs_library/mongo module "display image.user.4" -xy 658,302 port_connect "animated boolean.user.0":0 "image compare.user.1":3 port_connect "image compare.user.1":0 "display image.user.4":0 port_connect contrast.user.2:0 "image compare.user.1":1 port_connect "read image.user.3":0 contrast.user.2:0 port_connect "read image.user.3":0 "image compare.user.1":0 parm_set "animated boolean.user.0":Sleep false parm_set "image compare.user.1":switch true parm_set contrast.user.2:cont_in_min 100.963394165 parm_set contrast.user.2:cont_in_max 147.084518433 parm_set "read image.user.3":"Read Image Browser" $Path/data/image/marble.x shell "ui" shell panel Application -w app_panel -p ui -xy 0,27 -wh 260,1024 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,456 panel "animated boolean.user.0" -w panel -p "Top Level Stack" \ -xy 0,130 -wh 138,108 manipulator "animated boolean.user.0:Sleep" -w toggle -p "animated boolean.user.0" \ -xy 10,10 -wh 118,22 manipulator "animated boolean.user.0:Run Mode" -w radio_buttons -p "animated boolean.user.0" \ -xy 10,32 -wh 118,44 manipulator "animated boolean.user.0:Steps" -w typein_integer -p "animated boolean.user.0" \ -xy 10,76 -wh 118,22 panel "image compare.user.1" -w panel -p "Top Level Stack" \ -xy 0,64 -wh 228,326 manipulator "image compare.user.1:choice" -w radio_buttons -p "image compare.user.1" \ -xy 10,10 -wh 118,176 manipulator "image compare.user.1:switch" -w toggle -p "image compare.user.1" \ -xy 10,186 -wh 118,22 manipulator "image compare.user.1:valuator" -w dial -p "image compare.user.1" \ -xy 128,186 -wh 90,130 panel contrast.user.2 -w panel -p "Top Level Stack" -xy 0,130 -wh 200,280 manipulator contrast.user.2:cont_in_min -w dial -p contrast.user.2 \ -xy 10,10 -wh 90,130 manipulator contrast.user.2:cont_in_max -w dial -p contrast.user.2 \ -xy 100,10 -wh 90,130 manipulator contrast.user.2:cont_out_min -w dial -p contrast.user.2 \ -xy 10,140 -wh 90,130 manipulator contrast.user.2:cont_out_max -w dial -p contrast.user.2 \ -xy 100,140 -wh 90,130 panel "read image.user.3" -w panel -p "Top Level Stack" -xy 0,130 -wh 256,214 manipulator "read image.user.3:Read Image Browser" -w browser -p "read image.user.3" \ -xy 10,10 -wh 236,194 panel "display image.user.4!image" -w container -p ui -xy 308,402 -wh 424,456\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator "display image.user.4":Magnification -w none manipulator "display image.user.4":Automag_Size -w none manipulator "display image.user.4":"Maximum Image Dimension" -w none # End of file