mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-12 05:38:42 +00:00
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:
parent
9e4b34f579
commit
f0ab6fc9b4
19 changed files with 583 additions and 43 deletions
56
.gitignore
vendored
56
.gitignore
vendored
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue