Skip to content

Commit

Permalink
moving towards real data
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrihanSolo committed Jul 24, 2024
1 parent 150f45c commit 91996d8
Show file tree
Hide file tree
Showing 134 changed files with 43,331 additions and 119 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ env/
venv/
ENV/
env.bak/
venv.bak/
venv.bak/

# Heavy files
*.fits
20,575 changes: 20,575 additions & 0 deletions sim/backgrounds/map.txt

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions sim/configs/delve_source.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
DATASET:
NAME: DELVE_GalGal
PARAMETERS:
SIZE: 50000
OUTDIR: ./../data/delve_source
SEED: 1738

DISTRIBUTIONS:
USERDIST_1:
FILENAME: ../configs/source_colors_with_zlens.txt
MODE: sample
USERDIST_2:
FILENAME: ../configs/user_lens_g.txt
MODE: interpolate
STEP: 100
USERDIST_3:
FILENAME: ../configs/user_lens_r.txt
MODE: interpolate
STEP: 100
USERDIST_4:
FILENAME: ../configs/user_lens_z.txt
MODE: interpolate
STEP: 100

COSMOLOGY:
PARAMETERS:
H0: 70
Om0: 0.3

IMAGE:
PARAMETERS:
exposure_time:
DISTRIBUTION:
NAME: des_exposure_time
PARAMETERS: None
numPix: 45
pixel_scale: 0.2636
psf_type: GAUSSIAN
read_noise: 0
ccd_gain:
DISTRIBUTION:
NAME: des_ccd_gain
PARAMETERS: None

SURVEY:
PARAMETERS:
BANDS: g,r,z
seeing:
DISTRIBUTION:
NAME: des_seeing
PARAMETERS: None
magnitude_zero_point:
DISTRIBUTION:
NAME: des_magnitude_zero_point
PARAMETERS: None
sky_brightness:
DISTRIBUTION:
NAME: des_sky_brightness
PARAMETERS: None
num_exposures:
DISTRIBUTION:
NAME: des_num_exposures
PARAMETERS: None

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
MASS_PROFILE_1:
NAME: SIE
PARAMETERS:
theta_E:
DISTRIBUTION:
NAME: lognormal
PARAMETERS:
mean: 0.91629
sigma: 0.405465
e1:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
e2:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
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:
NAME: SERSIC_ELLIPSE
PARAMETERS:
magnitude: 17
center_x:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -1.0
maximum: 1.0
center_y:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -1.0
maximum: 1.0
R_sersic:
DISTRIBUTION:
NAME: lognormal
PARAMETERS:
mean: -0.693147
sigma: 0.693147
n_sersic:
DISTRIBUTION:
NAME: lognormal
PARAMETERS:
mean: 0.22314
sigma: 0.81093
e1:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
e2:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
MASS_PROFILE_1:
NAME: SIE
PARAMETERS:
sigma_v:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: 200.0
maximum: 500.0
e1:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
e2:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: -0.5
maximum: 0.5
center_x: 0.0
center_y: 0.0

GEOMETRY:
CONFIGURATION_1:
NAME: LENSES
FRACTION: 1.0
PLANE_1:
OBJECT_1: DARKLENS
PARAMETERS:
REDSHIFT:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: 0.45
maximum: 0.7499
PLANE_2:
OBJECT_1: SOURCE
PARAMETERS:
REDSHIFT:
DISTRIBUTION:
NAME: uniform
PARAMETERS:
minimum: 1.0
maximum: 2.0
Loading

0 comments on commit 91996d8

Please sign in to comment.