Commit f2686169 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

1. Update the field distortion models for FGS detectors (with new wcs...

1. Update the field distortion models for FGS detectors (with new wcs definition). 2. Update README.md
parent b3dade42
# CSST主巡天仿真软件
## 重要更新或问题修复:
* 2023.07.29: 更新至v2.1版本,内容包括:
* 加入杂散光模块,config文件中添加开关:enable_straylight_model: True/False
* 调整WCS定义:x:E, y:-N
* 头文件关键字调整
* 适配C6-50平方度仿真星表
* Bug修复:修复像场畸变导致形变的方向错误等bug
* 2023.05.01: 更新至v2.0版本,新功能包含:
* C6仿真实现
* fits贴图功能
......
......@@ -15,7 +15,7 @@ run_name: "fgs_test"
# Whether to use MPI
run_option:
use_mpi: YES
use_mpi: NO
# NOTE: "n_threads" paramters is currently not used in the backend
# simulation codes. It should be implemented later in the web frontend
# in order to config the number of threads to request from NAOC cluster
......@@ -107,6 +107,9 @@ obs_setting:
# Whether to enable astrometric modeling
enable_astrometric_model: True
# Whether to enable straylight model
enable_straylight_model: True
# Cut by saturation magnitude in which band?
cut_in_band: "FGS"
......
......@@ -3,10 +3,14 @@
date
python -m cProfile -o C6_profiler_test.pstats /share/home/fangyuedong/csst-simulation/run_sim.py \
--config_file config_50sqdeg.yaml \
--catalog C6_50sqdeg \
--config_file config_fgs.yaml \
--catalog FGS_Catalog \
-c /share/home/fangyuedong/csst-simulation/config
# --config_file config_50sqdeg.yaml \
# --catalog C6_50sqdeg \
# -c /share/home/fangyuedong/csst-simulation/config
# --config_file config_C6.yaml \
# --catalog C6_Catalog \
# -c /share/home/fangyuedong/csst-simulation/config
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment