mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-22 18:31:56 +00:00
Rebuilt README.rst
This commit is contained in:
43
README.rst
43
README.rst
@@ -1,5 +1,6 @@
|
||||
read_aconity_layers
|
||||
==================================
|
||||
#####################
|
||||
read_aconity_layers
|
||||
#####################
|
||||
|
||||
.. image:: https://github.com/Cian-H/read_aconity_layers/workflows/CI/badge.svg
|
||||
:target: https://github.com/Cian-H/read_aconity_layers/actions/workflows/CI.yml
|
||||
@@ -29,27 +30,34 @@ read_aconity_layers
|
||||
.. image:: https://img.shields.io/badge/code%20style-Ruff-D7FF64.svg
|
||||
:target: https://github.com/astral-sh/ruff
|
||||
|
||||
==================================
|
||||
----
|
||||
|
||||
A library for fast reading of layer data from the aconity mini powder bed fusion machine.
|
||||
A library for fast reading of layer data from the aconity mini powder
|
||||
bed fusion machine.
|
||||
##########
|
||||
Overview
|
||||
##########
|
||||
|
||||
Overview
|
||||
--------
|
||||
``read_aconity_layers`` is a high-performance Python library for reading
|
||||
and processing layer data from Aconity mini powder bed fusion machines.
|
||||
It's built with Rust for maximum performance and uses PyO3 for seamless
|
||||
Python integration.
|
||||
|
||||
``read_aconity_layers`` is a high-performance Python library for reading and processing layer data from Aconity mini powder bed fusion machines. It's built with Rust for maximum performance and uses PyO3 for seamless Python integration.
|
||||
##########
|
||||
Features
|
||||
##########
|
||||
|
||||
Features
|
||||
--------
|
||||
- **Fast**: Built with Rust for high-performance data processing
|
||||
- **Simple**: Easy-to-use Python API
|
||||
- **Parallel**: Leverages Rayon for parallel processing of multiple
|
||||
files
|
||||
- **Type-safe**: Full type annotations and stub files included
|
||||
|
||||
* **Fast**: Built with Rust for high-performance data processing
|
||||
* **Simple**: Easy-to-use Python API
|
||||
* **Parallel**: Leverages Rayon for parallel processing of multiple files
|
||||
* **Type-safe**: Full type annotations and stub files included
|
||||
###############
|
||||
Quick Example
|
||||
###############
|
||||
|
||||
Quick Example
|
||||
-------------
|
||||
|
||||
.. code-block:: python
|
||||
.. code:: python
|
||||
|
||||
import read_aconity_layers as ral
|
||||
import numpy as np
|
||||
@@ -63,4 +71,3 @@ Quick Example
|
||||
|
||||
# Read a single layer
|
||||
layer = ral.read_layer("/path/to/0.01.pcd")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user