#!/usr/bin/avs -network version 4.0 (25.137 wb) module colorizer.user.1 -xy 518,192 -ex $Path/avs_library/mongo module "display image.user.2" -xy 408,352 module tracer.user.3 -xy 408,282 -ex $Path/avs_library/tracer module "read volume.user.4" -xy 378,12 -ex $Path/avs_library/mongo module "generate colormap.user.5" -xy 418,132 module "animated track.user.6" -xy 338,192 -ex /user/ianc/avs/experiments/ani_track/ani_track module downsize.user.7 -xy 518,92 -ex $Path/avs_library/mongo port_connect colorizer.user.1:0 tracer.user.3:0 port_connect tracer.user.3:0 "display image.user.2":0 port_connect "read volume.user.4":0 downsize.user.7:0 port_connect "generate colormap.user.5":0 colorizer.user.1:1 port_connect "animated track.user.6":0 tracer.user.3:1 port_connect downsize.user.7:0 colorizer.user.1:0 parm_set "display image.user.2":Magnification x8 parm_set tracer.user.3:"alpha scale" 0.809851110 parm_set tracer.user.3:perspective 0.990779400 parm_set tracer.user.3:Width 32 parm_set tracer.user.3:Height 32 parm_set "read volume.user.4":"Read Volume Browser" $Path/data/volume/hydrogen.dat parm_set downsize.user.7:downsize 10 shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,1024 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 260,841 panel "generate colormap.user.5" -w panel -p "Top Level Stack" \ -xy 0,86 -wh 256,566 manipulator "generate colormap.user.5:colormap" -w color_editor -p "generate colormap.user.5" \ -xy 10,10 -wh 236,416 manipulator "generate colormap.user.5:lo value" -w dial -p "generate colormap.user.5" \ -xy 10,426 -wh 90,130 manipulator "generate colormap.user.5:hi value" -w dial -p "generate colormap.user.5" \ -xy 100,426 -wh 90,130 panel page.3 -w panel -p "Top Level Stack" -xy 0,86 -wh 260,755\ -P title string "Ani Track Controls" manipulator "read volume.user.4:Read Volume Browser" -w browser -p page.3 \ -xy 1,40 -wh 236,194 panel tracer.user.3 -w panel -p page.3 -xy -6,243 -wh 256,326 manipulator "tracer.user.3:alpha scale" -w dial -p tracer.user.3 \ -xy 10,10 -wh 90,130 manipulator tracer.user.3:perspective -w dial -p tracer.user.3 \ -xy 100,10 -wh 90,130 manipulator tracer.user.3:Width -w typein_integer -p tracer.user.3 \ -xy 10,140 -wh 118,22 manipulator tracer.user.3:Height -w typein_integer -p tracer.user.3 \ -xy 10,162 -wh 118,22 manipulator tracer.user.3:interpolate -w toggle -p tracer.user.3 \ -xy 10,184 -wh 118,22 manipulator "tracer.user.3:Performance Stats" -w textblock -p tracer.user.3 \ -xy 10,206 -wh 236,110 manipulator downsize.user.7:downsize -w idial -p page.3 -xy 69,588 -wh 90,130 panel page.0 -w panel -p ui -xy 268,322 -wh 458,632\ -P title string "Animated Track" panel "display image.user.2!image" -w container -p page.0 -xy 168,21 -wh 280,312\ -P zoom_coords string "0 0 0 0 0 0 0 0 0" panel stack.1 -w stack -p "display image.user.2!image" -xy -163,-145 -wh 256,128\ -P title string "Animated Track Control Panel" manipulator "animated track.user.6:track" -w track -p page.0 \ -xy 59,383 -wh 180,212 manipulator page.3!title -w text -p page.3 -xy 52,10 -wh 118,22 manipulator page.0!title -w text -p page.0 -xy 28,9 -wh 118,22 manipulator "display image.user.2":Magnification -w none manipulator "display image.user.2":Automag_Size -w none manipulator "display image.user.2":"Maximum Image Dimension" -w none # End of file