Closed Ankurdev-astro closed 4 months ago
I'll need to update to a newer pixell
version,
for now I recommend you downgrade:
https://github.com/galsci/pysm/blob/b15425310e8c3ffae4a94b08ea8c8aa7c61b8a09/setup.cfg#L34
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
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: https://github.com/galsci/pysm/blob/b15425310e8c3ffae4a94b08ea8c8aa7c61b8a09/pysm3/models/template.py#L19-L24Full 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/pixellI 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: