You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Author: <ahref="www.cosmostat.org/people/kilbinger"target="_blank"style="text-decoration:none; color: #F08080">Axel Guinot, Martin Kilbinger, Samuel Farrens, Emma Ayçoberry</a>
14
+
> Authors: <ahref="www.cosmostat.org"target="_blank"style="text-decoration:none; color: #F08080">CosmoStat</a> lab at CEA Paris-Saclay, including:
15
+
Axel Guinot, Martin Kilbinger, Lucie Baumont, Sacha Guerrini, Fabian Hervas Peters, Samuel Farrens, Emma Ayçoberry.</a>
After the validation is run, further processing steps can be carried out using python scripts, as follows.
81
-
82
-
### Combine validation runs
83
-
84
-
Summary statistics created by validation runs of sub-areas of a survey can be combined to create joint summary statistics.
85
-
This is useful in cases where the galaxy catalogue of an entire survey is too large to process, and needs to be broken
86
-
down in smaller patches. This step provides global summary statistics from those patches.
87
-
88
-
Depending on the type of summary, their combination can be the sum (e.g. for number of objects), average, weighted average (e.g. for the additive bias),
89
-
the weighted average of the square (e.g. the ellipticity dispersion), the weighted variance (to combine variance estimates), or the weighted variance of the mean
90
-
(to combine mean variance estimates).
91
-
92
-
In a directory containing the subpatches as subdirectories, and within each their own `sp_output` results of the validation runs, type
93
-
```bash
94
-
/path/to/sp_validation/scripts/combine_results.py
95
-
```
96
-
This script creates a number of output files, including `R.txt` and `c.txt` with the combined multiplicative and additive biases, respectively.
97
-
98
-
### Create combined calibrated shear catalogue
99
-
100
-
After creating the combined results described above, the global calibration outputs can be used to create a combined, globally calibrated shear catalogue.
101
-
The calibration is obtained from the files `R.txt` and `c.txt` created above.
102
-
103
-
In the same directory containing the subpatches as above, type
0 commit comments