- qspec.simulate. Geometry.integration_sample ( step = None )[source]
-
- Parameters:
-
- stepscalar
None or a scalar which defines the approximate spacing between the equidistant values of the integration sample. If step == None, the currently defined step size is used. The standard value is pi/32.
- Returns:
-
- out(list, list)
Two lists of arrays with equidistant values in the defined intervals for 'theta' and 'phi', respectively. Note that all intervals are exactly covered by an odd number of values (for Simpson integration) under the expense of not matching the 'step' size exactly.