diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/mass.conf | 7 | ||||
-rw-r--r-- | files/sbp_dbeta.conf | 14 | ||||
-rw-r--r-- | files/sbp_sbeta.conf | 11 |
3 files changed, 32 insertions, 0 deletions
diff --git a/files/mass.conf b/files/mass.conf new file mode 100644 index 0000000..4b3caba --- /dev/null +++ b/files/mass.conf @@ -0,0 +1,7 @@ +nh <nh> +abund <abund> +nfw_rmin_kpc 0 +tprofile_data tprofile.txt +tprofile_cfg wang2012_param.txt +sbp_data sbprofile.txt +sbp_cfg sbp.conf diff --git a/files/sbp_dbeta.conf b/files/sbp_dbeta.conf new file mode 100644 index 0000000..cfd9fa1 --- /dev/null +++ b/files/sbp_dbeta.conf @@ -0,0 +1,14 @@ +sbp_data sbprofile.txt +tprofile tprofile_fitted.txt +cfunc_profile coolfunc_profile.txt + +z <z> +cm_per_pixel <empty> + +n01 0.005 +rc1 30 +beta1 0.7 +n02 0.005 +rc2 300 +beta2 0.7 +bkg 0.0 diff --git a/files/sbp_sbeta.conf b/files/sbp_sbeta.conf new file mode 100644 index 0000000..c6e21ee --- /dev/null +++ b/files/sbp_sbeta.conf @@ -0,0 +1,11 @@ +sbp_data sbprofile.txt +tprofile tprofile_fitted.txt +cfunc_profile coolfunc_profile.txt + +z <z> +cm_per_pixel <empty> + +n0 0.005 +rc 30 +beta 0.7 +bkg 0.0 |