#!/usr/bin/avs -network version 3 (25.40 gs) module area.user.0 -xy 678,142 -ex $NetworkDirectory/area module "read field.user.7" -xy 678,22 -ex $Path/avs_library/read_field module "graph viewer.user.8" -xy 678,232 port_connect area.user.0:0 "graph viewer.user.8":0 port_connect "read field.user.7":0 area.user.0:0 parm_set area.user.0:"Slice No" 0 parm_set "read field.user.7":"Read Field Browser" $NetworkDirectory/oh.fld mod_graph "graph viewer.user.8" # Plot Title Helvetica 0 2 24 1.00 1.00 1.00 # Plot Size 500 500 # X Axis Coordinates and Tics 0.00 1.00 2 2 1 # Y Axis Coordinates and Tics 0.00 65.00 2 2 1 # X Axis Color 1.00 1.00 1.00 # Y Axis Color 1.00 1.00 1.00 # X Axis Scale and Base 0 10.00 # Y Axis Scale and Base 0 10.00 # Axis Border 1 # X Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Y Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Tic Label Helvetica 0 2 12 1.00 1.00 1.00 # Number of Plot Datasets 1 # Foreground Color 0.20 0.20 0.20 # Background Color 0.00 0.00 0.00 # End of AVS Plot Data } 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,366 panel area.user.0 -w panel -p "Top Level Stack" -xy 0,86 -wh 110,150 manipulator "area.user.0:Slice No" -w idial -p area.user.0 \ -xy 10,10 -wh 90,130 panel "read field.user.7" -w panel -p "Top Level Stack" -xy 0,86 -wh 256,280 manipulator "read field.user.7:Read Field Browser" -w browser -p "read field.user.7" \ -xy 10,10 -wh 236,194 manipulator "read field.user.7:Read Status" -w textblock -p "read field.user.7" \ -xy 10,204 -wh 236,66 panel "graph viewer.user.8!graph" -w container -p ui -xy 308,314 -wh 520,552\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" # End of file