Utilities for astronomical data reduction
Project description
teareduce
Utilities for astronomical data reduction
Installing the code
In order to keep your Python installation clean, it is highly recommended to first build a specific Python 3 virtual enviroment
Creating and activating the Python virtual environment
$ python3 -m venv venv_teareduce
$ . venv_teareduce/bin/activate
(venv_teareduce) $
Installing the package
The latest stable version is available via de PyPI repository:
(venv_teareduce) $ pip install teareduce
Note: This command can also be employed in a Windows terminal opened through the
CMD.exe prompt
icon available in Anaconda Navigator.
The latest development version is available through GitHub:
(venv_teareduce) $ pip install git+https://github.com/nicocardiel/teareduce.git@main#egg=teareduce
Testing the installation
(venv_teareduce) $ pip show teareduce
(venv_teareduce) $ ipython
In [1]: import teareduce as tea
In [2]: print(tea.__version__)
0.2.1
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
teareduce-0.3.6.tar.gz
(49.1 kB
view details)
Built Distribution
teareduce-0.3.6-py3-none-any.whl
(55.5 kB
view details)
File details
Details for the file teareduce-0.3.6.tar.gz
.
File metadata
- Download URL: teareduce-0.3.6.tar.gz
- Upload date:
- Size: 49.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e4ff700c5842c095eb06ef9b133325d5792d651611f60ac9b84ccb7cb474000 |
|
MD5 | 10b705fa0c5e454ac39880bf7fe7b7ee |
|
BLAKE2b-256 | 44e21bfc1a5128d15ba0c217e3dbc57c098e99adf97d77a25d35d2e4843ab51f |
File details
Details for the file teareduce-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: teareduce-0.3.6-py3-none-any.whl
- Upload date:
- Size: 55.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4add2285908bce1583c6610104a413620bfdcc266ee7cbf7ec9093bcce4f250a |
|
MD5 | 3fd743ed35a978857eeded5ffc361ca1 |
|
BLAKE2b-256 | 5ca357c3caee50cc16c8e1000a09073e8b5c1d0725ad1166528677cb4aa2718a |