Skip to content

Commit

Permalink
deploy: 5426af7
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneponcioni committed Sep 5, 2024
0 parents commit f16ba0d
Show file tree
Hide file tree
Showing 80 changed files with 18,110 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: d5fcdde67471bfee017155e49d79be32
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/configuration.doctree
Binary file not shown.
Binary file added .doctrees/contributing.doctree
Binary file not shown.
Binary file added .doctrees/cortical_sanity.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/getting_started.doctree
Binary file not shown.
Binary file added .doctrees/gmsh_mesh_builder.doctree
Binary file not shown.
Binary file added .doctrees/hr_pqct_meshing.doctree
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/installation.doctree
Binary file not shown.
Binary file added .doctrees/quad_refinement.doctree
Binary file not shown.
Binary file added .doctrees/spline_mesher.doctree
Binary file not shown.
Binary file added .doctrees/spline_volume.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
1,038 changes: 1,038 additions & 0 deletions _modules/cortical_sanity.html

Large diffs are not rendered by default.

2,163 changes: 2,163 additions & 0 deletions _modules/gmsh_mesh_builder.html

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions _modules/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; PyHexSpline 0.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />


<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="../_static/documentation_options.js?v=938c9ccc"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../index.html" class="icon icon-home">
PyHexSpline
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="../hr_pqct_meshing.html">HR-pQCT Structured Hexahedral Meshing</a></li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">PyHexSpline</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item active">Overview: module code</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>All modules for which code is available</h1>
<ul><li><a href="cortical_sanity.html">cortical_sanity</a></li>
<li><a href="gmsh_mesh_builder.html">gmsh_mesh_builder</a></li>
<li><a href="quad_refinement.html">quad_refinement</a></li>
<li><a href="spline_mesher.html">spline_mesher</a></li>
<li><a href="spline_volume.html">spline_volume</a></li>
</ul>

</div>
</div>
<footer>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, Simone Poncioni.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
1,836 changes: 1,836 additions & 0 deletions _modules/quad_refinement.html

Large diffs are not rendered by default.

688 changes: 688 additions & 0 deletions _modules/spline_mesher.html

Large diffs are not rendered by default.

1,637 changes: 1,637 additions & 0 deletions _modules/spline_volume.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions _sources/configuration.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
Configuration
=============

This section provides the configuration settings for the spline-mesher project.

Image Settings
--------------

The following settings are used to configure the image paths and filenames:

- **img_basefilename**: Base filename for the images. For example `"C0001234"`.
- **img_basepath**: Base path for the images. Default is the current working directory concatenated with `"/01_AIM"`.
- **meshpath**: Path where the mesh files are stored. Default is the current working directory concatenated with `"/03_MESH"`.
- **outputpath**: Path where the output files are stored. Default is the current working directory concatenated with `"/04_OUTPUT"`.

Meshing Settings
----------------

The following settings are used to configure the meshing process:

- **aspect**: Aspect ratio of the plots. Default is `100`.
- **_slice**: Slice of the image to be plotted. Default is `1`.
- **undersampling**: Undersampling factor of the image. Default is `1`.
- **slicing_coefficient**: Using every nth slice of the image for the spline reconstruction. Default is `20`.
- **inside_val**: Threshold value for the inside of the mask. Default is `0`.
- **outside_val**: Threshold value for the outside of the mask. Default is `1`.
- **lower_thresh**: Lower threshold for the mask. Default is `0.0`.
- **upper_thresh**: Upper threshold for the mask. Default is `0.9`.
- **s**: Smoothing factor of the spline. Default is `500`.
- **k**: Degree of the spline. Default is `3`.
- **interp_points**: Number of points to interpolate the spline. Default is `1000`.
- **dp_simplification_outer**: Ramer-Douglas-Peucker simplification factor for the periosteal contour. Default is `5`.
- **dp_simplification_inner**: Ramer-Douglas-Peucker simplification factor for the endosteal contour. Default is `5`.
- **thickness_tol**: Minimum cortical thickness tolerance. Default is `1`.
- **phases**: Number of phases for contouring. Default is `2` (1: only external contour, 2: external and internal contour).
- **center_square_length_factor**: Size ratio of the refinement square. Default is `0.4`.
- **mesh_order**: Element order for the mesh. Default is `1` (1: linear, 2: quadratic, >2: higher order, not tested).
- **n_elms_longitudinal**: Number of elements in the longitudinal direction. Default is `3`.
- **n_elms_transverse_trab**: Number of elements in the transverse direction for the trabecular compartment. Default is `15`.
- **n_elms_transverse_cort**: Number of elements in the transverse direction for the cortical compartment. Default is `3`.
- **n_elms_radial**: Number of elements in the radial direction. Default is `20`.
- Note: Should be `10` if `trab_refinement` is `True`.
- **ellipsoid_fitting**: Perform ellipsoid fitting in the inner trabecular compartment. Default is `True`.
- **show_plots**: Show plots during construction. Default is `False`.
- **show_gmsh**: Show GMSH GUI. Default is `False`.
- **write_mesh**: Write mesh to file. Default is `True`.
- **trab_refinement**: Refine trabecular mesh at the center. Default is `False`.
- Note: Should be set to `False` if `ellipsoid_fitting` is `True`.
- **mesh_analysis**: Perform mesh analysis (plot JAC det in GMSH GUI). Default is `True`.
18 changes: 18 additions & 0 deletions _sources/contributing.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Contributing
------------

Contributions are what make the open source community such an amazing
place to learn, inspire, and create. Any contributions you make are
**greatly appreciated**.

If you have a suggestion that would make this better, please fork the
repo and create a pull request. You can also simply open an issue with
the tag “enhancement”. Don’t forget to give the project a star! Thanks
again!

1. Fork the Project
2. Create your Feature Branch
(``git checkout -b feature/AmazingFeature``)
3. Commit your Changes (``git commit -m 'Add some AmazingFeature'``)
4. Push to the Branch (``git push origin feature/AmazingFeature``)
5. Open a Pull Request
7 changes: 7 additions & 0 deletions _sources/cortical_sanity.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cortical\_sanity module
=======================

.. automodule:: cortical_sanity
:members:
:undoc-members:
:show-inheritance:
9 changes: 9 additions & 0 deletions _sources/getting_started.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Getting Started
===============

.. toctree::
:maxdepth: 2

installation
configuration
contributing
7 changes: 7 additions & 0 deletions _sources/gmsh_mesh_builder.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
gmsh\_mesh\_builder module
==========================

.. automodule:: gmsh_mesh_builder
:members:
:undoc-members:
:show-inheritance:
11 changes: 11 additions & 0 deletions _sources/hr_pqct_meshing.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
HR-pQCT Structured Hexahedral Meshing
=====================================

.. toctree::
:maxdepth: 4

cortical_sanity
gmsh_mesh_builder
spline_volume
spline_mesher
quad_refinement
22 changes: 22 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.. spline-mesher documentation master file, created by
sphinx-quickstart on Sun Mar 5 23:08:13 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to PyHexSpline's documentation!
=========================================

.. toctree::
:maxdepth: 2
:caption: Contents:

getting_started
hr_pqct_meshing


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
25 changes: 25 additions & 0 deletions _sources/installation.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Installation
============

1. Clone the repo

.. code:: sh
git clone https://github.com/simoneponcioni/spline-mesher.git
2. Install dependencies

.. code:: sh
conda create -n meshenv python=3.9 --file requirements.txt
conda activate meshenv
python setup.py build_ext --inplace
python setup.py install
3. For developers: install the package in editable mode and install
requirements for testing

.. code:: sh
pip install -e .
pip install -r requirements-dev.txt
7 changes: 7 additions & 0 deletions _sources/quad_refinement.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
quad_refinement module
======================

.. automodule:: quad_refinement
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions _sources/spline_mesher.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
spline_mesher module
=======================

.. automodule:: spline_mesher
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions _sources/spline_volume.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
spline_volume module
=======================

.. automodule:: spline_volume
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit f16ba0d

Please sign in to comment.