get_galaxy_pixel_coords()
Reads a FITS image header and a region file to get galaxy pixel coordinates.
image_path (str) – Path to the FITS image file.
region_path (str) – Path to the .reg file containing galaxy world coordinates.
An array of (x, y) pixel coordinates for each galaxy.
np.ndarray