Spectral invariants package
Project description
spectralinvariant
(hyper)spectral data processing with spectral invariants (p-theory)
Installation
I haven't yet made an official pip package of spectralinvariant. But here's how you can install the package on your system locally:
- Clone this repo to your machine via GitHub Desktop or using git:
$ git clone https://github.com/mottus/spectralinvariant
- Install the package in your repo directory using pip:
/spectralinvariant$ pip install -e .
The -e flag makes pip install the package locally, i.e., in the src directory, NOT within your Python distribution.
Testing
You can test whether the installation succeeded by running python and importing the prospect_wavelengths() function:
>>> import spectralinvariant.prospect
>>> spectralinvariant.prospect.prospect_wavelengths()
This should yield
array([ 400, 401, 402, ..., 2498, 2499, 2500])
You can also running the GUI_p or hyperspectral_demo.py which are located in the demos folder.
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 Distributions
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 spectralinvariant-0.0.1-py3-none-any.whl.
File metadata
- Download URL: spectralinvariant-0.0.1-py3-none-any.whl
- Upload date:
- Size: 344.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bc1a367d05ad7661af833cf1062a71984aa3b2b3ef11868e6b8daf0cef40eea
|
|
| MD5 |
70e4e283f7e46146d764f700ce4c85e7
|
|
| BLAKE2b-256 |
cec8fdc4eed77cd3eed21dab5c5da23ca6093e1c899a1aa8402407a9bb616d8c
|