CSiBORG analysis tools.
Go to file
Richard Stiskalek 2b938c112c
More flow preparation & Olympics (#143)
* Add more comments

* Add flow paths

* Simplify paths

* Update default arguemnts

* Update paths

* Update param names

* Update some of scipts for reading files

* Add the Mike method option

* Update plotting

* Update fnames

* Simplify things

* Make more default options

* Add print

* Update

* Downsample CF4

* Update numpyro selection

* Add selection fitting nb

* Add coeffs

* Update script

* Add nb

* Add label

* Increase number of steps

* Update default params

* Add more labels

* Improve file name

* Update nb

* Fix little bug

* Remove import

* Update scales

* Update labels

* Add script

* Update script

* Add more

* Add more labels

* Add script

* Add submit

* Update spacing

* Update submit scrips

* Update script

* Update defaults

* Update defaults

* Update nb

* Update test

* Update imports

* Add script

* Add support for Indranil void

* Add a dipole

* Update nb

* Update submit

* Update Om0

* Add final

* Update default params

* Fix bug

* Add option to fix to LG frame

* Add Vext label

* Add Vext label

* Update script

* Rm fixed LG

* rm LG stuff

* Update script

* Update bulk flow plotting

* Update nb

* Add no field option

* Update defaults

* Update nb

* Update script

* Update nb

* Update nb

* Add names to plots

* Update nb

* Update plot

* Add more latex names

* Update default

* Update nb

* Update np

* Add plane slicing

* Add nb with slices

* Update nb

* Update script

* Upddate nb

* Update nb
2024-09-11 08:45:42 +02:00
csiborgtools More flow preparation & Olympics (#143) 2024-09-11 08:45:42 +02:00
notebooks More flow preparation & Olympics (#143) 2024-09-11 08:45:42 +02:00
old Add density field plot and start preparing CSiBORG2 (#94) 2023-12-13 16:08:25 +00:00
scripts More flow preparation & Olympics (#143) 2024-09-11 08:45:42 +02:00
scripts_independent Calculate upglade redshifts (#128) 2024-06-20 14:33:00 +01:00
scripts_plots Fix overlap runs (#125) 2024-04-08 11:23:21 +02:00
.flake8 Clean density calculation (#97) 2023-12-18 18:09:08 +01:00
.gitattributes add .gitattrib 2022-10-11 16:43:18 +01:00
.gitignore Add marginalization over boxes (#131) 2024-06-26 10:43:26 +01:00
LICENSE Create LICENSE 2023-04-27 10:38:59 +01:00
README.md Update README 2024-07-25 14:58:42 +01:00
setup.py Add marginalization over boxes (#131) 2024-06-26 10:43:26 +01:00

CSiBORGTools

Tools for analysing constrained cosmological simulations.

Installation

git clone git@github.com:Richard-Sti/csiborgtools.git

# Go to the cloned directory
cd csiborgtools

# Create a virtual environment
python -m venv venv_csiborgtools
source venv_csiborgtools/bin/activate
python -m pip install --upgrade pip && python -m pip install --upgrade setuptools

# Finally install the cloned package
python -m pip install -e .

License and Citation

If you use or find useful any of the code in this repository, please cite the following paper:

Copyright (C) 2024 Richard Stiskalek
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Contributors

  • Richard Stiskalek (University of Oxford)
  • Harry Desmond (University of Portsmouth)

Examples

...