Skip to content

kvgc153/ISMgas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISMgas

ISMgas is a python module used to analyze absorption line kinematics of Interstellar Medium gas. The module takes a 1D spectra as an input and extracts key kinematic diagnostics (such as velocity centroid of absorption) by fitting the absorption profile with multiple gaussian profiles.

Installation and development

git clone https://github.com/kvgc153/ISMgas.git
cd ISMgas/
conda create --name ISMgas 
conda activate ISMgas 
sh setupISMgas.sh

This repository is under constant development. Kindly report any issues that you encounter and/or submit a PR.

Tutorials

Fitting

Others

Papers using ISMgas