[SciPy-Dev] suggestion: vector spherical harmonics

Joshua Wilson josh.craig.wilson at gmail.com
Fri Sep 27 10:42:48 EDT 2019


> I can provide simple code which relies on scipy's (scalar) spherical harmonics implementation

The problem we're going to run into is that SciPy's scalar spherical
harmonics need work. (There is at least
https://github.com/scipy/scipy/issues/7778.) Before adding anything
that uses them I'd want to see their issues addressed.

- Josh

On Fri, Sep 27, 2019 at 7:14 AM Eric Larson <larson.eric.d at gmail.com> wrote:
>
> Sounds like a useful, in-scope addition to me.
>
> Eric
>
>
> On Fri, Sep 27, 2019 at 3:41 AM Thomas Hilger <thomas.hilger at gmail.com> wrote:
>>
>> The generalization of spherical harmonics to vector-fields are the vector spherical harmonics [ https://en.wikipedia.org/wiki/Vector_spherical_harmonics ] .
>> I can provide simple code which relies on scipy's (scalar) spherical harmonics implementation and follows the same conventions to give vector spherical harmonics.
>>
>> Could this be a nice-thing-to-have for scipy? A couple of scientific communities (astronomy, geodesy) use them a lot.
>>
>> _______________________________________________
>> SciPy-Dev mailing list
>> SciPy-Dev at python.org
>> https://mail.python.org/mailman/listinfo/scipy-dev
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev


More information about the SciPy-Dev mailing list