Skip to content

SimonPfeifer/cows

Repository files navigation

COWS

PyPi version

Commits since latest release

Python versions

Documentation Status

The cows python package is an implementation of the cosmic filament finder COsmic Web Skeleton (COWS). The cosmic filament finder works on Hessian-based cosmic web idetifier (such as the V-web) and returns a catalogue of filament spines.

It works by identifying the medial axis, or skeleton, of cosmic web filaments and then separating this skeleton into individual filaments. For more information of the specifics of the method, see here.

Requirements

numpy>=1.19.3

Quick installation

To install the cows python package using PyPI:

pip install pycows

To install the package from source:

python setup.py install

For more inforamtion on installation, see INSTALL.rst.

Documentation

The full documentation can be accessed at readthedocs or generated as a set of local files by running:

sphinx-build ./docs ./docs/_build

Citing

When using COWS in a publication, please cite the following paper:

arXiv:2201.04624 : "COWS: A filament finder for Hessian cosmic web identifiers"

About

A cosmic filament finder for Hessian cosmic web identifiers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published