mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-14 06:31:11 +00:00
New filesystem, basic neighbours calculation (#10)
* simplify Planck catalogue * add MCXC and base survey * Add 2MPP classes * move match to MCXC to Planck * add halo catalogue * rm comment * rm unused imports * Move conversion to box * add min mass * Run on all simulations * rm old function * add combined catalogue * add halo positions * add knn neighbors * set to 5 sims for testing * add docstring * Switch to neighbours in a catalogue * rename io to read * fix indentation * rename to read * io -> read * add import * add RealisationMatcher * io -> read * add docstrings * add search_sim_indiices * update todo * keep make_cat at 10 for now * update nb
This commit is contained in:
parent
f5bf04c46e
commit
c748c87e45
17 changed files with 3515 additions and 549 deletions
|
@ -1,10 +1,9 @@
|
|||
# CSiBORG tools
|
||||
|
||||
## :scroll: Short-term TODO
|
||||
- [x] Add the X-ray clusters
|
||||
- [x] Match the X-ray clusters to Planck
|
||||
- [ ] Calculate catalogues for all realisations.
|
||||
- [ ] Find the distribution of particles in the first snapshot
|
||||
- [ ] Implement Max's halo matching
|
||||
- [ ] Implement a custom model for matchin galaxies to halos.
|
||||
|
||||
|
||||
## :hourglass: Long-term TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue