Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pfss.utils.car_to_cea results to NotImplementedError with the sample ADAPT map #88

Open
AthKouloumvakos opened this issue Feb 4, 2025 · 2 comments

Comments

@AthKouloumvakos
Copy link

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

@jgieseler
Copy link
Member

Hi Athanasios! 👋

If I see it correctly, this problem has already been fixed in the dev version with 2975025#diff-929ccb448968c5ea1e61e71dd184fcbbd45a6674dfcb3c898b56b42ca4e44420L153

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?

@AthKouloumvakos
Copy link
Author

Oh, indeed this is not an issue with the dev version. Thanks for the help!

I think I can close this issue, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants