skypy
skypy copied to clipboard
SkyPy: A package for modelling the Universe.
## Description Some urls in the README currently point to the "latest" build on readthedocs. Instead they should point to the "stable" build. ## Checklist - [x] Follow the [Contributor...
## Description We need a function which creates Healpix sky density map based on an input catalogue. This requires adding the healpy library as skypy dependency. ## Inputs Catalogue of...
## Description Absorption produced by dust affects flux measurements as galaxies seen edge-on can potentially have significant extinction and fall outside of selection cuts. This induces a selection bias that...
## Description In order to fully model an observed galaxy catalogue, we need to include galactic extinction to our simulation. The extinction is defined as `A_lambda = -2.5 log(F_lambda/F_lambda,0)` The...
We should implement a blocklist mechanism for potentially harmful modules, so that one cannot distribute a config file: ``` bye: !os.system [ 'rm -rf important_file' ] ``` We could block...
Hi, I am a member of the [Debian Astro](https://blends.debian.org/astro) Team. Our aim is to package astronomical software for Debian, from where it will also migrate to derivative distributions like Ubuntu...
## Description Update the power spectrum documentation, see [readthedocs](https://skypy.readthedocs.io/en/latest/galaxy/index.html), to include plots and examples. ## Requires * Move and rename `skypy/docs/galaxy.rst` to `skypy/docs/galaxy/index.rst` * Update `skypy/docs/index.rst` accordingly. ## References See...
## Description Update the power spectrum documentation, see [readthedocs](https://skypy.readthedocs.io/en/latest/gravitational_wave/index.html), to include plots and examples. ## References See e.g. [Pipeline](https://skypy.readthedocs.io/en/latest/pipeline/index.html)
Just a thought - maybe not necessary
## Description The model of https://arxiv.org/abs/1607.01021 (equation 1) generates a neutral Hydrogen (HI) mass for a halo, given its halo mass and a model for circular velocity. Being able to...