-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:superbit-collaboration/superbit-m…
…etacal
- Loading branch information
Showing
3 changed files
with
90 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# SuperBIT parameters | ||
# ------------------- | ||
pixel_scale: 0.141 # Pixel scale [arcsec/px] | ||
gain: 0.343 # Camera gain [e- / ADU] | ||
read_noise: 1.8 # Read noise [e-] | ||
dark_current: 0.0022 # mean dark current [ADU / px / s] | ||
dark_current_std: 0.001 # standard deviation dark current [ADU /px / s] | ||
image_xsize: 9568 # Horizontal image size [px] | ||
image_ysize: 6380 # Vertical image size [px] | ||
exp_time: 600 # Exposure time per image [s] | ||
tel_diam: 0.5 # Telescope aperture diameter [m] | ||
# Define strut parameters. BIT has four orthogonal struts that | ||
# are ~12mm wide, and the exit pupil diameter is 137.4549 mm (Zemax) | ||
nstruts: 4 # Number of M2 struts [] | ||
strut_thick: 0.087 # Fraction of diameter strut thickness [m/m] | ||
strut_theta: 90 # Angle between vertical and nearest [deg] | ||
obscuration: 0.380 # Fraction of aperture obscured by M2 [] | ||
|
||
|
||
# Simulated image parameters | ||
# -------------------------- | ||
center_ra: 13.3 # Central Right Ascension [hrs] | ||
center_dec: 33.1 # Central Declination [deg] | ||
sky_bkg: 0.0519 # mean sky background from AG's paper [ADU / s / px] | ||
sky_sigma: 0.06 # standard deviation of sky background [ADU / s / px] | ||
nobj: 34300 # Number of galaxies (COSMOS 25.2 depth) [] | ||
nstars: # Number of stars in the field [] | ||
nexp: 18 # Number of exposures per PSF model [] | ||
nclustergal: 30 # Number of cluster galaxies (arbitrary) [] | ||
bandpass: 'crates_b' # Catalog filter name for simulation [] | ||
jitter_fwhm: 0.24 # Kernel size of SuperBIT jitter [arcsec] | ||
use_optics: False # Add optics model to PSF? (default: True) [True/False] | ||
run_name: 'gauss_uberseg' # Root for exposure name creation [] | ||
|
||
# Simulated cluster parameters | ||
# ---------------------------- | ||
lam: 475 # Fiducial wavelength for abberations [nm] | ||
nfw_conc: 4 # Concentration parameter = virial radius / NFW scale radius | ||
omega_m: 0.3 # Omega matter for the background cosmology [] | ||
omega_lam: 0.7 # Omega lambda for the background cosmology [] | ||
|
||
# Run parameters | ||
# -------------- | ||
# Define some paths and filenames | ||
cosmosdir: # Path to COSMOS data directory | ||
datadir: # Path to repo/GalSim data directory | ||
cat_file_name: 'cosmos15_superbit2023_phot_shapes.csv' # catalog file name for COSMOS (in cosmosdir) | ||
cluster_cat_name: 'real_galaxy_catalog_23.5_example.fits' # path to cluster catalog | ||
outdir: # directory where output images and truth catalogs are saved | ||
gaia_dir: # Path to GAIA star catalog directory | ||
sample_gaia_cats: True | ||
|
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,13 @@ | ||
run_name: 'gauss_uberseg' | ||
base_dir: '/projects/superbit/repos/superbit-metacal/runs/gauss_uberseg/' | ||
nfw_dir: '/projects/superbit/repos/superbit-metacal/runs/nfw_truth/' | ||
gs_base_config: '/projects/superbit/repos/superbit-metacal/configs/gauss-uberseg-gs.yaml' | ||
mass_bins: [2.5e14, 4.1e14, 5.8e14, 7.8e14, 1.6e15] # Msol / h; must have decimal! | ||
z_bins: [0.075, 0.25, 0.45] | ||
realizations: 30 | ||
ncores_per_job: 48 | ||
memory_per_job: 64 | ||
vb: False | ||
run_diagnostics: True | ||
overwrite: True | ||
master_seed: 4681084119 |