Commit 3b6bbe56 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

update

parent e9d3bdc9
Pipeline #7805 failed with stage
in 0 seconds
......@@ -5,7 +5,7 @@ This is an example for csst_ifs_sim running.
from csst_ifs_sim import csst_ifs_sim
import os
# Set the parent path where the IFS_inputdata folder is stored.
dir_path = '/home/yan/ifs_sim')
dir_path = '/home/yan/ifs_sim'
# Set the path to the called config file.
configfile = './csst_ifs_sim/ifs_data/IFS_sim_C10.config'
# Set the path to the simulation data storage file.
......@@ -19,7 +19,7 @@ debug = True
# set the simulaiton number. With modifications, parallel simulations
# can be executed.
iLoop=1
iLoop = 1
# run the main function
# When the last parameter is yes and sourcein is LAMP,
......
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