MINCROP

To cut all values under a certain limit.

The image shows the result of a MINCROP(VALUE;-5).

All values under -5 are removed.

To use MINCROP in Mover, do:


MINCROP(parameter1;parameter2)


  • parameter1 is what we want to filter

  • parameter2 is the minimum value we allow to pass