Map Setup VI

Uses pixel and data ranges to determine scale factors such that (a * data value) + b is the pixel value that corresponds to that data value.


icon

Inputs/Outputs

  • cbool.png log?(F)

    log? specifies if the scale is logarithmic.

  • cdbl.png coordinate 1

    coordinate 1 is the pixel location for the first point.

  • cdbl.png value 1

    value 1 is the actual data value for the first point.

  • cdbl.png coordinate 2

    coordinate 2 is the pixel location for the second point.

  • cdbl.png value 2

    value 2 is the actual data value for the second point.

  • icclst.png scale factors

    scale factors is the scale factor created from the two points.

    Use this output as the input for other VIs such as the Map Pixel to Value VI and the Map Value to Pixel VI.

  • idbl.png a

    a is the value used for the scale factor equation.

  • idbl.png b

    b is the value used for the scale factor equation.

  • ibool.png log?(F)

    log? indicates if the scale is logarithmic.