pixel_in_frame# skysim.populate.pixel_in_frame(xy, image_pixels)[source]# Check if an xy pixel is in a square frame of size image_pixels. Parameters: xyIntArrayPixel. image_pixelsintFrame size. Returns: boolWhether the pixel is in the frame.