field params - Provide field information as parameters

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


	The networks view1.net and view4.net use FIELD PARAMS