Add TNG field (#108)

* Add TNG catalogue script

* Add imoprt

* Add TNG box

* Add import

* Fix little bug

* Add TNG300-1

* Add shell scripts

* Organize .gitignore

* Add scatter to file name

* Add argument scatter

* Add threshold on mass

* Update nb

* Add scatter argument

* Add scattering of radial positions

* Update nb

* Update script
This commit is contained in:
Richard Stiskalek 2024-02-07 09:11:49 +00:00 committed by GitHub
parent 9e4b34f579
commit f0ab6fc9b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 583 additions and 43 deletions

56
.gitignore vendored
View file

@ -1,32 +1,38 @@
# Python virtual environments
venv/
venv_csiborg/
share/
bin/
.bashrc
# Compiled Python files
*.pyc
# Jupyter Notebook checkpoints
*/.ipynb_checkpoints/
plots/*
.vscode/settings.json
csiborgtools/fits/_halo_profile.py
csiborgtools/fits/_filenames.py
csiborgtools/fits/analyse_voids_25.py
scripts/*.out
build/*
# Egg-info directories
.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
scripts/mgtree.py
scripts/makemerger.py
*.out
*/python.sh
# Build directories
build/*
bin/*
share/*
# Scripts and their outputs
scripts/*.out
scripts_plots/*.out
scripts_independent/clear.sh
# Specific script files
*python.sh
*python3.sh
# IDE settings
.vscode/settings.json
# Miscellaneous
.bashrc
*.out
# Generated plots
plots/*