The healpy.query_disc()
function takes an argument vec
which is a three-component unit vector defining the center of the disc. What coordinate system is being used here - why is there a third dimension for a 2-d projection? What point is the "tail" of this vector llocated at?
Coordinate system used for healpy.query_disc()
346 views Asked by user3517167 At
2
Very good you found the solution yourself, for later reference here is a full working code example:
See the notebook with plots here: https://zonca.dev/2020/10/example-healpy-query_disc.html