-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhack.yaml
More file actions
27 lines (20 loc) · 983 Bytes
/
hack.yaml
File metadata and controls
27 lines (20 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Default settings for roman simulation
# Includes creation of noiseless oversampled images (including PSF)
# - processing of other detector and instrument effects are still handled in the
# python postprocessing layer to enable things not currently in galsim.roman
modules:
# Including galsim.roman in the list of modules to import will add a number of Roman-specific
# functions and classes that we will use here.
- roman_imsim
template: roman_imsim_default
image.SCA: 4
stamp.skip_failures: true
input.obseq_data.dir: ''
input.obseq_data.file_name: "Roman_WAS_obseq_11_1_23.fits"
input.obseq_data.visit: 12909
input.sky_catalog.file_name: "skyCatalog/skyCatalog.yaml"
input.sky_catalog.obj_types: ["diffsky_galaxy", "snana", "star", "gaia_star"]
output.dir: output/RomanWAS_new/images/truth
output.file_name.format: "Roman_WAS_truth_%s_%i_%i.fits.gz"
output.truth.dir: output/RomanWAS_new/truth
output.truth.file_name.format: "Roman_WAS_index_%s_%i_%i.txt"