diff --git a/experiments/exp41/Makefile b/experiments/exp41/Makefile index a2c8a93..2dd5103 100644 --- a/experiments/exp41/Makefile +++ b/experiments/exp41/Makefile @@ -1,5 +1,5 @@ SHELL=/bin/bash -SEED := 43 +SEED := 42 DIR := /pscratch/sd/i/imendoza/data/cache_chains/exp41_${SEED} TAG := exp41_${SEED} export JAX_ENABLE_X64=True diff --git a/experiments/exp42/Makefile b/experiments/exp42/Makefile index 18e1e3d..f0b6e5c 100644 --- a/experiments/exp42/Makefile +++ b/experiments/exp42/Makefile @@ -1,10 +1,18 @@ SHELL=/bin/bash SEED := 42 -DIR := /pscratch/sd/i/imendoza/data/cache_chains/exp41_${SEED} -TAG := exp41_${SEED} +EXP := exp42 +TAG := ${EXP}_${SEED} +DIR := /pscratch/sd/i/imendoza/data/cache_chains/${TAG} + +# simulation parameters +N_GALS := 250 +N_SAMPLES_PER_GAL := 150 SHAPE_NOISE := 0.1 SIGMA_E_INT := 0.15 +MEAN_LOG_FLUX := 6.0 +SIGMA_LOG_FLUX := 0.1 SHEAR := 0.02 + export JAX_ENABLE_X64=True figures: @@ -27,8 +35,8 @@ collate: ../exp40/collate_samples.py ${SEED} --tag ${TAG} --mode "minus" --n-files 4 samples: - ../exp40/slurm_get_interim_samples.py ${SEED} --tag ${TAG} --g1 ${SHEAR} --g2 0.0 --n-gals 250 --n-samples-per-gal 150 --mean-logflux 6.0 --sigma-logflux 0.1 --shape-noise ${SHAPE_NOISE} --sigma-e-int ${SIGMA_E_INT} --time "00:05" --mode "plus" --mem-per-gpu "5G" - ../exp40/slurm_get_interim_samples.py ${SEED} --tag ${TAG} --g1 -${SHEAR} --g2 0.0 --n-gals 250 --n-samples-per-gal 150 --mean-logflux 6.0 --sigma-logflux 0.1 --shape-noise ${SHAPE_NOISE} --sigma-e-int ${SIGMA_E_INT} --time "00:05" --mode "minus" --mem-per-gpu "5G" + ../exp40/slurm_get_interim_samples.py ${SEED} --tag ${TAG} --g1 ${SHEAR} --g2 0.0 --n-gals ${N_GALS} --n-samples-per-gal ${N_SAMPLES_PER_GAL} --mean-logflux ${MEAN_LOG_FLUX} --sigma-logflux ${SIGMA_LOG_FLUX} --shape-noise ${SHAPE_NOISE} --sigma-e-int ${SIGMA_E_INT} --time "00:05" --mode "plus" --mem-per-gpu "5G" + ../exp40/slurm_get_interim_samples.py ${SEED} --tag ${TAG} --g1 -${SHEAR} --g2 0.0 --n-gals ${N_GALS} --n-samples-per-gal ${N_SAMPLES_PER_GAL} --mean-logflux ${MEAN_LOG_FLUX} --sigma-logflux ${SIGMA_LOG_FLUX} --shape-noise ${SHAPE_NOISE} --sigma-e-int ${SIGMA_E_INT} --time "00:05" --mode "minus" --mem-per-gpu "5G" clean: rm -f ${DIR}/g_samples_*.npy ${DIR}/interim_samples_*.npz diff --git a/experiments/exp42/figs/42/contours_bias.pdf b/experiments/exp42/figs/42/contours_bias.pdf new file mode 100644 index 0000000..543138e Binary files /dev/null and b/experiments/exp42/figs/42/contours_bias.pdf differ diff --git a/experiments/exp42/figs/42/contours_minus.pdf b/experiments/exp42/figs/42/contours_minus.pdf new file mode 100644 index 0000000..460c1c1 Binary files /dev/null and b/experiments/exp42/figs/42/contours_minus.pdf differ diff --git a/experiments/exp42/figs/42/contours_plus.pdf b/experiments/exp42/figs/42/contours_plus.pdf new file mode 100644 index 0000000..48d521c Binary files /dev/null and b/experiments/exp42/figs/42/contours_plus.pdf differ diff --git a/experiments/exp42/figs/42/hists_minus.pdf b/experiments/exp42/figs/42/hists_minus.pdf new file mode 100644 index 0000000..56baa1f Binary files /dev/null and b/experiments/exp42/figs/42/hists_minus.pdf differ diff --git a/experiments/exp42/figs/42/hists_plus.pdf b/experiments/exp42/figs/42/hists_plus.pdf new file mode 100644 index 0000000..5e0220f Binary files /dev/null and b/experiments/exp42/figs/42/hists_plus.pdf differ diff --git a/experiments/exp42/figs/42/scatter_shapes.pdf b/experiments/exp42/figs/42/scatter_shapes.pdf new file mode 100644 index 0000000..cc6dc55 Binary files /dev/null and b/experiments/exp42/figs/42/scatter_shapes.pdf differ diff --git a/experiments/exp42/figs/42/summary.txt b/experiments/exp42/figs/42/summary.txt new file mode 100644 index 0000000..7c12157 --- /dev/null +++ b/experiments/exp42/figs/42/summary.txt @@ -0,0 +1,18 @@ +#### Full results #### +Units: 1e-3 + +m_mean: -87.49 +m_std: 43.96 + +c_mean: 3.184 +c_std: 2.881 + +#### Jackknife results #### +Units: 1e-3 + +m_mean: -89.24 +m_std: 8.706 + +c_mean: 3.123 +c_std: 2.667 + diff --git a/experiments/exp42/figs/42/traces_minus.pdf b/experiments/exp42/figs/42/traces_minus.pdf new file mode 100644 index 0000000..e40219a Binary files /dev/null and b/experiments/exp42/figs/42/traces_minus.pdf differ diff --git a/experiments/exp42/figs/42/traces_plus.pdf b/experiments/exp42/figs/42/traces_plus.pdf new file mode 100644 index 0000000..21ab040 Binary files /dev/null and b/experiments/exp42/figs/42/traces_plus.pdf differ