The Wayback Machine - https://web.archive.org/web/20200916110208/https://github.com/outinim/slitless
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

slitless

A forward modeling approach of slitless spectroscopy

Documentation Status
Author:Mehdi Outini <mehdi.outini@gmail.com>, Yannick Copin <ycopin@ipnl.in2p3.fr>

This code (slitless) written in Python was made in a purpose to simulate and analyse galaxy properties in slitless spectroscopy. It implements both the construction and modelisation of galaxy slitless spectra and the measure of spatially resolved quantities such as kinematics. It also constrains spectral features such as redshift, emission lines, line width etc. The first measure of galaxy kinematics using slitless spectra from 3D-HST and GLASS survey is detailed in [Outini20].

Documentation

Find the documentation at https://slitless.readthedocs.io/en/latest/?badge=latest (not complete).

References

[Outini20]2020A&26A...633A..43O

When using any of this project's source code, please use the citation in https://github.com/outinim/slitless/blob/master/CITATION.

Dependencies

Install missing dependencies with the following lign:

$ pip install -r requirements.txt

Install package

From sources

  1. Fork the slitless repo on github.

  2. Clone your fork locally:

    $ git clone git@github.com:outinim/slitless.git
    

    or if you want to use git via https:

    $ git clone https://git@github.com:outinim/slitless.git
    
  3. Then:

    $ cd slitless
    $ python setup.py install
    

From pip

.. TODO:: release code on pip.

About

Analysis and modeling tools to simulate/measure spectral and kinematics properties of galaxy in slitless spectroscopy.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.