#!/usr/bin/avs -network version 4.0 (25.137 tt) module "read field.user.0" -xy 466,62 -ex $Path/avs_library/mongo module "generate colormap.user.1" -xy 277,62 module isosurface.user.2 -xy 466,125 -ex $Path/avs_library/tile module "geometry viewer.user.3" -xy 466,188 module "volume bounds.user.4" -xy 618,132 -ex $Path/avs_library/mongo module "read shak.user.5" -xy 278,122 port_connect "read field.user.0":0 isosurface.user.2:0 port_connect "read field.user.0":0 isosurface.user.2:1 port_connect "read field.user.0":0 "volume bounds.user.4":0 port_connect "generate colormap.user.1":0 isosurface.user.2:2 port_connect isosurface.user.2:0 "geometry viewer.user.3":0 port_connect "volume bounds.user.4":0 "geometry viewer.user.3":0 port_connect "read shak.user.5":0 "geometry viewer.user.3":0 geom_set_scene -scene "geometry viewer.user.3" geom_set_camera_name "Camera 1" geom_resize_camera -view "Camera 1" 571 567 # # State for view: Camera 1 # geom_set_position -view "Camera 1" 0 0 -12 geom_set_view_modes -depth_cue 0 -view "Camera 1" geom_set_view_modes -z_buffer 1 -view "Camera 1" geom_set_camera_params -view "Camera 1" -front -88 -back 112 geom_set_depth_cue_params "Camera 1" -scale 0.1 # # Light state # geom_set_light -light 1 -type directional -state 1 geom_set_light -type ambient -state 1 # # State for object: top # geom_set_cur_cli_obj top shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,1014 panel "Top Level Stack" -w master_stack -p Application -xy 2,99 -wh 256,693 panel "read field.user.0" -w panel -p "Top Level Stack" -xy 0,63 -wh 255,324 manipulator "read field.user.0:Read Field Browser" -w browser -p "read field.user.0" \ -xy 10,10 -wh 235,196 manipulator "read field.user.0:Data Conversion" -w radio_buttons -p "read field.user.0" \ -xy 10,205 -wh 118,43 manipulator "read field.user.0:Read Status" -w textblock -p "read field.user.0" \ -xy 10,249 -wh 236,64 panel "generate colormap.user.1" -w panel -p "Top Level Stack" \ -xy 0,63 -wh 255,564 manipulator "generate colormap.user.1:colormap" -w color_editor -p "generate colormap.user.1" \ -xy 10,10 -wh 236,415 manipulator "generate colormap.user.1:lo value" -w dial -p "generate colormap.user.1" \ -xy 10,426 -wh 90,129 manipulator "generate colormap.user.1:hi value" -w dial -p "generate colormap.user.1" \ -xy 100,426 -wh 90,129 panel isosurface.user.2 -w panel -p "Top Level Stack" -xy 0,63 -wh 227,191 manipulator isosurface.user.2:level -w dial -p isosurface.user.2 \ -xy 10,10 -wh 90,129 manipulator "isosurface.user.2:optimize surf" -w toggle -p isosurface.user.2 \ -xy 100,10 -wh 118,21 manipulator "isosurface.user.2:optimize wire" -w toggle -p isosurface.user.2 \ -xy 10,139 -wh 118,21 manipulator "isosurface.user.2:flip normals" -w toggle -p isosurface.user.2 \ -xy 10,159 -wh 118,21 panel "volume bounds.user.4" -w panel -p "Top Level Stack" \ -xy 0,128 -wh 138,192 manipulator "volume bounds.user.4:Hull" -w toggle -p "volume bounds.user.4" \ -xy 10,10 -wh 118,21 manipulator "volume bounds.user.4:Min I" -w toggle -p "volume bounds.user.4" \ -xy 10,30 -wh 118,21 manipulator "volume bounds.user.4:Max I" -w toggle -p "volume bounds.user.4" \ -xy 10,52 -wh 118,21 manipulator "volume bounds.user.4:Min J" -w toggle -p "volume bounds.user.4" \ -xy 10,75 -wh 118,21 manipulator "volume bounds.user.4:Max J" -w toggle -p "volume bounds.user.4" \ -xy 10,95 -wh 118,21 manipulator "volume bounds.user.4:Min K" -w toggle -p "volume bounds.user.4" \ -xy 10,118 -wh 118,21 manipulator "volume bounds.user.4:Max K" -w toggle -p "volume bounds.user.4" \ -xy 10,140 -wh 118,21 manipulator "volume bounds.user.4:Colored Bounds" -w toggle -p "volume bounds.user.4" \ -xy 10,160 -wh 118,21 panel "read shak.user.5" -w panel -p ui -xy 880,10 -wh 270,600\ -P title string "Read Shak Controls" manipulator "read shak.user.5:Schakal File" -w browser -p "read shak.user.5" \ -xy 10,19 -wh 236,340 panel page.1 -w panel -p "read shak.user.5" -xy 5,380 -wh 255,210 manipulator "read shak.user.5:show cell" -w toggle -p page.1 \ -xy 125,5 -wh 118,21 manipulator "read shak.user.5:show labels" -w toggle -p page.1 \ -xy 125,25 -wh 118,21 manipulator "read shak.user.5:show title" -w toggle -p page.1 \ -xy 125,48 -wh 118,21 manipulator "read shak.user.5:representation" -w radio_buttons -p page.1 \ -xy 5,5 -wh 118,43 manipulator "read shak.user.5:bond size" -w dial -p page.1 \ -xy 95,70 -wh 90,129 manipulator "read shak.user.5:atom radius" -w dial -p page.1 \ -xy 5,70 -wh 90,129 panel "geometry viewer.user.3!display" -w container -p ui -xy 183,168 -wh 611,657\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator "geometry viewer.user.3":object -w none # End of file