solarmach
solarmach copied to clipboard
Python package of the multi-spacecraft longitudinal configuration plotter Solar-MACH
Add a plotting option to have a 'dark' figure output with black background; to be used e.g. for presentations/websites with dark background. As an example, this is just the 'negative'...
With https://github.com/sunpy/sunpy/issues/7080, sunpy's `get_horizons_coord` isn't using `astroquery` any more. Check this, and remove astroquery from requirements
For the (upcoming) plotly 3d figure, commit https://github.com/jgieseler/solarmach/commit/5db32a00197daa58a2fab01d00c8f7b331f4eaa5 added a 3d arrow. Unfortunately, the legend entry for this arrow is only a line of the same color, but not an...
~~Add [sc_distance](https://github.com/jgieseler/solarmach/commit/a4518523076fbdb8b89a7f76bece4728f599a3e2) to the [API refrence of readthedocs](https://solarmach.readthedocs.io/en/latest/solarmach.html) after it has been released.~~ Done. Also add its usage to https://solarmach.readthedocs.io/en/latest/usage.html
~~Update docstrings for `plot_pfss` and `pfss_3d`~~ **[DONE]**, and add them to the [API refrence of readthedocs](https://solarmach.readthedocs.io/en/latest/solarmach.html). Also add their usage to https://github.com/jgieseler/solarmach/blob/main/examples/example.ipynb Add example with `return_plot_object=True` and `fig.write_image("plot.png")` as well...
From @Laura-GitHub: For me (and in other studies I have consulted), a positive connection angle means the opposite as you have in the table. Positive CA denotes a flare source...
Currently, because plt.show() is called by default in plot() the figure is created there and this prevents the user to add more data in the plots after function returns. It...
Longitude in the plot at the moment always goes from 0 to 360 degrees. Especially for Stonyhurst coordinates, the user might want to have the option to have this ranging...
Right now, we only plot the heliographic equatorial plane, so radial distance projected to it and longitude. - A nice (and easy) addition would be to plot a sideview, showing...
Adjust code so that Astropy units are used wherever possible. This is already included in recent code changes like the following: https://github.com/jgieseler/solarmach/blob/2c635da4940a923368665eaa9b2289acc1fb3bce/solarmach/__init__.py#L262 But in this example, the solar wind speed...