Skip to content

MUWCLASS/MUWCLASS

Repository files navigation

MUWCLASS_CSCv2

Classifying Unidentified X-ray Sources in the Chandra Source Catalog Using a Multi-wavelength Machine Learning Approach

Hui Yang1, Jeremy Hare2, Oleg Kargaltsev1, Steven Chen1, Igor Volkov1, Blagoy Rangelov3, Yichao Lin1,

1The George Washington University 2NASA GSFC 3Texas State University

CHECK our MUWCLASS paper

contact huiyang@gwu.edu if you have any questions


This github repo provides the MUltiWavelength Machine Learning CLASSification Pipeline (MUWCLASS) and the classification results on the Chandra Source Catalog v2 (CSCv2).

The main components of this github repo are

demos/

  • There are notebooks of demonstrations of classifying CSCv2 sources using MUWCLASS with CSCv2 and multiwavelength data

files/{CSC_TD_11042023_MW_allcolumns.csv, tbabs.data}

  • Some other CSV files including the raw training dataset with more properties (CSC_TD_MW_remove.csv), the photoelectric absorption cross-section file (tbabs.data).

Softwares Installation Instruction (using conda)

  • clone the MUWCLASS package to your local desktop

  • run the follow code to create a new conda environment muwclass; if you already have Python 3.9, you can use your own conda environment with additional Python packages installed from below

  • conda create -n muwclass python=3.9

  • run 'bash install-packages.sh' under muwclass environment to install all required packages

  • run 'pip install gdpyc' under muwclass environment

  • clone (NOT pip install) the NWAY package to your local desktop and change the nway_dir variable in nway_match.py line 25 in MUWCLASS repo to the directory where you clone the nway package

About

Visualization Tools : CSCv2.0 TD https://muwclass.github.io/XCLASS_CSCv2/, 4XMM-DR13 TD https://yichaolin-astro.github.io/4XMM-DR13-XCLASS/ , 4FGL-DR4 catalog visualization https://muwclass.github.io/GCLASS, Classification of CSCv2.0 Sources within Unidentified 4FGL-DR4 Sources https://muwclass.github.io/MUWCLASS_4FGL-DR4/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published