Skip to main content

Package for topological analysis of galactic clusters

Reason this release was yanked:

Broken

Project description

GalaxyWitness

MIT License CodeFactor Documentation Status

Package for topological data analysis of the big data. It is attempt to study distribution of galaxies in the universe via TDA. Based on GUDHI and Astropy

Requirements

  1. Python 3.6+ and pip
  2. git (if you want clone this repo)

OS X or Linux

Installation

You can use python virtual environment:

Create and activate a virtual environment

This will create a new virtual environment called "galaxy-witness":

pip3 install virtualenv
virtualenv galaxy-witness (or python3 -m virtualenv galaxy-witness)
. ./galaxy-witness/bin/activate

This will clone the repository "GalaxyWitness" on your local machine, install dependencies and install this package 'galaxywitness':

git clone https://github.com/davidosx/GalaxyWitness
cd GalaxyWitness
pip install -r requirements.txt
python setup.py install

Or poetry package manager:

Poetry

git clone https://github.com/davidosx/GalaxyWitness
cd GalaxyWitness
poetry install

Usage

To run just type:

python -m GalaxyWitness

In runtime the program will request you to choose file with your data. This file have to be in folder ./data

If you want to finish a work with package and deactivate virtual environment just type:

deactivate

Documentation

Sphinx generates documentation for delelopers when you installing package. HTML files of documentation are in docs/build/html and you can open it with browser. If you want to build documentation yourself:

cd docs
make html

or if you want to get .pdf with documentation:

cd docs
make latexpdf

Uninstalling

For uninstalling (include dependencies and an virtual environment):

rm -r GalaxyWitness
rm -r galaxy-witness

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galaxywitness-0.2.3.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

galaxywitness-0.2.3-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page