Skip to main content

Synthetic interaction matrix generator for adaptive optics systems

Project description

SynIM

Synthetic Interaction Matrix generator for Adaptive Optics systems

Documentation Status License: MIT

Overview

SynIM is a Python package for computing synthetic interaction matrices, projection matrices, and covariance matrices for adaptive optics (AO) systems. It supports both Single Conjugate AO (SCAO), Laser Tomography AO (LTAO), Ground Layer AO (GLAO) and Multi-Conjugate AO (MCAO) configurations with Shack-Hartmann sensors. It also supports GPU acceleration. Some of its functionalities are provided by SPECULA.

Key Features

  • 🔧 Interaction matrices for DM-WFS combinations (SCAO/MCAO)
  • 📊 Projection matrices for DM-Layer tomography (MCAO/LTAO)
  • 📈 Covariance matrices for MMSE reconstructor optimization
  • ⚙️ YAML/PRO configuration with automatic parameter parsing
  • 💾 SPECULA-compatible FITS format for data exchange
  • 🎯 Smart caching to minimize redundant computations
  • 🚀 GPU acceleration via CuPy for high-performance computation

Documentation

Full documentation available at: synim.readthedocs.io

Slope Computation Methods

SynIM supports two slope computation methods for interaction matrices:

  • derivatives (default): compute numerical derivatives on the transformed phase
  • gtilt (optional): compute G-tilt from phase differences in each subaperture

The default behavior is unchanged (derivatives). To enable G-tilt, pass slope_method='gtilt' when calling the low-level interaction-matrix APIs.

Example:

from synim.synim import interaction_matrix

im = interaction_matrix(
  pup_diam_m=pup_diam_m,
  pup_mask=pup_mask,
  dm_array=dm_array,
  dm_mask=dm_mask,
  dm_height=dm_height,
  dm_rotation=dm_rotation,
  wfs_nsubaps=wfs_nsubaps,
  wfs_fov_arcsec=wfs_fov_arcsec,
  gs_pol_coo=gs_pol_coo,
  gs_height=gs_height,
  slope_method='gtilt',
)

Requirements

  • Python ≥ 3.8
  • numpy, scipy, matplotlib
  • specula - AO simulation framework
  • cupy - GPU acceleration (optional, requires CUDA)

Contributing to SynIM

To contribute to SynIM, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>
  3. Make your changes and add tests for the new functionality.
  4. Commit your changes: git commit -m '<commit_message>'
  5. Push to the branch: git push
  6. Create the pull request.

We require tests for all new features to ensure the stability of the project.

Citation

If you use SynIM in your research, please cite:

@software{synim2025,
  author = {Agapito, Guido},
  title = {SynIM: Synthetic Interaction Matrix Generator},
  year = {2025},
  url = {https://github.com/ArcetriAdaptiveOptics/SynIM}
}

License

MIT License - see LICENSE file for details.

Authors

  • Guido Agapito - INAF - Osservatorio Astrofisico di Arcetri

Acknowledgments

It was built as part of the MORFEO project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synim-1.1.0.tar.gz (186.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

synim-1.1.0-py3-none-any.whl (77.9 kB view details)

Uploaded Python 3

File details

Details for the file synim-1.1.0.tar.gz.

File metadata

  • Download URL: synim-1.1.0.tar.gz
  • Upload date:
  • Size: 186.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for synim-1.1.0.tar.gz
Algorithm Hash digest
SHA256 18669ff01d1cfaff6eb5f0f8c32db2d3f5e417b56964995bc31d504e16c4dc28
MD5 263819285add57a413d1d69ff1995e2a
BLAKE2b-256 6c28833be45101051c19d1789820038fa628c9da80c60baa5bdeb6be2463a95c

See more details on using hashes here.

Provenance

The following attestation bundles were made for synim-1.1.0.tar.gz:

Publisher: publish.yml on ArcetriAdaptiveOptics/SynIM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file synim-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: synim-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 77.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for synim-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 24cea583244b9b757c6048e9f674a547aa10424cbd080f5a60957057e0ceecc9
MD5 f0cb00ca743a358805fc48f5a9b726a2
BLAKE2b-256 34fc3cc9c005e7b75ecaf4519ee228e76b4e634575cfbb63b6b6cb664afbcf96

See more details on using hashes here.

Provenance

The following attestation bundles were made for synim-1.1.0-py3-none-any.whl:

Publisher: publish.yml on ArcetriAdaptiveOptics/SynIM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page