#!/usr/bin/avs -network version 5.01 (50.53 hp) module "read image.user.0" -xy 638,182 -ex $Path/avs_library/mongo module "image viewer.user.1" -xy 618,302 module "Mouse Trap IV.user.3" -xy 678,372 -ex /users/ianc/avs/experiments/Mouse_Trap_IV/mouse_trap_iv port_connect "read image.user.0":0 "image viewer.user.1":0 parm_set "read image.user.0":"Read Image Browser" $Path/data/image/marble.x mod_image "image viewer.user.1" image_set_scene -scene "image viewer.user.1" image_set_view_size 342 444 515 374 image_set_view_transformation -tx 0.000000 -ty 0.000000 -sx 1.000000 -sy 1.000000 image_set_color 0.000000 0.000000 0.000000 image_create_image -image "read image.user.0" image_set_image_transformation -image "read image.user.0" -tx 0.000000 -ty 0.000000 -sx 1.000000 -sy 1.000000 image_set_visibility -image "read image.user.0" 1 image_set_display_technique -image "read image.user.0" dither } shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,980 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,278 panel "read image.user.0" -w panel -p "Top Level Stack" -xy 0,64 -wh 256,214 manipulator "read image.user.0:Read Image Browser" -w browser -p "read image.user.0" \ -xy 10,10 -wh 236,194 panel "image viewer.user.1!image" -w container -p ui -xy 311,431 -wh 555,446\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator "image viewer.user.1":"Update Always" -w none manipulator "image viewer.user.1":"Update Image" -w none # End of file