Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmcclintock/delta-sigma
A stand alone version of the Delta Sigma code currently used in CosmoSIS that doesn't require the use of the CosmoSIS data block.
https://github.com/tmcclintock/delta-sigma
Last synced: 14 days ago
JSON representation
A stand alone version of the Delta Sigma code currently used in CosmoSIS that doesn't require the use of the CosmoSIS data block.
- Host: GitHub
- URL: https://github.com/tmcclintock/delta-sigma
- Owner: tmcclintock
- Created: 2016-05-12T17:23:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T01:37:04.000Z (over 7 years ago)
- Last Synced: 2024-12-14T17:09:21.504Z (about 1 month ago)
- Language: C
- Size: 619 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Delta-Sigma
===========
A stand alone version of the Delta Sigma code currently used in CosmoSIS that doesn't require the use of the CosmoSIS data block.Compilation
-----------
To run with a python interface, from Delta-Sigma/ run:$make
To compile a C standalone library, run:
$make ALONE=yesYou are required to have the GSL installed to run this code, and have
the appropriate flags set up. Specifically, you need to have
GSLI pointing to gsl/include and GSLL pointing toward gsl/lib.Running
-------
For an exmaple of how to run, you can use:$python example.py
If you want to change cosmologies then you have to supply a different power spectrum and change the paths around in example.py