mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 19:58:01 +00:00
Lagpatch example
This commit is contained in:
parent
9c1aa26428
commit
3b4c32786c
3 changed files with 214 additions and 2 deletions
|
@ -13,5 +13,5 @@
|
||||||
# with this program; if not, write to the Free Software Foundation, Inc.,
|
# with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
from .overlap import (ParticleOverlap, RealisationsMatcher, calculate_overlap, # noqa
|
from .overlap import (ParticleOverlap, RealisationsMatcher, calculate_overlap, # noqa
|
||||||
find_neighbour, matching_max) # noqa
|
find_neighbour, matching_max, pos2cell) # noqa
|
||||||
from .obs_to_box import (MatchingProbability, MatchCatalogues) # noqa
|
from .obs_to_box import (MatchingProbability, MatchCatalogues) # noqa
|
||||||
|
|
|
@ -454,7 +454,7 @@ class ParticleOverlap(BaseMatcher):
|
||||||
mass2 : 1-dimensional array
|
mass2 : 1-dimensional array
|
||||||
Particle masses of the second halo.
|
Particle masses of the second halo.
|
||||||
mins1, maxs1 : 1-dimensional arrays of shape `(3,)`
|
mins1, maxs1 : 1-dimensional arrays of shape `(3,)`
|
||||||
Minimun and maximum cell numbers along each dimension of `halo1`.
|
Minimum and maximum cell numbers along each dimension of `halo1`.
|
||||||
Optional.
|
Optional.
|
||||||
mins2, maxs2 : 1-dimensional arrays of shape `(3,)`
|
mins2, maxs2 : 1-dimensional arrays of shape `(3,)`
|
||||||
Minimum and maximum cell numbers along each dimension of `halo2`.
|
Minimum and maximum cell numbers along each dimension of `halo2`.
|
||||||
|
|
212
notebooks/overlap/lagrangian_patch_example.ipynb
Normal file
212
notebooks/overlap/lagrangian_patch_example.ipynb
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue