myelinated_results.get_1dpoly_intersec myelinated_results.get_1dpoly_intersec(poly1: poly1d, poly2: poly1d) → float Returns the intersection points of two 1D poly Parameters: poly1 (np.poly1d) – First 1D poly poly2 (np.poly1d) – Second 1D poly Returns: float – y intersection point float – x intersection point