mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-14 06:31:11 +00:00
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:
parent
1edb566792
commit
3dc559fec1
3 changed files with 268 additions and 77 deletions
|
@ -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}$.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue