Maximilian von Wietersheim-Kramsta
Maximilian von Wietersheim-Kramsta
The ia_nla function computes the effective convergence from intrinsic alignments, calculated using the Non-linear Aligments Model (NLA). The convergence from intrinsic aligments is follows Catelan et al. (2000), Hirata &...
The [`positions_from_delta`](https://github.com/glass-dev/glass/blob/main/glass/points.py#L87) function currently only return a given galaxy's longitude and latitude, but not the pertaining HEALPix pixel index. For use cases where one wants to query HEALPix maps based...
Make note of [`galaxies.redshifts_from_nz`](https://github.com/glass-dev/glass/blob/main/glass/galaxies.py#L60) being deprecated for direct use by the user. The function may encourage the variation of the sample `nz` by the user, but it is fixed by...
Within [`glass.observations`](https://github.com/glass-dev/glass/blob/main/glass/observations.py), the addition of a new visibility object, which allows anisotropic and non-binary visibility HEALPix maps which vary with galaxy population/tomographic bin/shell, would make the implementation of variable observational...
This merge request implements variable depth's effect on the galaxy density in the angular and line-of-sight directions into GLASS. This closes #136. This code allows for functionality similar to [SALMO](https://github.com/Linc-tw/salmo)....