A toolbox for processing data from long-slit spectrographs
Project description
Welcome to specsuite!
For help with getting specsuite running on your own data, please check out the documentation page!
Introduction
Although other spectroscopic reduction tools exist, they are often designed for a small subset of instruments, have hard-to-read documentation, or are difficult to debug. specsuite was designed to address all three of these concerns, providing a set of robust, generalized, and user-friendly reduction tools! As of writing, this reduction pipeline has been tested this reduction pipeline against data from...
- Gemini North (GMOS-N)
- Apache Point Observatory (KOSMOS)
- Sommers-Bausch Observatory (SBO)
...but we are constantly testing on data from other telescopes!
Another advantage of specsuite is its modularity. All functions were designed to be easy to slot into an existing reduction pipeline (assuming the data is formatted correctly). If there are features you would like to see added to specsuite, please feel free to add an issue on this repository for our developers to address!
Installation
To install the most recent version of specsuite, run the following command from your terminal...
pip install specsuite
OR if you would like to install a version from this repository, the run...
git clone https://github.com/Autumn10677/specsuite.git
cd specsuite
pip install .
How can I test specsuite runs on my computer?
We have provided a handful of files and scripts that should help you get started on processing your data.
specsuite_env.yml~ A working Conda environment for the current version of the package.workflow.smk~ This is a "snakemake workflow" set to run on some sample data taken from APO's long-slit spectrograph.
To run this workflow on your own computer, first clone the repository using...
git clone https://github.com/Autumn10677/specsuite.git
cd specsuite
Then run...
conda env create -f environment.yml
conda activate specsuite_env
snakemake --cores 1
This should deposit a set of files in an 'output/' folder that you can use to check out how the pipeline works at various steps in the analysis. These outputs include both images and '.npy' files used for storing exposure data between steps of the pipeline. If you see...
Finished jobid: 0 (Rule: all)
4 of 4 steps (100%) done
...then the pipeline ran successfully!
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
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 specsuite-1.0.0.tar.gz.
File metadata
- Download URL: specsuite-1.0.0.tar.gz
- Upload date:
- Size: 33.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcdd1348dc86ee8d06205f621cb4eb1565928ac6a878caf56adb97d51f76bed6
|
|
| MD5 |
c0110f0a1ba51531e3e4a4ad026070c2
|
|
| BLAKE2b-256 |
4b48ff499cb6a3320ba81e86723fa1baafa92365da58a79e0d688db83c31b0d4
|
File details
Details for the file specsuite-1.0.0-py3-none-any.whl.
File metadata
- Download URL: specsuite-1.0.0-py3-none-any.whl
- Upload date:
- Size: 36.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3708721947a5a58a09de93509a969fdcc54acf77023e53356e9a50f25e77856
|
|
| MD5 |
ddd6402d9e011b185d81b33cc4549252
|
|
| BLAKE2b-256 |
88fab2ea7bdd4badf006a31d7c900245a31f0eb7060ef604a6dd3420a3387ce8
|