You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With sunkit-magex 1.0.0 I have the same error, but when installing pip install git+https://github.com/sunpy/sunkit-magex ('1.0.1.dev68+ge91eae1') it works for me. Can you confirm this?
Describe the bug
I have just installed sunkit-magex, version 1.0.0, and I have tried to run a code example.
I have loaded the APAPT sample file and then tried to
adapt_map_cea = pfss.utils.car_to_cea(adapt_map_car)
This resulted to the following error:
NotImplementedError: is_full_sun_synoptic_map is only implemented for ['CEA', 'CAR'] projections and not
Also, my sunpy version is 6.0.4
To Reproduce
from sunkit_magex import pfss
adapt_maps = pfss.utils.load_adapt(pfss.sample_data.get_adapt_map())
adapt_map_car = adapt_maps[0]
adapt_map_cea = pfss.utils.car_to_cea(adapt_map_car)
Screenshots
No response
System Details
No response
Installation method
pip
The text was updated successfully, but these errors were encountered: