We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5467c54 commit bfb8cf2Copy full SHA for bfb8cf2
TwoPointCorr/des40a/example/config.yaml
@@ -16,5 +16,12 @@ ra_max : 16
16
# Do you wish to save the output graphs showing: grid portraying two point correlation values and power law, values of A and
17
# gamma, and correlation matrix for two point correlation values
18
get_graphs: True
19
+# Apply a magnitude cut if needed, specify the name of the column and the values for the cut
20
+mag_cut: False
21
+mag_col: mag_i_lsst
22
+mag_min: 0
23
+mag_max: 24
24
+#name of the directory where you want the files to go, this includes the table and the plots if get_graphs is True
25
+outputdir: des40a/output_files
26
27
0 commit comments