Skip to content

Commit a432b53

Browse files
committed
add .gitignore
1 parent 779ae10 commit a432b53

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build/*
2+
dist/*
3+
roman_imsim.egg-info/*

config/was.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,12 @@ image:
9696
nonlinearity: True
9797
ipc: True
9898
read_noise: True
99-
sky_subtract: True
99+
sky_subtract: False
100100

101101
dither_from_file: /hpc/home/yf194/Work/final_sims_2023/Roman_WAS_obseq_11_1_23_ditherlist.txt
102102
sca_filepath: /hpc/group/cosmology/phy-lsst/roman_sensors
103-
save_diff: False
103+
save_diff: True
104+
diff_dir: /hpc/group/cosmology/yuedong/roman_output/RomanWAS/images/truth/diff/
104105

105106
# nobjects: 500
106107

@@ -130,7 +131,7 @@ input:
130131
obseq_data:
131132
# file_name: /lus/grand/projects/RomanDESC/final_roman_runfiles/was/Roman_WAS_obseq_11_1_23.fits
132133
file_name: /hpc/group/cosmology/OpenUniverse2024/RomanWAS/Roman_WAS_obseq_11_1_23.fits
133-
visit: 4906
134+
visit: 4907
134135
SCA: '@image.SCA'
135136
roman_psf:
136137
SCA: '@image.SCA'

0 commit comments

Comments
 (0)