skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

Haloes module into main and pip version #606

Open sibirrer opened 11 months ago

sibirrer commented 11 months ago

Description

The halos module is only accessible in a specific branch. We are developing a strong lensing simulation pipeline for LSST (and beyond), currently mostly developed in the gg_lensing branch: https://github.com/LSST-strong-lensing/sim-pipeline/tree/gg-lensing We (meaning @trivialTZ) are now also trying to implement a halo rendering for line-of-sight structure (and potentially even more), using the SkyPy halo module as well as effectively the tools in SkyPy used for galaxies but now to render a light cone for haloes. The pull request using and implementing these additional features is presented here https://github.com/sibirrer/sim-pipeline/pull/7

It's hard to develop another package while linking to a specific branch of SkyPy. I would like to see the halo module merged to main and made a release version. We are also happy to put some of these halo rendering parts into the SkyPy halo module in the intermediate and long term.

Thank you very much! Simon with @trivialTZ

Inputs

Outputs

References

https://github.com/sibirrer/sim-pipeline/pull/7

itrharrison commented 11 months ago

Hi @sibirrer ! Yes, we have been intending to merge the halos and power spectrum modules as the next task for SkyPy v0.6, we have just been in a dormancy period because of other time commitments. We should get on with this now though!