diff --git a/src/laue_dials/command_line/sequence_to_stills.py b/src/laue_dials/command_line/sequence_to_stills.py index eca56af..8229947 100644 --- a/src/laue_dials/command_line/sequence_to_stills.py +++ b/src/laue_dials/command_line/sequence_to_stills.py @@ -230,8 +230,8 @@ def run(args=None, phil=phil_scope): logger.info( "Time Taken to Split into Stills = %f seconds", time.time() - start_time ) - ExperimentList(new_experiments).as_file("stills.expt") - total_reflections.as_file("stills.refl") + ExperimentList(new_experiments).as_file(params.output.experiments) + total_reflections.as_file(params.output.reflections) if __name__ == "__main__":