mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 18:18:03 +00:00
fdb0df8d4c
* Move paths to a separate file * Add mmain reader * Add a verbosity flag * Fix imports * Fix bug * Rename files * Return ultimate parents * Add script to generate mmain * Remove mmain path * edit path * Add mmain path * Change function name * Rename function * Turn off verbose * Fix list requirement * Edit init match paths * Fix init pathing * Edit paths docs * Edit dumpdir name * Rename path * Fix split paths * Remove unused import * Add comment * Update readme * remove read mmain * Rename haloatalogue * Fix minor bugs * Update nbs * Add create directory option * Move split jobs * Move spliot jobs * Remove splitting * Add import * Edit script * Deeper split folder * Fix paths bug * Rename catalogue * Rename Catalogue * Add new clumpread * Edit paths * add knn paths * Update commenting * Update imports * Add more conversions * Update temp file * Add a note * Add catalogue * Cooment * Update TODO * Update script * add nb * Update * pep8 * edit paths & pep8 * Fix knn auto paths * add paths docs * Add auto and cross knn paths * Add new paths * Simplify tpcf reading * pep8 patch * update readme * Update progress * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * pep8 * Pep 8 and restructure * add lambda spin * add clump and halo * add checks * Edit halo profile fit * Update gitignore * backup script
136 lines
No EOL
2.4 KiB
YAML
136 lines
No EOL
2.4 KiB
YAML
rpmin: 0.5
|
|
rpmax: 40
|
|
nrpbins: 20
|
|
randmult: 100
|
|
seed: 42
|
|
nbins_marks: 10
|
|
|
|
|
|
################################################################################
|
|
# totpartmass #
|
|
################################################################################
|
|
|
|
|
|
"mass001":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+12
|
|
max: 1.e+13
|
|
|
|
"mass002":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+13
|
|
max: 1.e+14
|
|
|
|
"mass003":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+14
|
|
|
|
|
|
################################################################################
|
|
# totpartmass + lambda200c #
|
|
################################################################################
|
|
|
|
|
|
"mass001_spinlow":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+12
|
|
max: 1.e+13
|
|
secondary:
|
|
name: lambda200c
|
|
marked: true
|
|
max: 0.5
|
|
|
|
"mass001_spinhigh":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+12
|
|
max: 1.e+13
|
|
secondary:
|
|
name: lambda200c
|
|
marked: true
|
|
min: 0.5
|
|
|
|
"mass001_spinmedian_perm":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+12
|
|
max: 1.e+13
|
|
secondary:
|
|
name: lambda200c
|
|
toperm: true
|
|
marked : true
|
|
min: 0.5
|
|
|
|
"mass002_spinlow":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+13
|
|
max: 1.e+14
|
|
secondary:
|
|
name: lambda200c
|
|
marked: true
|
|
max: 0.5
|
|
|
|
"mass002_spinhigh":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+13
|
|
max: 1.e+14
|
|
secondary:
|
|
name: lambda200c
|
|
marked: true
|
|
min: 0.5
|
|
|
|
"mass002_spinmedian_perm":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+13
|
|
max: 1.e+14
|
|
secondary:
|
|
name: lambda200c
|
|
toperm: true
|
|
marked : true
|
|
min: 0.5
|
|
|
|
"mass003_spinlow":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+14
|
|
secondary:
|
|
name: lambda200c
|
|
marked: true
|
|
max: 0.5
|
|
|
|
"mass003_spinhigh":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+14
|
|
secondary:
|
|
name: lambda200c
|
|
marked: true
|
|
min: 0.5
|
|
|
|
"mass003_spinmedian_perm":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+14
|
|
secondary:
|
|
name: lambda200c
|
|
toperm: true
|
|
marked : true
|
|
min: 0.5
|
|
|
|
|
|
################################################################################
|
|
# Cross with random #
|
|
################################################################################
|
|
|
|
"mass001_random":
|
|
primary:
|
|
name: totpartmass
|
|
min: 1.e+12
|
|
max: 1.e+13 |