asimazbunzel / cygnus-X1

Statistical analysis on asymmetric kicks on Cygnus X-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cygnus X-1

Module to search for stellar parameters on the High-mass X-ray binary (HMXB) Cygnus X-1

Project Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make environment` or `make mcmc-chain`
├── README.md          <- The top-level README for developers using this project.
│
├── config             <- Several configuration files
│   ├── config-mcmc.yml
│   ├── environment.yml
│   ├── pyproject.toml
│   └── requirements.txt
│
├── data
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── docs               <- A default Sphinx project; see sphinx-doc.org for details
│
├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
│                         the creator's initials, and a short `-` delimited description, e.g.
│                         `1.0-jqp-initial-data-exploration`.
│
├── src                <- Source code for use in this project.
│   │
│   ├── data           <- Scripts to download or generate data (turn raw data into processed)
│   │   └── make_dataset.py
│   │
│   └─── models         <- Script to create models
│        │
│        └── mcmc
│            └── mcmc.py
│
└── tox.ini            <- tox file with settings for running tox; see tox.readthedocs.io

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

Statistical analysis on asymmetric kicks on Cygnus X-1

License:GNU Lesser General Public License v2.1


Languages

Language:Python 51.1%Language:Jupyter Notebook 40.6%Language:JetBrains MPS 5.2%Language:Makefile 3.0%