NAME field params - Provide field information as parameters AUTHOR INFORMATION John Tee AVS Inc. Consultant 17 Dawnay Road, Great Bookham, Leatherhead, Surrey KT23 4PE, UK Tel/Fax (+44) 0372 459214 SUMMARY Name field params Type Mapper Inputs input - field Outputs integer - X dimension integer - Y dimension float - Min float - Max Parameters Name Type Default Min/Max X scale float 1 0 to 1 Y scale float 1 0 to 1 DESCRIPTION: FIELD PARAMS is a module provided for the Oxford University Osney Labs custom software for visualisation of experimental data. FIELD PARAMS returns the X and Y dimensions of a field as integer parameters, and the minimum and maximum values of the field as float parameters. It allows each of these parameters to be scaled by its own scale factor. FIELD PARAMS is used to provide the GENERATE COLORMAP module with the range of the data values (cf COLOR RANGE), while also allowing the user to modify the colour range. It also provides the X dimension ofthe field as an upper limit to the ANIMATE INT module which controls the position of the viewable window. INPUTS input - field OUTPUTS X dimension - integer Y dimension - integer Min - float Max - float PARAMETERS X scale Applies a scale factor to the value output from the X dimension port. Y scale Applies a scale factor to the value output from the Y dimension port. Min scale Applies a scale factor to the value output from the Min port. Max scale Applies a scale factor to the value output from the Max port. EXAMPLE 1 The networks view1.net and view4.net use FIELD PARAMS