Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theory prediction for miscentered haloes #622

Merged
merged 83 commits into from
Jan 29, 2025
Merged
Changes from 1 commit
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
d92a4d6
micentering theory notebook
combet Apr 19, 2023
6cc329f
miscentering notebook
combet May 26, 2023
a1c4387
update notebook
combet May 26, 2023
0d3851f
Some optimization
hsinfan1996 May 26, 2023
68c7cee
Some more optimization
hsinfan1996 Jun 7, 2023
b32670a
Optimize nfw; Add Hernquist
hsinfan1996 Jun 8, 2023
b829957
Small tweaks; Remove Hernquist for simplicity
hsinfan1996 Jun 8, 2023
9a13edd
Add Einasto profile
hsinfan1996 Jun 29, 2023
447a5c1
Add Herquist; Test Einasto on CCL
hsinfan1996 Jun 29, 2023
db04724
Update comment
hsinfan1996 Jun 30, 2023
28a1140
Relax quad_vec epsrel for Hernquist profile
hsinfan1996 Jun 30, 2023
dc64fc0
Merge branch 'main' into issue/588/miscentering_therory
hsinfan1996 Jun 30, 2023
75e1c8c
Fix numerical instability
hsinfan1996 Jul 8, 2023
8eef560
Merge branch 'main' into issue/588/miscentering_therory
hsinfan1996 Feb 20, 2024
ae3a0f2
Add missing use_weights option to notebook to get expected behaviour …
combet Feb 23, 2024
251af17
Issue/524/weights in beta (#532)
eduardojsbarroso Mar 28, 2024
c7b5f08
Merge branch 'main' into issue/588/miscentering_therory
combet May 7, 2024
591017d
Suppress DeprecationWarning from scipy
hsinfan1996 May 9, 2024
7723eb3
Remove trailing spaces
hsinfan1996 May 9, 2024
97f016a
Suppress DeprecationWarning from scipy
hsinfan1996 May 9, 2024
ca4927f
Fix comparison
hsinfan1996 May 9, 2024
ba43784
Merge branch 'main' into issue/588/miscentering_therory
combet Jul 15, 2024
9613974
Add placeholder functions for micentering into parent class
combet Jul 15, 2024
a5c65c3
Add miscentering as option of existing user functions
combet Jul 16, 2024
6f54056
Start filling in miscentered Sigma functions
combet Jul 16, 2024
b13cb5a
Try to get miscentered Sigma to work
combet Jul 16, 2024
f121fa7
Functions now take r_proj array
hsinfan1996 Jul 17, 2024
4b30be6
Merge branch 'main' into issue/588/miscentering_therory
hsinfan1996 Jul 17, 2024
e65865e
pylint
hsinfan1996 Jul 17, 2024
cc9cc7b
pylint
hsinfan1996 Jul 17, 2024
02160ed
Fix miscentered mean surface density
hsinfan1996 Jul 17, 2024
7a7f8bb
Rename functions for consistency
hsinfan1996 Jul 17, 2024
b7046b0
Update NB to fix docs compiling
hsinfan1996 Jul 17, 2024
a245ed9
Add comments
hsinfan1996 Jul 17, 2024
0786cf0
Try fixing diff on GitHub for explore_miscentering_theory.ipynb
hsinfan1996 Jul 17, 2024
e55db86
Fix _eval_excess_surface_density_miscentered
hsinfan1996 Jul 17, 2024
00b0069
Allow backend-dependent calculation
hsinfan1996 Jul 17, 2024
5673044
Fix _eval_excess_surface_density_miscentered; pylint
hsinfan1996 Jul 17, 2024
38b0690
Add notebook comparing dblquad and fix some formating
Jul 18, 2024
947d4ba
Change _eval_mean_surface_density_miscentered to be as fast as in not…
Jul 18, 2024
20ef78f
Update OO theroy demo notebook with miscentering options
combet Jul 18, 2024
cfdf06f
propagate r_mis option to functional interface
combet Jul 18, 2024
ccff687
Update functional interface theory demo with miscentering option
combet Jul 18, 2024
84ab5d6
switch to lower case in new function names
combet Jul 18, 2024
70f901c
formatting
combet Jul 18, 2024
2b5dfb5
Formatting
hsinfan1996 Jul 18, 2024
a2cccca
Use quad instead of quad_vec
hsinfan1996 Jul 18, 2024
6081b05
Merge branch 'main' into issue/588/miscentering_therory
hsinfan1996 Jul 18, 2024
3aefba3
Fix imports and scipy warnings
hsinfan1996 Jul 18, 2024
b0bc5b0
Use dblquad and tplquad
hsinfan1996 Jul 19, 2024
09973c0
pylint
hsinfan1996 Jul 19, 2024
d886a12
Allow r_mis=0
Jul 19, 2024
56ceb4a
Start adding tests for miscentering
combet Jul 19, 2024
2d5aa5b
issue/627/testskypixelcoords: New notebook to test coordinate system …
ts485 Jul 19, 2024
783b24c
Merge branch 'main' into issue/588/miscentering_therory
hsinfan1996 Jul 19, 2024
c807e67
Tweak tests
hsinfan1996 Jul 19, 2024
efa4154
Fix mean_surface_density; Tweak tests
hsinfan1996 Jul 19, 2024
b3b8d78
Add tests
hsinfan1996 Jul 19, 2024
461c3d7
Rename backend to use_backend; Add tests
hsinfan1996 Jul 19, 2024
68a0d9c
Update docstrings; pylint
hsinfan1996 Jul 19, 2024
4c98720
Simplify
hsinfan1996 Jul 20, 2024
b9bf381
pylint
hsinfan1996 Jul 20, 2024
56e13f9
refactor
hsinfan1996 Jul 21, 2024
22353da
pylint
hsinfan1996 Jul 21, 2024
8462bf7
Merge branch 'main' into issue/588/miscentering_therory
hsinfan1996 Sep 17, 2024
10b7df3
Merge branch 'main' into issue/588/miscentering_therory
combet Oct 16, 2024
1b56ee1
Add miscentered expression in Sigma docstring
combet Oct 16, 2024
a067687
More docstrings
combet Oct 16, 2024
d1ec770
pylint
combet Oct 16, 2024
cf2c807
Merge branch 'main' into issue/588/miscentering_therory
m-aguena Oct 18, 2024
b573c7a
rename use_backend -> mis_from_backend
m-aguena Oct 18, 2024
8c70c2c
improve formatting
m-aguena Oct 18, 2024
a7b4074
improve fmt
m-aguena Oct 18, 2024
15d4aff
move miscentering functions to its own file
m-aguena Oct 25, 2024
1ea99d6
add docstrings
m-aguena Oct 25, 2024
25e7a0a
update tests
m-aguena Oct 25, 2024
ea9e0da
fmt tests
m-aguena Oct 25, 2024
6ebe1aa
Merge branch 'main' into issue/588/miscentering_therory
Nov 12, 2024
9618a6e
Merge branch 'main' into issue/588/miscentering_therory
combet Jan 29, 2025
e7cd3a6
Make for_dev example folder to store notebook meant for developement …
combet Jan 29, 2025
7d51816
Merge branch 'main' into issue/588/miscentering_therory
combet Jan 29, 2025
9ef01be
update version number
combet Jan 29, 2025
cd5f90c
Fix typo in notebook
combet Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Relax quad_vec epsrel for Hernquist profile
hsinfan1996 committed Jun 30, 2023
commit 28a1140eb74c4328c448e6b544fd66c35debab30
141 changes: 80 additions & 61 deletions examples/explore_miscentering_theory.ipynb

Large diffs are not rendered by default.