#!/usr/bin/avs -network #!/usr/bin/avs -network version 3 (25.40 gs) module "read volume.user.0" -xy 708,172 -ex $Path/avs_library/read_volume module "field legend.user.1" -xy 648,292 -ex $Path/avs_library/field_legend module "harwell colormap.user.3" -xy 518,172 -ex ./hwell port_connect "read volume.user.0":0 "field legend.user.1":0 port_connect "harwell colormap.user.3":0 "field legend.user.1":1 parm_set "read volume.user.0":"Read Volume Browser" $Path/data/volume/hydrogen.dat parm_set "field legend.user.1":"node data" "" -range "" . parm_set "field legend.user.1":value 127.500000000 -range 0.000000000 255.000000000 parm_set "harwell colormap.user.3":"Range Mode" continuous 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 256,518 panel "read volume.user.0" -w panel -p "Top Level Stack" -xy 0,64 -wh 256,214 manipulator "read volume.user.0:Read Volume Browser" -w browser -p "read volume.user.0" \ -xy 10,10 -wh 236,194 panel "field legend.user.1" -w panel -p "Top Level Stack" \ -xy 0,86 -wh 228,280 manipulator "field legend.user.1:node data" -w radio_buttons -p "field legend.user.1" \ -xy 10,10 -wh 118,22 manipulator "field legend.user.1:value" -w dial -p "field legend.user.1" \ -xy 128,10 -wh 90,130 manipulator "field legend.user.1:lo value" -w dial -p "field legend.user.1" \ -xy 10,140 -wh 90,130 manipulator "field legend.user.1:hi value" -w dial -p "field legend.user.1" \ -xy 100,140 -wh 90,130 panel "harwell colormap.user.3" -w panel -p "Top Level Stack" \ -xy 0,108 -wh 228,410 manipulator "harwell colormap.user.3:gamma" -w dial -p "harwell colormap.user.3" \ -xy 10,10 -wh 90,130 manipulator "harwell colormap.user.3:blue c/o" -w dial -p "harwell colormap.user.3" \ -xy 100,10 -wh 90,130 manipulator "harwell colormap.user.3:green c/o" -w dial -p "harwell colormap.user.3" \ -xy 10,140 -wh 90,130 manipulator "harwell colormap.user.3:red c/o" -w dial -p "harwell colormap.user.3" \ -xy 100,140 -wh 90,130 manipulator "harwell colormap.user.3:Range Mode" -w radio_buttons -p "harwell colormap.user.3" \ -xy 10,270 -wh 118,44 manipulator "harwell colormap.user.3:No. of Steps" -w idial -p "harwell colormap.user.3" \ -xy 128,270 -wh 90,130 # End of file