cosmicrays / hermes

HERMES is a publicly available computational framework for the line of sight integration over galactic radiative processes which creates sky maps in the HEALPix-compatibile format.
GNU General Public License v3.0
22 stars 9 forks source link

RectangularWindow mask argument #17

Open ottaviofornieri opened 3 years ago

ottaviofornieri commented 3 years ago

Hello! differently from what it's on the technical paper, it seems that the function RectangularWindow, that isolates a limited region in the sky, requires two 2D arrays with ([latitude_low, latitude_high], [longitude_low, longitude_high]) instead of (top_left_edge, bottom_right_edge). I tested it with something easily recognizable such as b = [-30, 15], l = [60, 75] and seems to be this way, I am sure it's just a matter of naming.

Schermata 2021-06-28 alle 18 13 10

Ottavio