-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for running and testing the roman_rubin catalog
- Loading branch information
1 parent
d7bd97f
commit 3847549
Showing
4 changed files
with
217 additions
and
8 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
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,194 @@ | ||
subclass_name: readiness_test.CheckQuantities | ||
description: 'Plot histograms of listed quantities and perform range, finiteness, mean and standard deviation checks.' | ||
included_by_default: true | ||
|
||
quantities_to_check: | ||
- quantities: ['dec_true', 'dec'] | ||
label: 'deg' | ||
min: [-50, -49] | ||
max: [-39, -38] | ||
median: [-46, -42] | ||
mean: [-46, -42] | ||
std: [5, 10] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: 0 | ||
|
||
- quantities: ['ra_true', 'ra'] | ||
label: 'deg' | ||
min: [4, 5] | ||
max: [15, 16] | ||
median: [9, 11] | ||
mean: [9, 11] | ||
std: [8, 12] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: 0 | ||
|
||
- quantities: ['redshift_true', 'redshift'] | ||
label: redshift | ||
min: [-0.05, 0.05] | ||
max: [2.95, 3.05] | ||
median: [1.6, 2.0] | ||
mean: [1.8, 2.2] | ||
std: [0.6, 0.7] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: [0, 0.001] | ||
|
||
- quantities: ['ellipticity', 'ellipticity_[!12]*'] | ||
label: ellipticity_total | ||
min: [0, 0.01] | ||
max: [0.8, 1] | ||
median: [0, 1] | ||
mean: [0, 1] | ||
std: [0.1, 0.4] | ||
f_nan: [0, 0.3] | ||
f_inf: 0 | ||
f_outlier: [0, 0.06] | ||
|
||
- quantities: 'size*' | ||
label: size | ||
log: true | ||
min: [-6, -1.5] | ||
max: [0.5, 3] | ||
median: [-2, 0] | ||
mean: [-2, 0] | ||
std: [0.1, 0.5] | ||
f_nan: 0 | ||
f_zero: 0 | ||
f_inf: [0, 0.3] | ||
f_outlier: [0, 0.01] | ||
plot_min: -3 | ||
plot_max: 1 | ||
|
||
- quantities: size*_bulge* | ||
f_nan: 0 | ||
f_inf: 0 | ||
min: [0, null] | ||
plot_min: 0 | ||
plot_max: 3 | ||
|
||
- quantities: 'velocity_*' | ||
label: velocity | ||
min: [-10500., -9500.] | ||
max: [9500., 10500.] | ||
median: [-100., 100.] | ||
mean: [-100., 100.] | ||
std: [200., 600.] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: [0, 0.1] | ||
|
||
- quantities: 'shear_*' | ||
min: [-0.25, 0] | ||
max: [0, 0.25] | ||
median: [-0.01, 0.01] | ||
mean: [-0.01, 0.01] | ||
std: [0, 0.01] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: [0, 0.04] | ||
|
||
- quantities: 'position_angle*' | ||
min: [0, 0.001] | ||
max: [179.99, 180] | ||
median: [89.9, 90.1] | ||
mean: [89.9, 90.1] | ||
std: [0, 90.0] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: 0 | ||
|
||
- quantities: 'convergence' | ||
min: [-0.4, 0] | ||
max: [0, 0.8] | ||
median: [-0.01, 0.01] | ||
mean: [-0.01, 0.01] | ||
std: [0, 0.03] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: [0, 0.05] | ||
|
||
- quantities: 'magnification' | ||
min: [0.5, 1] | ||
max: [1, 20] | ||
median: [0.5, 1.5] | ||
mean: [0.5, 1.5] | ||
std: [0, 0.1] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_outlier: [0, 0.05] | ||
|
||
- quantities: 'mag_*' | ||
label: mag | ||
min: [null, 15] | ||
max: [25, null] | ||
mean: [20, 32] | ||
median: [20, 32] | ||
std: [0, 5] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_zero: 0 | ||
f_outlier: [0, 0.05] | ||
|
||
- quantities: 'Mag_*lsst*' | ||
label: Mag | ||
min: [null, -23] | ||
max: [-12, null] | ||
mean: [-17, -8] | ||
median: [-17, -8] | ||
std: [0, 5] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_zero: 0 | ||
f_outlier: [0, 0.05] | ||
|
||
- quantities: 'stellar_mass*' | ||
log: true | ||
min: [null, 10] | ||
max: [10, 13] | ||
median: [5.5, 7] | ||
mean: [5.5, 7] | ||
std: [0.5, 1.5] | ||
f_nan: 0 | ||
f_outlier: [0, 0.025] | ||
|
||
- quantities: 'ROMAN_obs_*' | ||
label: ROMAN obs magnitudes | ||
min: [null, 15] | ||
max: [25, null] | ||
mean: [20, 32] | ||
median: [20, 32] | ||
std: [0, 5] | ||
f_nan: 0 | ||
f_inf: 0 | ||
f_zero: 0 | ||
f_outlier: [0, 0.03] | ||
|
||
- quantities: 'ROMAN_rest_*' | ||
label: Roman rest magnitudes | ||
min: [null, -23] | ||
max: [-12, null] | ||
mean: [-17, -8] | ||
median: [-17, -8] | ||
std: [0, 5] | ||
f_nan: 0 | ||
f_zero: 0 | ||
f_outlier: [0, 0.05] | ||
|
||
- quantities: bulge_to_total_ratio* | ||
min: [0, 1] | ||
max: [0, 1] | ||
median: [0, 1] | ||
mean: [0, 1] | ||
f_nan: 0 | ||
f_inf: 0 | ||
|
||
relations_to_check: | ||
- '1.0 / magnification ~== (1.0 - convergence)**2.0 - shear_1**2.0 - shear_2**2.0' | ||
|
||
uniqueness_to_check: | ||
- quantity: galaxy_id | ||
- quantity: halo_id | ||
mask: is_central |
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