OOF2: The Manual

Name

Grid Points (StatGridSampleSet) — Evaluate data on a rectangular grid of points.

Synopsis

StatGridSampleSet(x_points,y_points)

Details

  • Base class: SampleSet
  • Parameters:

    x_points
    Total number of points horizontally in the grid. Type: Integer.
    y_points
    Total number of points vertically in the grid. Type: Integer.

Description

StatGridSampleSet is a version of GridSampleSet that is used when the analysis operation is one of the statistics functions. It is identical, except that it does not have the show_* parameters, which would be meaningless in this context.