Skip to content

Commit 04174a4

Browse files
committed
Prepare tag
1 parent ec8f2bb commit 04174a4

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
History
33
=======
44

5+
0.6.1 (2023-12-04)
6+
------------------
7+
8+
* Added option to use the full covariance matrix, including all cross-covariances
9+
10+
511
0.6.0 (2023-12-02)
612
------------------
713

examples/lyaxlya.ini

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ tracer1-type = continuous
66
tracer2-type = continuous
77
filename = /home/acuceu/work/data/cf_z_0_10-exp.fits
88

9-
#optional
9+
# optional
1010
distortion-file = /home/acuceu/work/data/dmat_z_0_10.fits
1111

12+
# For metals
13+
weights-tracer1 = /path/to/delta-attributes.fits
14+
weights-tracer2 = /path/to/delta-attributes.fits
15+
1216
[cuts]
1317
rp-min = -200.
1418
rp-max = +200.
@@ -42,8 +46,11 @@ ell-max = 6
4246
# By default we use the mcfit package to perform the FFTLog
4347
old_fftlog=False
4448

49+
# Whether to use the new metals module
50+
new_metals = True
51+
4552
[metals]
46-
# Path to metal file
53+
# Path to metal file (NOT NEEDED WITH NEW_METALS)
4754
filename = /home/acuceu/work/data/metal_dmat_z_0_10.fits
4855

4956
# Kaiser only by default if you don't specify an hcd model
@@ -61,3 +68,11 @@ in tracer2 = CIV(eff) SiII(1260) SiIII(1207) SiII(1193) SiII(1190)
6168
par binsize lyaxlya = 4.
6269
# Optional
6370
per binsize lyaxlya = 4.
71+
72+
[metal-matrix]
73+
rebin_factor = 3
74+
alpha_LYA = 2.9
75+
alpha_SiII(1260) = 1.
76+
alpha_SiIII(1207) = 1.
77+
alpha_SiII(1193) = 1.
78+
alpha_SiII(1190) = 1.

examples/main.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ zeff = 2.334
66
# the full path is recommended if running in parallel
77
ini files = /home/acuceu/work/notebooks/picca_bench/lyaxlya.ini /home/acuceu/work/notebooks/picca_bench/qsoxlya.ini
88

9+
global-cov-file = /path/to/global-cov.fits
10+
911
##########
1012

1113
# Choose if you want to model isotropic or anisotropic BAO

examples/qsoxlya.ini

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ filename = /home/acuceu/work/data/xcf_z_0_10-exp.fits
99
#optional
1010
distortion-file = /home/acuceu/work/data/xdmat_z_0_10.fits
1111

12+
# For metals
13+
weights-tracer1 = /path/to/qso-cat.fits
14+
weights-tracer2 = /path/to/delta-attributes.fits
15+
1216
[cuts]
1317
rp-min = -200.
1418
rp-max = +200.
@@ -42,8 +46,11 @@ ell-max = 6
4246
# By default we use the mcfit package to perform the FFTLog
4347
old_fftlog=False
4448

49+
# Whether to use the new metals module
50+
new_metals = True
51+
4552
[metals]
46-
# Path to metal file
53+
# Path to metal file (NOT NEEDED WITH NEW_METALS)
4754
filename = /home/acuceu/work/data/metal_xdmat_z_0_10.fits
4855

4956
# Kaiser only by default if you don't specify an hcd model
@@ -63,3 +70,17 @@ in tracer2 = CIV(eff) SiII(1260) SiIII(1207) SiII(1193) SiII(1190)
6370
par binsize qsoxlya = 4.
6471
# Optional
6572
per binsize qsoxlya = 4.
73+
74+
[metal-matrix]
75+
rebin_factor = 3
76+
alpha_LYA = 2.9
77+
alpha_SiII(1260) = 1.
78+
alpha_SiIII(1207) = 1.
79+
alpha_SiII(1193) = 1.
80+
alpha_SiII(1190) = 1.
81+
alpha_CIV(eff) = 1.
82+
83+
z_ref_objects = 2.25
84+
z_evol_objects = 1.44
85+
z_bins_objects = 1000
86+

0 commit comments

Comments
 (0)