Loading sample_simulation_mcvine/run_sim.py +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ def run_cylinder_sample(beam_path, sample_path, cylinder_height, cylinder_radius number_of_neutrons (float): Number of neutrons to simulate. number_of_nodes (int): Number of nodes to use for the simulation instrument_name (str): Name of the instrument to use for the simulation. angleMons (list of float): List of angles for the monitors in degrees. angleMons (list of float): List of angles for the detectors in degrees (for SNAP). SE (bool): Flag to indicate if SE (Sample Environment) is used. Default is False. SE_type (str): Type of Sample Environment. Default is 'cryostat'. """ Loading Loading
sample_simulation_mcvine/run_sim.py +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ def run_cylinder_sample(beam_path, sample_path, cylinder_height, cylinder_radius number_of_neutrons (float): Number of neutrons to simulate. number_of_nodes (int): Number of nodes to use for the simulation instrument_name (str): Name of the instrument to use for the simulation. angleMons (list of float): List of angles for the monitors in degrees. angleMons (list of float): List of angles for the detectors in degrees (for SNAP). SE (bool): Flag to indicate if SE (Sample Environment) is used. Default is False. SE_type (str): Type of Sample Environment. Default is 'cryostat'. """ Loading