filter_star_list

sitelle.utils.filter_star_list(_star_list)

Very basic filter to remove stars position which are out of the image. Hard coded to an image of 2048*2064 pix

Parameters:_star_list (ndarray) – List of XY pixel coordinates
Returns:filtered_list – The filtered list
Return type:ndarray