Loading csst_ifs_sim/help/demo.py +4 −4 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ This is an example for csst_ifs_sim running. from csst_ifs_sim import csst_ifs_sim from csst_ifs_sim import csst_ifs_sim import os import os # Set the parent path where the IFS_inputdata folder is stored. # 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. # Set the path to the called config file. configfile = './csst_ifs_sim/ifs_data/IFS_sim_C10.config' configfile = './csst_ifs_sim/ifs_data/IFS_sim_C10.config' # Set the path to the simulation data storage file. # Set the path to the simulation data storage file. Loading Loading
csst_ifs_sim/help/demo.py +4 −4 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ This is an example for csst_ifs_sim running. from csst_ifs_sim import csst_ifs_sim from csst_ifs_sim import csst_ifs_sim import os import os # Set the parent path where the IFS_inputdata folder is stored. # 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. # Set the path to the called config file. configfile = './csst_ifs_sim/ifs_data/IFS_sim_C10.config' configfile = './csst_ifs_sim/ifs_data/IFS_sim_C10.config' # Set the path to the simulation data storage file. # Set the path to the simulation data storage file. Loading