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

Create unified sacc file for tests data #31

Open
itrharrison opened this issue Oct 13, 2021 · 2 comments
Open

Create unified sacc file for tests data #31

itrharrison opened this issue Oct 13, 2021 · 2 comments
Assignees
Labels
repo Related to repo functionality

Comments

@itrharrison
Copy link
Collaborator

At the moment there are a number of tests which are run using data files from different simulations. See the list below.

Eventually these simulations should be as coherent as possible.

For now I will check which of these data files are actually used and collect them together into a single sacc file which is used by the tests.

The list of data files I can see are:

soliket/data/simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109/
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_binned_covmat.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_00_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_01_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_02_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_03_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_04_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_05_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_06_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_07_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_08_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_09_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_10_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_11_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_12_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_13_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_14_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_15_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_16_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_17_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_18_bandpowers.txt
	simulated_clkk_SO_Apr17_mv_nlkk_deproj0_SENS1_fsky_16000_iterOn_20191109_sim_19_bandpowers.txt

soliket/data/xcorr_simulated/
	clgg_noiseless.txt
	clkg_noiseless.txt
	dndz.txt

soliket/clusters/data/
	ACTPol_Cond_scatv5.fits
	E-D56Clusters.fits
	selFn_equD56/
		QFit.fits
		RMSMap_Arnaud_M2e14_z0p4.fits.gz
		RMSTab.fits
		areaMask.fits.gz
		fRelWeights.fits

soliket/lensing/data/
	binnedauto.txt
	binnedcov.txt
	binningmatrix.txt

@itrharrison itrharrison added the repo Related to repo functionality label Oct 13, 2021
@itrharrison itrharrison self-assigned this Oct 13, 2021
@timothydmorton
Copy link
Collaborator

Separate from data included in this repo, there is also test data for some likelihoods that gets pulled in via the InstallableLikelihood functionality, e.g. for lensing here:

_url = "https://portal.nersc.gov/project/act/jia_qu/lensing_like/likelihood.tar.gz"

and for MFLike as well. So any pattern that tries to address simulated test data in a unified way needs to include those, too.

@itrharrison
Copy link
Collaborator Author

We also discussed another place which should switch to sacc. In the multi-Gaussian likelihood, which currently assumes Cls stored as .npy files:

@classmethod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo Related to repo functionality
Projects
None yet
Development

No branches or pull requests

2 participants