diff --git a/docs/source/algorithms/DetectorFloodWeighting-v1.rst b/docs/source/algorithms/DetectorFloodWeighting-v1.rst index d838f68b57ab08599e3488d4d062ec376dc24057..68f78e13e9da56d2e6ce28321e11fa362144bfc2 100644 --- a/docs/source/algorithms/DetectorFloodWeighting-v1.rst +++ b/docs/source/algorithms/DetectorFloodWeighting-v1.rst @@ -29,8 +29,6 @@ Usage print 'Number Histograms',out_ws.getNumberHistograms() print 'Min X:', out_ws.readX(0)[0], 'Max X:', out_ws.readX(0)[1] - y_data = out_ws.extractY() - print 'Min Y:', np.amin(y_data), 'Max Y:', np.amax(y_data) Output: @@ -38,7 +36,6 @@ Output: Number Histograms 2 Min X: 0.0 Max X: 10.0 - Min Y: 0.5 Max Y: 1.0 **Example - With Solid Angle Correction **