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
Hi ,
I am working through the 03_Simulated_Sky_Signal/simsky_mapdomain.ipynbtutorial.
However, I ran into some issues for example with the import from toast.todmap import PySMSky and pysm_sky = PySMSky(comm=None, pixel_indices=None, nside=NSIDE, units="uK_RJ", pysm_sky_config=pysm_sky_config )
I was wondering if there is an updated version of Simulated_Sky_Signal tutorials of using PySM3 with TOAST or any near future plans ? Thanks a lot. The tutorials are really useful to understand the TOAST operators.
The text was updated successfully, but these errors were encountered:
Hi there, much of the current development focus is on getting the 3.0 release finished (https://github.com/hpc4cmb/toast/projects/2). This includes updating the documentation and tutorials (#466) as well as porting the PySM operator (#474). There is also an un-diagnosed segfault in either PySM or libsharp when run within the toast unit tests on github (the unit tests are currently disabled for that operator).
Can you give more information about the PySM version and toast versions you are using? Did you install them with pip or conda packages or from source?
Hi ,
I am working through the 03_Simulated_Sky_Signal/simsky_mapdomain.ipynb tutorial.
However, I ran into some issues for example with the import
from toast.todmap import PySMSky
andpysm_sky = PySMSky(comm=None, pixel_indices=None, nside=NSIDE, units="uK_RJ", pysm_sky_config=pysm_sky_config )
I was wondering if there is an updated version of Simulated_Sky_Signal tutorials of using PySM3 with TOAST or any near future plans ? Thanks a lot. The tutorials are really useful to understand the TOAST operators.
The text was updated successfully, but these errors were encountered: