'pysat development lab for instruments'
Project description
pysatIncubator: pysat development lab for instruments
Installation
Currently, the main way to get pysatIncubator is through github.
git clone https://github.com/pysat/pysatIncubator.git
Change directories into the repository folder and run the setup.py file. For a local install use the "--user" flag after "install".
cd pysatIncubator/
python setup.py install
Note: pre-1.0.0 version
pysatIncubator is currently in an initial development phase. Much of the API is being built off of the upcoming pysat 3.0.0 software in order to streamline the usage and test coverage. This version of pysat is planned for release later this year. Currently, you can access the develop version of this through github:
git clone https://github.com/pysat/pysat.git
cd pysat
git checkout develop-3
python setup.py install
It should be noted that this is a working branch and is subject to change.
Using with pysat
The instrument modules are portable and designed to be run like any pysat instrument.
import pysat
from pysatIncubator.instruments import champ_star
champ = pysat.Instrument(inst_module=champ_star)
Another way to use the instruments in an external repository is to register the instruments. This only needs to be done the first time you load an instrument. Afterward, pysat will identify them using the platform
and name
keywords.
import pysat
pysat.utils.registry.register('pysatIncubator.instruments.champ_star')
champ = pysat.Instrument('champ', 'star')
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
File details
Details for the file pysatIncubator-0.0.1.tar.gz
.
File metadata
- Download URL: pysatIncubator-0.0.1.tar.gz
- Upload date:
- Size: 27.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7eb24f19d3fbb65f5b85e7cb58d7d65a209b988869f605b136dafede077cbb79 |
|
MD5 | 408bfe979c60cf73e06e9663920a241b |
|
BLAKE2b-256 | 8cbce3a0f9f79a8599cc976854ae95b3db5ff97e55db3252a85bbc576c7b1310 |
File details
Details for the file pysatIncubator-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pysatIncubator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7572c061808839c162670fab82d2094ffce4bad4016692f43d4ee38840d5f281 |
|
MD5 | a19aa08ae6bb4b4b53f42df568a29eac |
|
BLAKE2b-256 | 48a10a237a65837f2adf13f40cbf7da13a2416f82bcd75c316f8e33a2cf0c28c |