aspcol.sphericalharmonics.shd_num_degrees
- aspcol.sphericalharmonics.shd_num_degrees(max_order: int)
Returns a list of mode indices for each order when order = n, the degrees are only non-zero for -n <= degree <= n
- Parameters:
max_order (int) – is the maximum order that is included
- Returns:
degree – so the ndarrays will grow larger for higher list indices
- Return type:
list of ndarrays of shape (2*order+1)