Skip to content

Commit

Permalink
somewhat functional real data
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrihanSolo committed Jul 24, 2024
1 parent 91996d8 commit 28daf50
Show file tree
Hide file tree
Showing 62 changed files with 23,299 additions and 21,933 deletions.
41,150 changes: 20,575 additions & 20,575 deletions sim/backgrounds/map.txt

Large diffs are not rendered by default.

74 changes: 38 additions & 36 deletions sim/configs/delve_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DATASET:
NAME: DELVE_GalGal
PARAMETERS:
SIZE: 50000
OUTDIR: ./../data/delve_source
OUTDIR: ../../data/delve_source_2
SEED: 1738

DISTRIBUTIONS:
Expand Down Expand Up @@ -53,10 +53,7 @@ SURVEY:
DISTRIBUTION:
NAME: des_magnitude_zero_point
PARAMETERS: None
sky_brightness:
DISTRIBUTION:
NAME: des_sky_brightness
PARAMETERS: None
sky_brightness: 1000
num_exposures:
DISTRIBUTION:
NAME: des_num_exposures
Expand All @@ -66,53 +63,58 @@ SPECIES:
GALAXY_1:
NAME: DARKLENS
LIGHT_PROFILE_1:
NAME: SERSIC_ELLIPSE
PARAMETERS:
magnitude: 1000
center_x: 0.0
center_y: 0.0
R_sersic: 6.0
n_sersic: 4.0
e1: -0.5
e2: 0.5
NAME: SERSIC_ELLIPSE
PARAMETERS:
magnitude: 1.0
center_x: 0
center_y: 0
R_sersic:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: 1.0
maximum: 2.5
n_sersic:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: 2
maximum: 7
e1:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.4
maximum: 0.4
e2:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.4
maximum: 0.4
MASS_PROFILE_1:
NAME: SIE
PARAMETERS:
theta_E:
DISTRIBUTION:
NAME: lognormal
NAME: uniform
PARAMETERS:
mean: 0.91629
sigma: 0.405465
minimum: 0.5
maximum: 4
e1:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
minimum: -0.2
maximum: 0.2
e2:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
minimum: -0.2
maximum: 0.2
center_x: 0.0
center_y: 0.0
SHEAR_PROFILE_1:
NAME: SHEAR
PARAMETERS:
gamma1:
DISTRIBUTION:
NAME: lognormal
PARAMETERS:
mean: -3.5065579
sigma: 0.621698
gamma2:
DISTRIBUTION:
NAME: lognormal
PARAMETERS:
mean: -3.5065579
sigma: 0.621698
GALAXY_2:
NAME: SOURCE
LIGHT_PROFILE_1:
Expand Down
34 changes: 10 additions & 24 deletions sim/configs/delve_target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DATASET:
NAME: DELVE_GalGal
PARAMETERS:
SIZE: 50000
OUTDIR: ./../data/delve_target
OUTDIR: ../../data/delve_target_2
SEED: 1738

BACKGROUNDS:
Expand Down Expand Up @@ -61,7 +61,7 @@ SPECIES:
LIGHT_PROFILE_1:
NAME: SERSIC_ELLIPSE
PARAMETERS:
magnitude: 1000
magnitude: 10000
center_x: 0.0
center_y: 0.0
R_sersic: 6.0
Expand All @@ -73,39 +73,25 @@ SPECIES:
PARAMETERS:
theta_E:
DISTRIBUTION:
NAME: lognormal
NAME: uniform
PARAMETERS:
mean: 0.91629
sigma: 0.405465
minimum: 0.5
maximum: 4
e1:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
minimum: -0.2
maximum: 0.2
e2:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
minimum: -0.2
maximum: 0.2
center_x: 0.0
center_y: 0.0
SHEAR_PROFILE_1:
NAME: SHEAR
PARAMETERS:
gamma1:
DISTRIBUTION:
NAME: lognormal
PARAMETERS:
mean: -3.5065579
sigma: 0.621698
gamma2:
DISTRIBUTION:
NAME: lognormal
PARAMETERS:
mean: -3.5065579
sigma: 0.621698

GALAXY_2:
NAME: SOURCE
LIGHT_PROFILE_1:
Expand Down
Loading

0 comments on commit 28daf50

Please sign in to comment.