Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 3 additions & 4 deletions Examples/configs/data/loa_FS_baseline_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ general:
mail-type: fail
mail-user: herbold.9@osu.edu
defaults file: /global/cfs/cdirs/desi/science/lya/y3-fs/validation-tests/v1-1-0-0/configs/loa_fs_v4.yaml

data:
bookkeeper dir: /global/cfs/cdirs/desi/science/lya/y3-fs/validation-tests/v1-1-0-0/baseline
healpix data: /global/cfs/cdirs/desi/spectro/redux/loa/healpix/
catalog: /global/cfs/cdirs/desi/users/martini/bal-catalogs/loa/QSO_cat_loa_main_dark_healpix_v3-altbal.fits


delta extraction:
calib: 1
calib region: ciii
Expand All @@ -21,11 +20,11 @@ delta extraction:

correlations: {}

fits:
fits:
extra args:
smooth_covariance:
general:
correlation-types: auto auto cross cross
correlation-types: auto auto cross cross
vega_auto:
general:
model:
Expand Down
23 changes: 12 additions & 11 deletions picca_bookkeeper/resources/default_configs/loa_fs_v4.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# the goal is to modify this for full shape analysis
# updated [cuts] for vega marginalization

delta extraction:
calib: 1
calib region: ciii
Expand Down Expand Up @@ -293,10 +294,10 @@ fits:
vega_auto:
general:
cuts:
rp-min: -200.
rp-max: +200.
rp-min: -300.
rp-max: +300.
rt-min: 0.
rt-max: 200.
rt-max: 300.
r-min: 30.
r-max: 180.
mu-min: -1.
Expand Down Expand Up @@ -341,10 +342,10 @@ fits:
vega_cross:
general:
cuts:
rp-min: -200.
rp-max: +200.
rp-min: -300.
rp-max: +300.
rt-min: 0.
rt-max: 200.
rt-max: 300.
r-min: 40.
r-max: 180.
mu-min: -1.
Expand Down Expand Up @@ -433,8 +434,8 @@ fits:
bias_CIV(eff): True
desi_inst_sys_amp: True
dnl_arinyo_q1: 0 2 0.3 0.1
dnl_arinyo_q2: -2.0 2.0 0.0 0.1
# dnl_arinyo_q2: True, higher order, optional
# dnl_arinyo_q2: -1.0 1.0 0.0 0.1
# higher order, optional
dnl_arinyo_kv: 0.1 4.0 1.11454 0.1
dnl_arinyo_av: 0.1 1.0 0.5378 0.1
dnl_arinyo_bv: 1.4 2.0 1.607 0.1
Expand Down Expand Up @@ -463,7 +464,7 @@ fits:
beta_hcd: gaussian 0.5 0.09
L0_hcd: gaussian 5.0 2.0
dnl_arinyo_q1: gaussian 0.0 2.0
dnl_arinyo_q2: gaussian 0.0 1.0
# dnl_arinyo_q2: gaussian 0.0 1.0
# higher order, optional
dnl_arinyo_kv: gaussian 1.0 2.0
dnl_arinyo_av: gaussian 0.3 0.5
Expand All @@ -485,7 +486,7 @@ fits:
growth_rate: 0.9674624900622072
alpha_QSO: 1.44
dnl_arinyo_q1: 0.8558
dnl_arinyo_q2: 0.0
# dnl_arinyo_q2: 0.0
dnl_arinyo_kv: 1.11454
dnl_arinyo_av: 0.5378
dnl_arinyo_bv: 1.607
Expand Down