This convenience routine returns a grid which contains degrees lmin to lmax of the input grid. Basically, it first decoposes the input grid by making a call to SHExpandDH , then sets all coefficients outside the range to zero and then issues a call to MakeGrid2D to recompose the coefficients.
Parameters: |
|
---|---|
Returns: | 2D grid which is band-limited between lmin and lmax |
Return type: | numpy array |