#!/usr/bin/avs -network version 5.0 (50.33 wb) module "Marker Pick.user.0" -xy 38,172 \ -ex ./marker_pick module "Marker Gen.user.1" -xy 298,312 \ -ex ./marker_gen module "image viewer.user.2" -xy 28,472 port_vis "image viewer.user.2":"Pick Info" -on module "read field.user.3" -xy 38,32 -ex $Path/avs_library/mongo module "write field.user.4" -xy 148,312 -ex $Path/avs_library/mongo module "Marker Merge.user.5" -xy 628,272 \ -ex ./marker_merge module "read image.user.6" -xy 448,32 -ex $Path/avs_library/mongo module crop.user.7 -xy 448,72 -ex $Path/avs_library/mongo module "read image.user.8" -xy 658,32 -ex $Path/avs_library/mongo port_connect "Marker Pick.user.0":0 "write field.user.4":0 port_connect "Marker Pick.user.0":0 "Marker Gen.user.1":1 port_connect "Marker Pick.user.0":1 "image viewer.user.2":2 port_connect "Marker Gen.user.1":0 "Marker Merge.user.5":1 port_connect "read field.user.3":0 "Marker Pick.user.0":3 port_connect "Marker Merge.user.5":0 "image viewer.user.2":0 port_connect "Marker Merge.user.5":0 "Marker Pick.user.0":0 port_connect "read image.user.6":0 crop.user.7:0 port_connect crop.user.7:0 "Marker Merge.user.5":2 port_connect "read image.user.8":0 "Marker Merge.user.5":0 port_connect "read image.user.8":0 "Marker Gen.user.1":0 parm_set "read field.user.3":"Read Field Browser" \ ./test.fld parm_set "read field.user.3":"Data Conversion" "Portable (XDR)" parm_set "write field.user.4":"Data Format" "Portable (XDR)" parm_set "Marker Merge.user.5":Square_Hue 1 parm_set "Marker Merge.user.5":Diamond_Hue 0.6712962985 parm_set "Marker Merge.user.5":Circle_Hue 0.1851851791 parm_set "Marker Merge.user.5":X_Hue 0.8564814925 parm_set "Marker Merge.user.5":Fleur_Hue 0.8703703284 parm_set "Marker Merge.user.5":Poly_Hue 0.523148179 parm_set "read image.user.6":"Read Image Browser" $Path/data/image/mandrill.x parm_set crop.user.7:"max x" 451 -range 0 499 parm_set crop.user.7:"max y" 438 -range 0 479 # # choose a small or a big map... # parm_set "read image.user.8":"Read Image Browser" \ ./uk_rivers.x # #parm_set "read image.user.8":"Read Image Browser" \ # $Path/demosuite/INHOUSE/MarkerPick/map1024.x # mod_image "image viewer.user.2" image_set_scene -scene "image viewer.user.2" image_set_view_size 36 -9 894 468 image_set_view_transformation -tx 0.000000 -ty 0.000000 -sx 1.000000 -sy 1.000000 image_set_color 0.000000 0.000000 0.000000 image_create_image -image "Marker Merge.user.9.0" image_set_image_transformation -image "Marker Merge.user.9.0" -tx -8.000000 -ty 35.000000 -sx 1.000000 -sy 1.000000 image_set_visibility -image "Marker Merge.user.9.0" 1 image_create_image -image "Marker Merge.user.7.0" image_set_image_transformation -image "Marker Merge.user.7.0" -tx -3.000000 -ty -4.000000 -sx 0.895562 -sy 0.895562 image_set_visibility -image "Marker Merge.user.7.0" 1 image_create_image -image "Marker Merge.user.5.0" image_set_image_transformation -image "Marker Merge.user.5.0" -tx -16.000000 -ty -4.000000 -sx 0.990012 -sy 0.990012 image_set_visibility -image "Marker Merge.user.5.0" 1 } shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,981 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,606\ -P columns integer 1 panel "read field.user.3" -w panel -p "Top Level Stack" -xy 0,64 -wh 256,324 manipulator "read field.user.3:Read Field Browser" -w browser -p "read field.user.3" \ -xy 10,10 -wh 236,194 manipulator "read field.user.3:Data Conversion" -w radio_buttons -p "read field.user.3" \ -xy 10,204 -wh 118,44 manipulator "read field.user.3:Read Status" -w textblock -p "read field.user.3" \ -xy 10,248 -wh 236,66 panel "write field.user.4" -w panel -p "Top Level Stack" -xy 0,64 -wh 256,302 manipulator "write field.user.4:Write Field Browser" -w browser -p "write field.user.4" \ -xy 10,10 -wh 236,194 manipulator "write field.user.4:Data Format" -w radio_buttons -p "write field.user.4" \ -xy 10,204 -wh 118,44 manipulator "write field.user.4:Compute Extents" -w toggle -p "write field.user.4" \ -xy 10,248 -wh 118,22 manipulator "write field.user.4:Compute Min/Max" -w toggle -p "write field.user.4" \ -xy 10,270 -wh 118,22 panel "read image.user.6" -w panel -p "Top Level Stack" -xy 0,174 -wh 256,214 manipulator "read image.user.6:Read Image Browser" -w browser -p "read image.user.6" \ -xy 10,10 -wh 236,194 panel crop.user.7 -w panel -p "Top Level Stack" -xy 0,64 -wh 200,432 manipulator "crop.user.7:min x" -w idial -p crop.user.7 -xy 10,10 -wh 90,130 manipulator "crop.user.7:max x" -w idial -p crop.user.7 -xy 100,10 -wh 90,130 manipulator "crop.user.7:min y" -w idial -p crop.user.7 -xy 10,140 -wh 90,130 manipulator "crop.user.7:max y" -w idial -p crop.user.7 -xy 100,140 -wh 90,130 manipulator "crop.user.7:min z" -w idial -p crop.user.7 -hide \ -xy 10,270 -wh 90,130 manipulator "crop.user.7:max z" -w idial -p crop.user.7 -hide \ -xy 100,270 -wh 90,130 manipulator "crop.user.7:size to fit" -w toggle -p crop.user.7 \ -xy 10,400 -wh 118,22 panel "Marker Pick.user.0" -w panel -p "Top Level Stack" -xy 0,64 -wh 256,240 panel "read image.user.8" -w panel -p "Top Level Stack" -xy 0,64 -wh 256,214 panel page.0 -w panel -p ui -xy 284,0 -wh 967,913 panel "image viewer.user.2!image" -w container -p page.0 -xy 16,11 -wh 934,540\ -P zoom_coords string "1 0 0 0 0 0 0 0 0" manipulator "Marker Pick.user.0:marker_type" -w radio_buttons -p page.0 \ -xy 831,768 -wh 118,132 manipulator "Marker Pick.user.0:marker_fill" -w radio_buttons -p page.0 \ -xy 834,567 -wh 118,44 manipulator "Marker Merge.user.5:Stipple" -w toggle -p page.0 \ -xy 834,633 -wh 118,22 manipulator "Marker Pick.user.0:clear marker_pick" -w oneshot -p page.0 \ -xy 833,725 -wh 118,22 manipulator "Marker Pick.user.0:undo last pick" -w oneshot -p page.0 \ -xy 833,701 -wh 118,22 manipulator "Marker Pick.user.0:set pick mode" -w oneshot -p page.0 \ -xy 833,677 -wh 118,22 manipulator "Marker Pick.user.0:Selected Marker" -w textblock -p page.0 \ -xy 18,567 -wh 236,176 panel "Marker Merge.user.5" -w panel -p page.0 -xy 267,568 -wh 255,243\ -P title string "Marker Colour" manipulator "Marker Merge.user.5:Square_Hue" -w slider -p "Marker Merge.user.5" \ -xy 9,33 -wh 236,32 manipulator "Marker Merge.user.5:Diamond_Hue" -w slider -p "Marker Merge.user.5" \ -xy 9,65 -wh 236,32 manipulator "Marker Merge.user.5:Circle_Hue" -w slider -p "Marker Merge.user.5" \ -xy 9,97 -wh 236,32 manipulator "Marker Merge.user.5:X_Hue" -w slider -p "Marker Merge.user.5" \ -xy 9,129 -wh 236,32 manipulator "Marker Merge.user.5:Fleur_Hue" -w slider -p "Marker Merge.user.5" \ -xy 9,161 -wh 236,32 manipulator "Marker Merge.user.5:Poly_Hue" -w slider -p "Marker Merge.user.5" \ -xy 9,193 -wh 236,32 manipulator "read image.user.8:Read Image Browser" -w browser -p page.0 \ -xy 532,568 -wh 290,334 manipulator "read image.user.6!title" -w text -p "read image.user.6" \ -xy 10,10 -wh 118,22 manipulator "Marker Merge.user.5!title" -w text -p "Marker Merge.user.5" \ -xy 61,7 -wh 118,22 manipulator "image viewer.user.2":"Update Always" -w none manipulator "image viewer.user.2":"Update Image" -w none # End of file