mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-23 10:41:58 +00:00
31 lines
711 B
ReStructuredText
31 lines
711 B
ReStructuredText
######################
|
|
Python API Reference
|
|
######################
|
|
|
|
This section contains the complete Python API reference for
|
|
``read_aconity_layers``.
|
|
|
|
********
|
|
Module
|
|
********
|
|
|
|
.. automodule:: read_aconity_layers
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
*************************
|
|
Return Type Information
|
|
*************************
|
|
|
|
The library includes comprehensive type stubs for full IDE support and
|
|
type checking.
|
|
|
|
All functions return NumPy arrays with the following structure:
|
|
|
|
- **Column 0**: X coordinates (corrected)
|
|
- **Column 1**: Y coordinates (corrected)
|
|
- **Column 2**: Z coordinates (layer height)
|
|
- **Column 3**: Pyrometer 1 readings
|
|
- **Column 4**: Pyrometer 2 readings
|