cositools / cosipy

The COSI high-level data analysis tools
Apache License 2.0
4 stars 18 forks source link

Extended source nb draft #89

Closed fieldrog closed 9 months ago

hiyoneda commented 11 months ago

Thanks! Everything worked well in my environment. I think that we can move on to producing a data cube from the model and combining it with my notebook.

I want to share a few things I noticed.

israelmcmc commented 11 months ago

About @hiyoneda's first point, mhealpy was designed to be grid agnostic. If you keep track of the scheme when writing/reading file, then all should work just fine without modifying the code. That said, during this fluid stage of development, I've seen sometime the scheme is just assumed to be RING, since that' default in healpy and mhealpy. I suggest we stick to RING for now, but later work to make it independent of the scheme. There are some application where NESTED is more efficient, but I don't think it'll matter for most of the analyses we're doing.