I found that in class GlobalSkyModel2016, the self.nside is hard coded as 1024, which is not compatible when resolution='low'. The get_sky_temperature will use self.nside to find the indices of pixels, and thus will produce IndexError. The code that produce the error will be like:
I found that in class
GlobalSkyModel2016
, theself.nside
is hard coded as 1024, which is not compatible whenresolution='low'
. Theget_sky_temperature
will useself.nside
to find the indices of pixels, and thus will produceIndexError
. The code that produce the error will be like:and the output: