Overlap calculation (#19)

* Rm comment

* Add new fixed particle overlap

* Fix overlap calculation

* Update docs

* Add new overlapper support in matcher

* add filter optin

* Add the real space filter.

* Change filtering to real space only

* Update TODO

* add high-resolution switch

* add cross script

* Remove comment

* Add smoothing option
This commit is contained in:
Richard Stiskalek 2022-12-27 18:32:12 +01:00 committed by GitHub
parent 1edb566792
commit 3dc559fec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 268 additions and 77 deletions

View file

@ -3,9 +3,10 @@
## CSiBORG Matching
### TODO
- [ ] Implement CIC binning or an alternative scheme for nearby objects.
- [x] Implement CIC binning or an alternative scheme for nearby objects.
- [x] Consistently locate region spanned by a single halo.
- [ ] Write a script to perform the matching on a node.
- [ ] Consistently locate region spanned by a single halo.
- [ ] Make a coarser grid for halos outside of the well resolved region.
### Questions
- What scaling of the search region? No reason for it to be a multiple of $R_{200c}$.