Basic matching (#2)

* add recarray manipulations

* add cart to radec

* add behav so x can be a list

* add import

* create empty files

* ignore plots file

* add planck data

* add read_mmain file

* add cols_to_structured import

* use cols_to_structured

* add cols_to_structued

* add read_mmain import

* add reading planck

* add mass conversion

* add brute force separation calculation

* update nb

* rename & int dtype

* add func to get csiborg ids

* add list to nd array conversion

* add utils

* rename file

* add 2M++

* add read 2mpp

* add 2mpp shortcut

* add randoms generator

* Change range of RA [0, 360]

* fix ang wrapping

* add code for sphere 2pcf

* rm wrapping

* optionally load only a few borgs

* update nb
This commit is contained in:
Richard Stiskalek 2022-10-18 19:41:20 +01:00 committed by GitHub
parent d2c1f3294a
commit 53a0629d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 74697 additions and 37 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ bin/
.bashrc
*.pyc
*/.ipynb_checkpoints/
plots/*