Skip to content

Commit

Permalink
add tsz_signal_err to columns
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydmorton committed Jan 10, 2020
1 parent f84917e commit 44cb80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solike/clusters/clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class ClusterLikelihood(PoissonLikelihood):
class_options = {
"name": "Clusters",
"columns": ["tsz_signal", "z"],
"columns": ["tsz_signal", "z", "tsz_signal_err"],
"data_path": resource_filename("solike.clusters", "data/selFn_equD56"),
"data_name": resource_filename("solike.clusters", "data/ACTPol_Cond_scatv5.fits"),
}
Expand Down

0 comments on commit 44cb80c

Please sign in to comment.