#!/usr/bin/avs -network version 5.0 (50.10 wb) module "generate filters.user.0" -xy 678,172 -ex $Path/avs_library/mongo module "field legend.user.1" -xy 578,262 -ex $Path/avs_library/field_legend module "harwell colormap.user.4" -xy 498,172 -ex /user/ianc/avs/experiments/harwell/harwell port_connect "generate filters.user.0":0 "field legend.user.1":0 port_connect "harwell colormap.user.4":0 "field legend.user.1":1 parm_set "harwell colormap.user.4":gamma 0.86364007 parm_set "harwell colormap.user.4":"Range Mode" stair-step parm_set "harwell colormap.user.4":bands 3-region parm_set "harwell colormap.user.4":"Mark End Bins" false parm_set "harwell colormap.user.4":"Mark Stair Steps" true 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,704 panel "generate filters.user.0" -w panel -p "Top Level Stack" \ -xy 0,64 -wh 228,586 manipulator "generate filters.user.0:selection" -w radio_buttons -p "generate filters.user.0" \ -xy 10,10 -wh 118,176 manipulator "generate filters.user.0:Size" -w idial -p "generate filters.user.0" \ -xy 128,10 -wh 90,130 manipulator "generate filters.user.0:focus1" -w dial -p "generate filters.user.0" \ -xy 10,186 -wh 90,130 manipulator "generate filters.user.0:focus2" -w dial -p "generate filters.user.0" -hide \ -xy 100,186 -wh 90,130 manipulator "generate filters.user.0:power" -w dial -p "generate filters.user.0" -hide \ -xy 10,316 -wh 90,130 manipulator "generate filters.user.0:angle" -w dial -p "generate filters.user.0" -hide \ -xy 100,316 -wh 90,130 manipulator "generate filters.user.0:scale" -w dial -p "generate filters.user.0" -hide \ -xy 10,446 -wh 90,130 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" -hide \ -xy 10,140 -wh 90,130 manipulator "field legend.user.1:hi value" -w dial -p "field legend.user.1" -hide \ -xy 100,140 -wh 90,130 panel "harwell colormap.user.4" -w panel -p "Top Level Stack" \ -xy 0,108 -wh 256,596 manipulator "harwell colormap.user.4:blue c/o" -w slider -p "harwell colormap.user.4" \ -xy 10,10 -wh 236,32 manipulator "harwell colormap.user.4:green c/o" -w slider -p "harwell colormap.user.4" \ -xy 10,42 -wh 236,32 manipulator "harwell colormap.user.4:red c/o" -w slider -p "harwell colormap.user.4" \ -xy 10,74 -wh 236,32 manipulator "harwell colormap.user.4:low" -w dial -p "harwell colormap.user.4" \ -xy 10,106 -wh 90,130 manipulator "harwell colormap.user.4:high" -w dial -p "harwell colormap.user.4" \ -xy 100,106 -wh 90,130 manipulator "harwell colormap.user.4:No. of Steps" -w idial -p "harwell colormap.user.4" \ -xy 10,236 -wh 90,130 manipulator "harwell colormap.user.4:gamma" -w dial -p "harwell colormap.user.4" \ -xy 100,236 -wh 90,130 manipulator "harwell colormap.user.4:Range Mode" -w radio_buttons -p "harwell colormap.user.4" \ -xy 10,366 -wh 118,44 manipulator "harwell colormap.user.4:bands" -w radio_buttons -p "harwell colormap.user.4" \ -xy 10,410 -wh 177,132 manipulator "harwell colormap.user.4:Mark End Bins" -w toggle -p "harwell colormap.user.4" \ -xy 10,542 -wh 118,22 manipulator "harwell colormap.user.4:Mark Stair Steps" -w toggle -p "harwell colormap.user.4" \ -xy 10,564 -wh 118,22 # End of file