Returns a (N,4) shaped numpy.array of ternary (mineral,pore,organic,frequency) data. The input histData is 2D histogram data generated from a pair of micro-porosity segmented images. The x-axis data is assumed to be the CH2I2 differenced data.
Parameters: |
|
---|---|
Return type: | |
Return type: | A (N,4) shaped numpy.ndarray, where N=num_x_bins*num_y_bins. Each row of the returned array is (mineral-percent, pore-percent, organic-percent, count). |