Skip to content

ISMGCC (InterStellar Medium Gaussian Component Clustering): Finding gas structures in molecular ISM using Gaussian decomposition and Graph theory

License

Notifications You must be signed in to change notification settings

Haoran-Feng/ismgcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ismgcc

ISMGCC (InterStellar Medium Gaussian Component Clustering): Finding gas structures in molecular ISM using Gaussian decomposition and Graph theory

This repository contains the Python code that implements the method described in arXiv:2409.01181. It is designed to find molecular gas structures from PPV data cubes, especially in the direction with crowded emissions, e.g., the inner galaxy.

The document is currently under construction. Before its completion, please refer to the tutorial.

Notes & FAQ

Q: Why does the code stop running when I killed a previous run with Ctrl + C?

A: To prevent the cache files from being manipulated by multiple processes, *.lock files will be created and removed by the code. But when you have mannually killed the program, the *.lock file won't be released properly. The solution is deleteing all .lock files in the ./.cache/ directory.

About

ISMGCC (InterStellar Medium Gaussian Component Clustering): Finding gas structures in molecular ISM using Gaussian decomposition and Graph theory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published