|
44 | 44 | <br/> |
45 | 45 | </p> |
46 | 46 |
|
| 47 | + <p align="center"> |
| 48 | + <strong>Fast field line tracing for spherical vector fields</strong> |
| 49 | + </p> |
47 | 50 |
|
48 | | -Python extension for tracing field lines using the |
49 | | -`MapFL <https://github.com/predsci/MapFL>`_ Fortran tracer. |
| 51 | + |
| 52 | +**mapflpy** is a python package for tracing field lines using the |
| 53 | +`MapFL <https://github.com/predsci/MapFL>`_ Fortran tracer developed by |
| 54 | +Predictive Science Inc. |
50 | 55 |
|
51 | 56 | The goal of **mapflpy** is to provide fast and accurate tracing capabilities for |
52 | 57 | spherical vector fields inside a convenient Python interface. **mapflpy** is |
53 | | -designed to work natively with the staggered meshes produced by |
54 | | -Predictive Science Inc.'s codes for simulating the solar corona, and |
55 | | -inner heliosphere (*e.g.* `MAS <https://www.predsci.com/mas>`_ or |
56 | | -`POT3D <https://github.com/predsci/POT3D>`_), but it should be generally compatible |
57 | | -with any global vector field that can be described on a rectilinear grid in |
58 | | -spherical coordinates. |
59 | | - |
60 | | -Resources |
61 | | ---------- |
62 | | - |
63 | | -- **Predictive Science Inc.:** https://predsci.com |
64 | | -- **Source Code:** https://github.com/predsci/mapflpy |
65 | | -- **Documentation:** https://predsci.com/doc/mapflpy |
66 | | -- **Distribution:** https://pypi.org/project/mapflpy |
| 58 | +designed to work natively with the staggered meshes produced by Predictive Science |
| 59 | +Inc.'s codes for simulating the solar corona, and inner heliosphere (*e.g.* |
| 60 | +`MAS <https://www.predsci.com/mas>`_ or `POT3D <https://github.com/predsci/POT3D>`_), |
| 61 | +but it should be generally compatible with any global vector field that can be |
| 62 | +described on a rectilinear grid in spherical coordinates. |
| 63 | + |
| 64 | +To get started with **mapflpy**, visit the |
| 65 | +`User Guide <https://predsci.com/doc/mapflpy/guide/>`_ for installation instructions, |
| 66 | +an overview of features, and development/contribution guidelines; a gallery of |
| 67 | +`examples <https://predsci.com/doc/mapflpy/gallery/>`_ is also available, showcasing |
| 68 | +various use cases and functionalities of the package. Please direct any questions or |
| 69 | +issues pertaining to **mapflpy** to the repository `issue tracker <https://github.com/predsci/mapflpy/issues>`_, |
| 70 | +or `contact <https://www.predsci.com/portal/contact.php>`_ Predictive Science Inc. directly. |
| 71 | + |
| 72 | +---- |
| 73 | + |
| 74 | +.. raw:: html |
| 75 | + |
| 76 | + <p align="center"> |
| 77 | + <a href="https://predsci.com">Predictive Science Inc.</a> | |
| 78 | + <a href="https://github.com/predsci/mapflpy">Source Code</a> | |
| 79 | + <a href="https://predsci.com/doc/mapflpy">Documentation</a> | |
| 80 | + <a href="https://pypi.org/project/mapflpy">Distribution</a> |
| 81 | + </p> |
67 | 82 |
|
0 commit comments