thomasorb / orcs

ORCS is an analysis engine for SITELLE spectral cubes.
GNU General Public License v3.0
9 stars 6 forks source link

header

ORCS

ORCS (Outils de Réduction de Cubes Spectraux) is an analysis engine for SITELLE spectral cubes. With ORCS you can:

Examples in Jupyter format can be found in the documentation:

https://orcs.readthedocs.io/en/latest/examples.html

Warning: ORCS is always in fast development. You might see bugs or strange behaviours ! You might also want desperatly to have new features. In all cases please send an email: thomas dot martin dot 1 at ulaval dot ca

Documentation

You can find the up-to-date documentation here:

https://orcs.readthedocs.io/en/latest/index.html

Installation

Install ORB

ORCS depends on ORB which must be installed first.

The archive and the installation instructions for ORB can be found on github::

https://github.com/thomasorb/orb

Install / update ORCS

ORCS can be downloaded and installed from github also::

https://github.com/thomasorb/orcs

Following the instructions given to install ORB you can do the following to install ORCS.

clone ORCS

mkdir orcs-stable # do it where you want to put orb files
cd orcs-stable
git clone https://github.com/thomasorb/orcs.git

in the downloaded folder

conda activate orb3 # you don't need to do it if you are already in the orb3 environment
cd path/to/orcs-stable
python setup.py install

Test it:

conda activate orb3 # you don't need to do it if you are already in the orb3 environment
python -c 'import orcs.core'

Troubleshooting

Check the version of the packages

Publications