Python library for modelling optical distortions.
Project description
DistOptica
distoptica is a Python library for modelling optical distortions.
Visit the distoptica website for a
web version of the installation instructions, the reference guide, and the
examples archive.
The source code can be found in the distoptica GitHub
repository.
Table of contents
Instructions for installing and uninstalling distoptica
Installing distoptica
For all installation scenarios, first open up the appropriate command line interface. On Unix-based systems, you could open e.g. a terminal. On Windows systems you could open e.g. an Anaconda Prompt as an administrator.
Before installing distoptica, it is recommended that users install PyTorch
in the same environment that they intend to install distoptica according to
the instructions given here for
their preferred PyTorch installation option.
Installing distoptica using pip
Before installing distoptica, make sure that you have activated the (virtual)
environment in which you intend to install said package. After which, simply run
the following command:
pip install distoptica
The above command will install the latest stable version of distoptica.
To install the latest development version from the main branch of the distoptica GitHub repository, one must first clone the repository by running the following command:
git clone https://github.com/mrfitzpa/distoptica.git
Next, change into the root of the cloned repository, and then run the following command:
pip install .
Note that you must include the period as well. The above command executes a
standard installation of distoptica.
Optionally, for additional features in distoptica, one can install additional
dependencies upon installing distoptica. To install a subset of additional
dependencies (along with the standard installation), run the following command
from the root of the repository:
pip install .[<selector>]
where <selector> can be one of the following:
tests: to install the dependencies necessary for running unit tests;examples: to install the dependencies necessary for executing files stored in<root>/examples, where<root>is the root of the repository;docs: to install the dependencies necessary for documentation generation;all: to install all of the above optional dependencies.
Alternatively, one can run:
pip install distoptica[<selector>]
elsewhere in order to install the latest stable version of distoptica, along
with the subset of additional dependencies specified by <selector>.
Installing distoptica using conda
Before proceeding, make sure that you have activated the (virtual) conda
environment in which you intend to install said package. For Windows systems,
users must install PyTorch separately prior to following the remaining
instructions below.
To install distoptica using the conda package manager, run the following
command:
conda install -c conda-forge distoptica
The above command will install the latest stable version of distoptica.
Uninstalling distoptica
If distoptica was installed using pip, then to uninstall, run the following
command:
pip uninstall distoptica
If distoptica was installed using conda, then to uninstall, run the
following command:
conda remove distoptica
Learning how to use distoptica
For those new to the distoptica library, it is recommended that they take a
look at the Examples
page, which contain code examples that show how one can use the distoptica
library. While going through the examples, readers can consult the distoptica
reference
guide to
understand what each line of code is doing.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file distoptica-0.4.4.tar.gz.
File metadata
- Download URL: distoptica-0.4.4.tar.gz
- Upload date:
- Size: 558.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
906dfdc8e92d2ef911baf8bdf3f4f34f4f1322776275b4b045893a21e2c11486
|
|
| MD5 |
41ace44afc0796f2b40b6e1efc50bbbf
|
|
| BLAKE2b-256 |
401fe33ad23110ad43797e951b08ec5d593dd9755804cb0ddf947eb90314dcf7
|
Provenance
The following attestation bundles were made for distoptica-0.4.4.tar.gz:
Publisher:
publish_release_to_pypi.yml on mrfitzpa/distoptica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
distoptica-0.4.4.tar.gz -
Subject digest:
906dfdc8e92d2ef911baf8bdf3f4f34f4f1322776275b4b045893a21e2c11486 - Sigstore transparency entry: 833618501
- Sigstore integration time:
-
Permalink:
mrfitzpa/distoptica@018cd8709c18e297af259e7fa7105eaad9b0e5a6 -
Branch / Tag:
refs/tags/v0.4.4 - Owner: https://github.com/mrfitzpa
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_release_to_pypi.yml@018cd8709c18e297af259e7fa7105eaad9b0e5a6 -
Trigger Event:
release
-
Statement type:
File details
Details for the file distoptica-0.4.4-py3-none-any.whl.
File metadata
- Download URL: distoptica-0.4.4-py3-none-any.whl
- Upload date:
- Size: 45.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25a4fccc457f0f824bf33eec69314cda31da87315b5e093238d7327fcd760f4e
|
|
| MD5 |
a97abf11e417f999645223d494d5421d
|
|
| BLAKE2b-256 |
845d92682d4c8a2f61b0a4bdec1e8865dd1251d04070cb1b9c88b8dc828a9b68
|
Provenance
The following attestation bundles were made for distoptica-0.4.4-py3-none-any.whl:
Publisher:
publish_release_to_pypi.yml on mrfitzpa/distoptica
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
distoptica-0.4.4-py3-none-any.whl -
Subject digest:
25a4fccc457f0f824bf33eec69314cda31da87315b5e093238d7327fcd760f4e - Sigstore transparency entry: 833618503
- Sigstore integration time:
-
Permalink:
mrfitzpa/distoptica@018cd8709c18e297af259e7fa7105eaad9b0e5a6 -
Branch / Tag:
refs/tags/v0.4.4 - Owner: https://github.com/mrfitzpa
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish_release_to_pypi.yml@018cd8709c18e297af259e7fa7105eaad9b0e5a6 -
Trigger Event:
release
-
Statement type: