A python package and command-line tools to The data-reduction pipeline for the SOXS instrument
Project description
soxspipe
The data-reduction pipeline for the SOXS instrument (a python package with command-line tools).
Documentation for soxspipe is hosted by Read the Docs (last stable version and latest version). The code lives on github. Please report any issues you find here.
Installation
The easiest way to install soxspipe is to use pip
(here we show the install inside of a conda environment):
conda create -n soxspipe python=3.7 pip
conda activate soxspipe
pip install soxspipe
Or you can clone the github repo and install from a local version of the code:
git clone git@github.com:thespacedoctor/soxspipe.git
cd soxspipe
python setup.py install
To upgrade to the latest version of soxspipe use the command:
pip install soxspipe --upgrade
Python 2.7
Although we don't officially support Python 2.7 you should be able to get soxspipe
installed in a Python 2 environment with the following commands:
conda create -n soxspipe-p2 python=2.7 pip pandas more-itertools
conda activate soxspipe
conda install -c astropy ccdproc
pip install soxspipe
Development
If you want to tinker with the code, then install in development mode. This means you can modify the code from your cloned repo:
git clone git@github.com:thespacedoctor/soxspipe.git
cd soxspipe
python setup.py develop
Pull requests are welcomed!
Note the data-sets are fairly bulky so make sure you have plenty of space on the drive you are downloading this data to.
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 Distributions
File details
Details for the file soxspipe-0.2.0.tar.gz
.
File metadata
- Download URL: soxspipe-0.2.0.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc2cd66c8c23e1c5515c848634f846235ee13438e2357bd438e8698254440c93 |
|
MD5 | 3d7ce2cb1d8bd10e4640d00643e40cd1 |
|
BLAKE2b-256 | 638afd6fd17d7cc3e31a253845adde2679b73e3dbc03fce5c30304bd94b5b11d |
File details
Details for the file soxspipe-0.2.0-py3.7.egg
.
File metadata
- Download URL: soxspipe-0.2.0-py3.7.egg
- Upload date:
- Size: 74.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03b24034d175c2975b488fd02a1b1b665f99cc0d6c828487751e90851f026871 |
|
MD5 | 4c62dc3c0f33be57aa696cbf08cddd8e |
|
BLAKE2b-256 | 3947ae2474dc84a04b155bc5232a131e849fc5db22cbe3a21d88284b818f38d7 |
File details
Details for the file soxspipe-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: soxspipe-0.2.0-py3-none-any.whl
- Upload date:
- Size: 55.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2b41794f5705f754493778a4555835d8e2144a3c75a736c1dadd536982e0988 |
|
MD5 | 51619447ebd8e51a72fd225ddb01ba1f |
|
BLAKE2b-256 | feee6c9ab7af5ae6ba6c4f790282df4088a6c6a4a77153742f5e716fc3e55050 |
File details
Details for the file soxspipe-0.2.0-py2-none-any.whl
.
File metadata
- Download URL: soxspipe-0.2.0-py2-none-any.whl
- Upload date:
- Size: 55.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.14.0 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 753083c3943e79b9d77dfbc58645975db4a926503698b9411bcb102d2f36131a |
|
MD5 | 73940418a6d34fc92c28e6df33e2585e |
|
BLAKE2b-256 | ece7e67313b2ccb601093a6858c4cec86bfdc380486c00564c61d47bc601848d |