cluster_toolkit icon indicating copy to clipboard operation
cluster_toolkit copied to clipboard

Tools for analyzing galaxy clusters.

Results 8 cluster_toolkit issues
Sort by recently updated
recently updated
newest added

Added Battaglia cluster pressure profile, projected pressure profile, and projected Compton-y parameter predictions. Possible questions: * Should the new interfaces be changed? * Is the way I am handling `h`...

This issue is found by Marc Paterno -- only reported by yyzhang When tying to install cluster_toolkit, here is the failure I get: ---- $ git clone https://github.com/tmcclintock/cluster_toolkit.git $ cd...

This PR makes two main changes for consistent interfacing with C code, and error handling: - Passing arrays to C routines is now handled with the `_ArrayWrapper` class, which always...

The docs are currently hosted on readthedocs [here](https://cluster-toolkit.readthedocs.io/en/latest/). However, this is non-ideal because one needs to do some magic in a `conf.py` file to do magic imports of the toolkit...

When I try to install cluster toolkit I am getting the following error. Is this something that is seen before? ```$ python setup.py install running install running bdist_egg running egg_info...

Currently the function `Sigma_at_R()` takes in NFW parameters, despite taking a whole correlation function as input. The NFW parameters are not necessary unless `R_perp < r`, in which case a...

enhancement

This is actually two issues. 1) Arrays in Python can sometimes not be C-ordered and require a `numpy.ascontiguousarray()` call. This can be handled internally in the toolkit. 2) Similarly, the...

bug
enhancement
To do

Write unit tests for all modules: - [X] averaging - [X] bias - [X] boostfactors - [X] deltasigma - [X] density - [X] mass function - [X] miscentering - [X]...

enhancement