Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soxspipe-0.2.0.tar.gz (29.8 kB view hashes)

Uploaded Source

Built Distributions

soxspipe-0.2.0-py3.7.egg (74.5 kB view hashes)

Uploaded Source

soxspipe-0.2.0-py3-none-any.whl (55.0 kB view hashes)

Uploaded Python 3

soxspipe-0.2.0-py2-none-any.whl (55.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page