-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first commit on branch qls! * wip * starting adding two galaxy species * added 2 species in auto correlations * first cross GNC with twom species, DopplerIntegrated * now R_GNC is computed inside the TPCFs * cross GNC wip * rewritten computation of R_GNC in tpcfs * wip * finished GNC 2 species (I think) * wip on bugs * finished bugs corrections, i hope * bug fixes: s_b_s2 corrected to s_b_s1 in GNC LensingIntegrated * wip on GNCxLD for 2 species, doing Lensig x stuff * finished GNCxLD 2 species, bugs to be still removed * bugs fixed * wip * implemented tests for TwoSpecies.jl * wip on indentation * added first docstring for LD in AutoDoppler * improving docs * finished docstrings for LD auto correlations * wip on cross correlation LD doctrings * still wip * finished focstrings on LD cross correlations * started docstrings on GNCxLD TPCFs * wip * done docstrings GNCxLD Doppler x others * wip * wip on docstrings GNCxLD Integrated x others * done docstrings GNCxLD Lensing x others * done docstrings GNCxLD local x others * wip onn docstrings GNCxLD newtonianxothers * finished docstrings on GNCxLD * added z_spline_lim to CosmoParams and CosmoSplines * implemented z_spline_lim and s_spline_lim, must be tested * corrected bug LensingXNewton for two species * modified README and CHANGELOG * added Dockerfile for image gapse-julia-1.9.1:0.8.0a * added pyplot in Dockerfile * added matplotlib to Dockerfile, bug fixed * bug in README.md * bug in README.md * bug in README.md * README.md * added PRL reference * added readchoosen * correcting docs * correcting docs * correcting docs * correcting docs * correcting docs * correcting docs * test new brand * test new brand * test new brand * test new brand * tests * tests * tests * tests * added tests WindowF_QMultipoles.jl --------- Co-authored-by: Matteo Foglieni <[email protected]>
- Loading branch information
1 parent
f428f0e
commit e601437
Showing
268 changed files
with
106,968 additions
and
50,772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.github/* | ||
.ipynb_checkpoints/* | ||
*/.ipynb_checkpoints/* | ||
build.log | ||
|
||
.DS_Store | ||
*/.DS_Store | ||
Manifest.toml | ||
newimage.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
FROM jupyter/julia-notebook:julia-1.9.1 | ||
#FROM julia:1.8.5-bullseye | ||
|
||
USER root | ||
|
||
COPY . /home/jovyan/GaPSE | ||
WORKDIR /home/jovyan/GaPSE | ||
RUN chown -R jovyan:users /home/jovyan/GaPSE | ||
|
||
USER jovyan | ||
RUN pip3 install matplotlib | ||
RUN julia --project=. --eval 'using Pkg; Pkg.instantiate(); Pkg.precompile()' | ||
RUN julia --project=. --eval 'using Pkg; for p in [ \ | ||
"Plots", "LaTeXStrings", "PyPlot" \ | ||
]; \ | ||
Pkg.add(p); end; Pkg.resolve()' | ||
|
||
#ENTRYPOINT ["/bin/bash"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "GaPSE" | ||
uuid = "d1bf0294-456c-4ffb-813c-36d532d2da2e" | ||
authors = ["Matteo Foglieni <[email protected]>"] | ||
version = "0.7.0" | ||
version = "0.8.0" | ||
|
||
[deps] | ||
ArbNumerics = "7e558dbc-694d-5a72-987c-6f4ebed21442" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,5 @@ GaPSE.W | |
GaPSE.V_survey | ||
GaPSE.A | ||
GaPSE.A_prime | ||
GaPSE.corresponding_redshift | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
```@meta | ||
DocTestSetup = quote | ||
using GaPSE | ||
end | ||
``` | ||
|
||
# GNC TPCFs | ||
|
||
## Two-Point Auto-Correlation Functions | ||
|
||
```@docs | ||
GaPSE.ξ_GNC_Newtonian | ||
GaPSE.ξ_GNC_Doppler | ||
GaPSE.ξ_GNC_Lensing | ||
GaPSE.ξ_GNC_LocalGP | ||
GaPSE.ξ_GNC_IntegratedGP | ||
``` | ||
|
||
## Two-Point Auto-Correlation Functions integrands | ||
|
||
```@docs | ||
GaPSE.integrand_ξ_GNC_Lensing | ||
GaPSE.integrand_ξ_GNC_IntegratedGP | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
```@meta | ||
DocTestSetup = quote | ||
using GaPSE | ||
end | ||
``` | ||
|
||
# GNC TPCFs | ||
|
||
## Two-Point Cross-Correlation Functions | ||
|
||
```@docs | ||
GaPSE.ξ_GNC_Newtonian_Doppler | ||
GaPSE.ξ_GNC_Doppler_Newtonian | ||
GaPSE.ξ_GNC_Newtonian_Lensing | ||
GaPSE.ξ_GNC_Lensing_Newtonian | ||
GaPSE.ξ_GNC_Newtonian_LocalGP | ||
GaPSE.ξ_GNC_LocalGP_Newtonian | ||
GaPSE.ξ_GNC_Newtonian_IntegratedGP | ||
GaPSE.ξ_GNC_IntegratedGP_Newtonian | ||
GaPSE.ξ_GNC_Doppler_Lensing | ||
GaPSE.ξ_GNC_Lensing_Doppler | ||
GaPSE.ξ_GNC_Doppler_LocalGP | ||
GaPSE.ξ_GNC_LocalGP_Doppler | ||
GaPSE.ξ_GNC_Doppler_IntegratedGP | ||
GaPSE.ξ_GNC_IntegratedGP_Doppler | ||
GaPSE.ξ_GNC_Lensing_LocalGP | ||
GaPSE.ξ_GNC_LocalGP_Lensing | ||
GaPSE.ξ_GNC_Lensing_IntegratedGP | ||
GaPSE.ξ_GNC_IntegratedGP_Lensing | ||
GaPSE.ξ_GNC_LocalGP_IntegratedGP | ||
GaPSE.ξ_GNC_IntegratedGP_LocalGP | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
```@meta | ||
DocTestSetup = quote | ||
using GaPSE | ||
end | ||
``` | ||
|
||
# GNC TPCFs | ||
|
||
## Two-Point Cross-Correlation Functions integrands | ||
|
||
```@docs | ||
GaPSE.integrand_ξ_GNC_Newtonian_Lensing | ||
GaPSE.integrand_ξ_GNC_Newtonian_IntegratedGP | ||
GaPSE.integrand_ξ_GNC_Doppler_IntegratedGP | ||
GaPSE.integrand_ξ_GNC_Lensing_Doppler | ||
GaPSE.integrand_ξ_GNC_Lensing_LocalGP | ||
GaPSE.integrand_ξ_GNC_Lensing_IntegratedGP | ||
GaPSE.integrand_ξ_GNC_LocalGP_IntegratedGP | ||
``` | ||
|
||
|
||
## Two-Point Cross-Correlation Function multipoles | ||
|
||
```@docs | ||
GaPSE.integrand_ξ_GNC_multipole | ||
GaPSE.ξ_GNC_multipole | ||
GaPSE.map_ξ_GNC_multipole | ||
GaPSE.print_map_ξ_GNC_multipole | ||
``` | ||
|
||
## Two-Point Cross-Correlation Function Sum multipoles | ||
|
||
```@docs | ||
GaPSE.sum_ξ_GNC_multipole | ||
GaPSE.map_sum_ξ_GNC_multipole | ||
GaPSE.print_map_sum_ξ_GNC_multipole | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.