-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error while returning a CAR map #178
Comments
I'll need to update to a newer Line 34 in b154253
|
Yes, I shall do that. Thanks. |
It would be great if anyone from the community volunteered to work on a pull request to make PySM compatible with newer pixell versions. |
Should be addressed with #183 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am describing here an issue that I ran into while trying to return a CAR map using
pysm3.apply_smoothing_and_coord_transform
I find specifically the error originates when template.py tries to import
pixell.sharp
here:pysm/pysm3/models/template.py
Lines 19 to 24 in b154253
Full traceback error:
This happens because
import pixell.sharp
fails andpixell = None
is assigned. I do not find pixell.sharp here:https://github.com/simonsobs/pixell/tree/master/pixell
I would like to get a pysm3 map in CAR format, and would greatly appreciate your suggestions in case I am going wrong in the steps. Thanks
Some additional package version info:
The text was updated successfully, but these errors were encountered: