-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working standalone version - apart from non-python samplers
- Loading branch information
Showing
71 changed files
with
176 additions
and
2,957 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
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,18 +1,21 @@ | ||
include cosmosis/datablock/libcosmosis.so | ||
include cosmosis/datablock/clamp.hh | ||
include cosmosis/datablock/entry.hh | ||
include cosmosis/datablock/fakearray.hh | ||
include cosmosis/datablock/ndarray.hh | ||
include cosmosis/datablock/datablock.hh | ||
include cosmosis/datablock/exceptions.hh | ||
include cosmosis/datablock/mdarraygen.hh | ||
include cosmosis/datablock/section. | ||
include cosmosis/datablock/section.hh | ||
include cosmosis/datablock/c_datablock.h | ||
include cosmosis/datablock/datablock_logging.h | ||
include cosmosis/datablock/datablock_types.h | ||
include cosmosis/datablock/cosmosis_constants.h | ||
include cosmosis/datablock/datablock_status.h | ||
include cosmosis/datablock/section_names.h | ||
include cosmosis/datablock/cosmosis_f90/cosmosis_section_names.mod | ||
include cosmosis/datablock/cosmosis_f90/cosmosis_types.mod | ||
include cosmosis/datablock/cosmosis_f90/cosmosis_wrappers.mod | ||
include cosmosis/datablock/cosmosis_f90/cosmosis_modules.mod | ||
include cosmosis/datablock/cosmosis_section_names.mod | ||
include cosmosis/datablock/cosmosis_types.mod | ||
include cosmosis/datablock/cosmosis_wrappers.mod | ||
include cosmosis/datablock/cosmosis_modules.mod | ||
include cosmosis/compilers.mk | ||
include cosmosis/subdirs.mk |
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,4 +1,4 @@ | ||
#!/usr/bin/env python2 | ||
import cosmosis.postprocess | ||
import sys | ||
return cosmosis.postprocess.main(sys.argv[1:]) | ||
cosmosis.postprocess.main(sys.argv[1:]) |
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,4 +1,4 @@ | ||
#!/usr/bin/env python3 | ||
import cosmosis.postprocess | ||
import sys | ||
return cosmosis.postprocess.main(sys.argv[1:]) | ||
cosmosis.postprocess.main(sys.argv[1:]) |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
File renamed without changes.
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,57 @@ | ||
|
||
! This module is auto-generated from the file cosmosis/datablock/section_names.txt. | ||
! Edit that and then re-make to add your own pre-defined section names. | ||
|
||
module cosmosis_section_names | ||
|
||
|
||
implicit none | ||
character(*), parameter :: likelihoods_section = "likelihoods" | ||
character(*), parameter :: data_vector_section = "data_vector" | ||
character(*), parameter :: cosmological_parameters_section = "cosmological_parameters" | ||
character(*), parameter :: halo_model_parameters_section = "halo_model_parameters" | ||
character(*), parameter :: baryon_parameters_section = "baryon_parameters" | ||
character(*), parameter :: shear_calibration_parameters_section = "shear_calibration_parameters" | ||
character(*), parameter :: number_density_params_section = "number_density_params" | ||
character(*), parameter :: post_friedmann_parameters_section = "post_friedmann_parameters" | ||
character(*), parameter :: intrinsic_alignment_parameters_section = "intrinsic_alignment_parameters" | ||
character(*), parameter :: intrinsic_power_section = "intrinsic_power" | ||
character(*), parameter :: galaxy_intrinsic_power_section = "galaxy_intrinsic_power" | ||
character(*), parameter :: matter_intrinsic_power_section = "matter_intrinsic_power" | ||
character(*), parameter :: wl_number_density_section = "wl_number_density" | ||
character(*), parameter :: matter_power_nl_section = "matter_power_nl" | ||
character(*), parameter :: matter_power_lin_section = "matter_power_lin" | ||
character(*), parameter :: matter_galaxy_power_section = "matter_galaxy_power" | ||
character(*), parameter :: galaxy_power_section = "galaxy_power" | ||
character(*), parameter :: shear_xi_section = "shear_xi" | ||
character(*), parameter :: shear_cl_section = "shear_cl" | ||
character(*), parameter :: shear_cl_gg_section = "shear_cl_gg" | ||
character(*), parameter :: shear_cl_gi_section = "shear_cl_gi" | ||
character(*), parameter :: shear_cl_ii_section = "shear_cl_ii" | ||
character(*), parameter :: galaxy_cl_section = "galaxy_cl" | ||
character(*), parameter :: cmb_cl_section = "cmb_cl" | ||
character(*), parameter :: lss_autocorrelation_section = "lss_autocorrelation" | ||
character(*), parameter :: gal_matter_power_lin_section = "gal_matter_power_lin" | ||
character(*), parameter :: linear_cdm_transfer_section = "linear_cdm_transfer" | ||
character(*), parameter :: sigma_r_lin_section = "sigma_r_lin" | ||
character(*), parameter :: sigma_r_nl_section = "sigma_r_nl" | ||
character(*), parameter :: galaxy_xi_section = "galaxy_xi" | ||
character(*), parameter :: galaxy_shear_xi_section = "galaxy_shear_xi" | ||
character(*), parameter :: galaxy_intrinsic_xi_section = "galaxy_intrinsic_xi" | ||
character(*), parameter :: planck_section = "planck" | ||
character(*), parameter :: intrinsic_alignment_field_section = "intrinsic_alignment_field" | ||
character(*), parameter :: fgas_parameters_section = "fgas_parameters" | ||
character(*), parameter :: shear_calibration_section = "shear_calibration" | ||
character(*), parameter :: supernova_params_section = "supernova_params" | ||
character(*), parameter :: bias_field_section = "bias_field" | ||
character(*), parameter :: galaxy_luminosity_function_section = "galaxy_luminosity_function" | ||
character(*), parameter :: distances_section = "distances" | ||
character(*), parameter :: de_equation_of_state_section = "de_equation_of_state" | ||
character(*), parameter :: growth_parameters_section = "growth_parameters" | ||
character(*), parameter :: test_parameters_section = "test_parameters" | ||
character(*), parameter :: mass_function_section = "mass_function" | ||
character(*), parameter :: evs_section = "evs" | ||
character(*), parameter :: clusters_section = "clusters" | ||
|
||
end module | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,51 @@ | ||
|
||
// This header file is auto-generated from the file cosmosis/datablock/section_names.txt. | ||
// Edit that and then re-make to add your own pre-defined section names. | ||
|
||
#define LIKELIHOODS_SECTION "likelihoods" | ||
#define DATA_VECTOR_SECTION "data_vector" | ||
#define COSMOLOGICAL_PARAMETERS_SECTION "cosmological_parameters" | ||
#define HALO_MODEL_PARAMETERS_SECTION "halo_model_parameters" | ||
#define BARYON_PARAMETERS_SECTION "baryon_parameters" | ||
#define SHEAR_CALIBRATION_PARAMETERS_SECTION "shear_calibration_parameters" | ||
#define NUMBER_DENSITY_PARAMS_SECTION "number_density_params" | ||
#define POST_FRIEDMANN_PARAMETERS_SECTION "post_friedmann_parameters" | ||
#define INTRINSIC_ALIGNMENT_PARAMETERS_SECTION "intrinsic_alignment_parameters" | ||
#define INTRINSIC_POWER_SECTION "intrinsic_power" | ||
#define GALAXY_INTRINSIC_POWER_SECTION "galaxy_intrinsic_power" | ||
#define MATTER_INTRINSIC_POWER_SECTION "matter_intrinsic_power" | ||
#define WL_NUMBER_DENSITY_SECTION "wl_number_density" | ||
#define MATTER_POWER_NL_SECTION "matter_power_nl" | ||
#define MATTER_POWER_LIN_SECTION "matter_power_lin" | ||
#define MATTER_GALAXY_POWER_SECTION "matter_galaxy_power" | ||
#define GALAXY_POWER_SECTION "galaxy_power" | ||
#define SHEAR_XI_SECTION "shear_xi" | ||
#define SHEAR_CL_SECTION "shear_cl" | ||
#define SHEAR_CL_GG_SECTION "shear_cl_gg" | ||
#define SHEAR_CL_GI_SECTION "shear_cl_gi" | ||
#define SHEAR_CL_II_SECTION "shear_cl_ii" | ||
#define GALAXY_CL_SECTION "galaxy_cl" | ||
#define CMB_CL_SECTION "cmb_cl" | ||
#define LSS_AUTOCORRELATION_SECTION "lss_autocorrelation" | ||
#define GAL_MATTER_POWER_LIN_SECTION "gal_matter_power_lin" | ||
#define LINEAR_CDM_TRANSFER_SECTION "linear_cdm_transfer" | ||
#define SIGMA_R_LIN_SECTION "sigma_r_lin" | ||
#define SIGMA_R_NL_SECTION "sigma_r_nl" | ||
#define GALAXY_XI_SECTION "galaxy_xi" | ||
#define GALAXY_SHEAR_XI_SECTION "galaxy_shear_xi" | ||
#define GALAXY_INTRINSIC_XI_SECTION "galaxy_intrinsic_xi" | ||
#define PLANCK_SECTION "planck" | ||
#define INTRINSIC_ALIGNMENT_FIELD_SECTION "intrinsic_alignment_field" | ||
#define FGAS_PARAMETERS_SECTION "fgas_parameters" | ||
#define SHEAR_CALIBRATION_SECTION "shear_calibration" | ||
#define SUPERNOVA_PARAMS_SECTION "supernova_params" | ||
#define BIAS_FIELD_SECTION "bias_field" | ||
#define GALAXY_LUMINOSITY_FUNCTION_SECTION "galaxy_luminosity_function" | ||
#define DISTANCES_SECTION "distances" | ||
#define DE_EQUATION_OF_STATE_SECTION "de_equation_of_state" | ||
#define GROWTH_PARAMETERS_SECTION "growth_parameters" | ||
#define TEST_PARAMETERS_SECTION "test_parameters" | ||
#define MASS_FUNCTION_SECTION "mass_function" | ||
#define EVS_SECTION "evs" | ||
#define CLUSTERS_SECTION "clusters" | ||
|
File renamed without changes.
Oops, something went wrong.