# TODO: TMSS-245 TMSS-250 (and more?), evaluate the constraints in constraints['sky']
# maybe even split this method into sub methods for the very distinct sky constraints: min_calibrator_elevation, min_target_elevation, transit_offset & min_distance
logger.warning('Distance=%s from body=%s does not meet min_distance=%s constraint at timestamp=%s'%(angle.rad,body,min_distance,timestamp))
returnTrue# TODO: This should return False, but that currently leads to an infinite loop since this function seems to get called repeatedly with same lower_bound