Commit 9155aa8c authored by Zhang Xin's avatar Zhang Xin
Browse files

config add sls psf path

parent 134f78c0
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
# Base diretories and naming setup
# Can add some of the command-line arguments here as well;
# OK to pass either way or both, as long as they are consistent
work_dir: "/share/home/fangyuedong/csst-simulation/workplace/"
work_dir: "/share/home/zhangxin/CSST_SIM/CSST_new_sim/csst-simulation/"
data_dir: "/share/simudata/CSSOSDataProductsSims/data/"
run_name: "profile_C6"

@@ -64,7 +64,7 @@ obs_setting:
  # "Spectroscopic": simulate slitless spectroscopic chips only
  # "FGS": simulate FGS chips only (31-42)
  # "All": simulate full focal plane
  survey_type: "Photometric"
  survey_type: "Spectroscopic"
  
  # Exposure time [seconds]
  exp_time: 150.
@@ -100,7 +100,7 @@ obs_setting:
  # - give a list of indexes of chips: [ip_1, ip_2...]
  # - run all chips: null
  # Note: for all pointings
  run_chips: [8]
  run_chips: [10]

  # Whether to enable astrometric modeling
  enable_astrometric_model: True
@@ -135,7 +135,7 @@ psf_setting:
  # path to PSF data
  # NOTE: only valid for "Interp" PSF
  psf_dir: "/share/simudata/CSSOSDataProductsSims/data/psfCube1"

  psf_sls_dir: "/share/simudata/CSSOSDataProductsSims/data/SLS_PSF_PCA_fp/"
###############################################
# Shear setting
###############################################