mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 06:58:02 +00:00
eb8d070fff
* Add moving FoF membership files * add FoF membership path * Add notes where its PHEW * Add FoF catalogue path * Correct typo * Add more functionalities * Make work with halo IDs from FoF * Edit print statement * Fix copy bug * copy * Add FoF catalogue reading * Clean up script * Fix typo * Little edits * Fix naming convention * Rename key * Remove loading substructure particles * Rename CSiBORG Cat * Rename clumps cat * Rename cat * Remove misplaced import * Switch to halos * rm import * structfit of only halos * Add FoF halo reading * Add a short comment * Fix __getitem__ to work with int * Fix problems * Improve __getitem__ * Add more conversion * Fix indexing * Fix __getitem__ assertion * Fix numbers * Rename * Fix verbosity flags * Add full Quijote HMF option * Add plot of Quijote only * Add quijote full paths * Fix the fit_init script * Renam arg * Update .gitignore * add default argument name * Change default verbosity flag * Modernise script structure * Fix dictionary * Fix reading to include m200c * Modernise script * Add args
26 lines
443 B
Text
26 lines
443 B
Text
venv_csiborg/
|
|
share/
|
|
bin/
|
|
.bashrc
|
|
*.pyc
|
|
*/.ipynb_checkpoints/
|
|
plots/*
|
|
.vscode/settings.json
|
|
csiborgtools/fits/_halo_profile.py
|
|
csiborgtools/fits/_filenames.py
|
|
csiborgtools/fits/analyse_voids_25.py
|
|
scripts/*.out
|
|
build/*
|
|
.eggs/*
|
|
csiborgtools.egg-info/*
|
|
Pylians3/*
|
|
scripts/plot_correlation.ipynb
|
|
scripts/*.sh
|
|
venv/
|
|
.trunk/*
|
|
scripts_test/
|
|
scripts_plots/python.sh
|
|
scripts_plots/submit.sh
|
|
scripts_plots/*.out
|
|
scripts_plots/*.sh
|
|
notebooks/test.ipynb
|