Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

validate this: #54

Open
github-actions bot opened this issue Jun 11, 2024 · 0 comments
Open

validate this: #54

github-actions bot opened this issue Jun 11, 2024 · 0 comments
Labels

Comments

@github-actions
Copy link

radial_lines.extend(intersurface_line_tags)

# TODO: validate this:

            for key, value in thru_entities.items():
                cort_slice_thrusection_entities[key].extend(value)

        cort_lines, splines = get_curvature_from_entities(
            cort_slice_thrusection_entities["lines"]
        )
        # ? lines: cortical elements in transverse direction = 3
        # ? splines: cortical elements in radial and longitudinal directions = 15 / 20 --> separate them
        cort_splines_radial, cort_splines_longitudinal = get_radial_longitudinal_lines(
            splines
        )

        # make intersurface_line_tags a list of integers
        intersurface_line_tags = np.array(intersurface_line_tags, dtype=int).tolist()
        cort_lines.extend(intersurface_line_tags)

        transverse_lines = []
        radial_lines = cort_splines_radial
        longitudinal_lines = cort_splines_longitudinal

        # TODO: validate this:
        radial_lines.extend(cortical_ext_bspline)
        radial_lines.extend(cortical_int_bspline)

        # intersurface_line_tags = intersurface_line_tags.astype(int).tolist()
        # radial_lines.extend(intersurface_line_tags)

        """
        intersurface_surface_tags = mesher.add_intersurface_planes(
@github-actions github-actions bot added the todo label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants