#!/usr/bin/avs -network version 5.0 (50.25 sparc) module "generate colormap.user.0" -xy 223,155 port_vis "generate colormap.user.0":"lo value" -on port_vis "generate colormap.user.0":"hi value" -on module "readgrd to field.user.1" -xy 421,29 -ex /usr/local/lib/avs/readgrd_to_fld module crop.user.2 -xy 421,110 -ex $Path/avs_library/mongo module downsize.user.3 -xy 421,155 -ex $Path/avs_library/mongo module "image to postscript.user.4" -xy 421,353 -ex $Path/avs_library/mongo module "geometry viewer.user.5" -xy 421,281 module "field to map2.user.6" -xy 421,218 -ex /usr/local/lib/avs/field_to_map2 module minmax.user.7 -xy 421,65 -ex $Path/avs_library/mongo port_connect "generate colormap.user.0":0 "field to map2.user.6":1 port_connect "readgrd to field.user.1":0 minmax.user.7:0 port_connect crop.user.2:0 downsize.user.3:0 port_connect downsize.user.3:0 "field to map2.user.6":0 port_connect "geometry viewer.user.5":0 "image to postscript.user.4":0 port_connect "field to map2.user.6":0 "geometry viewer.user.5":0 port_connect minmax.user.7:0 crop.user.2:0 port_connect minmax.user.7:1 "generate colormap.user.0":1 port_connect minmax.user.7:2 "generate colormap.user.0":2 parm_set "field to map2.user.6":mode mercator shell "ui" shell panel page.0 -w panel -p ui -xy 340,532 -wh 914,621\ -P title string " VIEW_GRD by Andy Bingham 1992 " panel page.1 -w panel -p page.0 -xy 8,240 -wh 508,176\ -P title string "Crop & Downsize" manipulator downsize.user.3:downsize -w idial -p page.1 -xy 410,40 -wh 90,129 manipulator "crop.user.2:min x" -w idial -p page.1 -xy 10,40 -wh 90,129 manipulator "crop.user.2:max x" -w idial -p page.1 -xy 110,40 -wh 90,129 manipulator "crop.user.2:min y" -w idial -p page.1 -xy 210,40 -wh 90,129 manipulator "crop.user.2:max y" -w idial -p page.1 -xy 310,40 -wh 90,129 panel page.2 -w panel -p page.0 -xy 378,40 -wh 138,189\ -P title string "Projection" manipulator "field to map2.user.6:mode" -w radio_buttons -p page.2 \ -xy 6,43 -wh 117,44 panel page.3 -w panel -p page.0 -xy 8,428 -wh 508,180\ -P title string "Axis & Scale" manipulator "field to map2.user.6:xtick" -w dial -p page.3 \ -xy 10,42 -wh 90,129 manipulator "field to map2.user.6:ytick" -w dial -p page.3 \ -xy 110,42 -wh 90,129 manipulator "field to map2.user.6:zscale" -w dial -p page.3 \ -xy 210,42 -wh 90,129 manipulator "field to map2.user.6:boudary_w" -w dial -p page.3 \ -xy 310,42 -wh 90,129 manipulator "field to map2.user.6:text_h" -w dial -p page.3 \ -xy 410,42 -wh 90,129 panel page.4 -w panel -p page.0 -xy 522,36 -wh 384,434\ -P title string "Colourmap" manipulator "generate colormap.user.0:colormap" -w color_editor -p page.4 \ -xy 138,9 -wh 236,421 manipulator "generate colormap.user.0:lo value" -w dial -p page.4 \ -xy 19,129 -wh 90,129 manipulator "generate colormap.user.0:hi value" -w dial -p page.4 \ -xy 19,280 -wh 90,129\ -P local_range real 200 panel page.5 -w panel -p page.0 -xy 522,479 -wh 384,134\ -P title string "Postscript Output" manipulator "image to postscript.user.4:filename" -w typein -p page.5 \ -xy 134,7 -wh 234,22 manipulator "image to postscript.user.4:mode" -w radio_buttons -p page.5 \ -xy 8,49 -wh 117,44 manipulator "image to postscript.user.4:page size x" -w typein_real -p page.5 \ -xy 134,43 -wh 234,22 manipulator "image to postscript.user.4:page size y" -w typein_real -p page.5 \ -xy 134,71 -wh 234,22 manipulator "image to postscript.user.4:encapsulate" -w toggle -p page.5 \ -xy 250,103 -wh 117,22 manipulator "image to postscript.user.4:landscape" -w toggle -p page.5 \ -xy 9,103 -wh 117,22 manipulator "readgrd to field.user.1:Read Image Browser" -w browser -p page.0 \ -xy 8,40 -wh 360,198 panel "geometry viewer.user.5!display" -w container -p ui -xy 286,0 -wh 552,581\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator page.1!title -w text -p page.1 -xy 188,9 -wh 117,22 manipulator page.2!title -w text -p page.2 -xy 8,9 -wh 117,22 manipulator page.3!title -w text -p page.3 -xy 188,9 -wh 117,22 manipulator page.4!title -w text -p page.4 -xy 8,9 -wh 117,22 manipulator page.5!title -w text -p page.5 -xy 8,9 -wh 117,22 manipulator page.0!title -w text -p page.0 -xy 8,9 -wh 215,22 manipulator crop.user.2:"min z" -w none manipulator crop.user.2:"max z" -w none manipulator crop.user.2:"size to fit" -w none manipulator "geometry viewer.user.5":object -w none manipulator "geometry viewer.user.5":"Update Always" -w none manipulator "geometry viewer.user.5":"Update Image" -w none manipulator minmax.user.7:channel -w none manipulator minmax.user.7:min_value -w none manipulator minmax.user.7:max_value -w none # End of file