From ab0f8213f6329f718a8706468ad8cf9b0345e81f Mon Sep 17 00:00:00 2001 From: Beale John Henry Date: Tue, 21 Jan 2025 13:58:35 +0100 Subject: [PATCH] image now images --- reduction_tools/crystfel_split.py | 4 ++-- reduction_tools/crystfel_split_var.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reduction_tools/crystfel_split.py b/reduction_tools/crystfel_split.py index 2b074e0..1bd7629 100644 --- a/reduction_tools/crystfel_split.py +++ b/reduction_tools/crystfel_split.py @@ -321,7 +321,7 @@ def main( cwd, name, lst, chunk_size, geom_file, cell_file, threshold, reservati mean_beta, std_beta = round(df.beta.mean(), 2 ), round( df.beta.std(), 2 ) mean_gamma, std_gamma = round( df.gamma.mean(), 2 ), round( df.gamma.std(), 2 ) - logger.info( "image = {0}".format( chunks ) ) + logger.info( "images = {0}".format( chunks ) ) logger.info( "crystals = {0}".format( xtals ) ) logger.info( "indexing rate = {0} %".format( index_rate ) ) logger.info( "mean resolution = {0} +/- {1} A".format( mean_res, std_res ) ) @@ -335,7 +335,7 @@ def main( cwd, name, lst, chunk_size, geom_file, cell_file, threshold, reservati logger.info( "mean gamma = {0} +/- {1} deg".format( mean_gamma, std_gamma ) ) print( "printing stats" ) - print( "image = {0}".format( chunks ) ) + print( "images = {0}".format( chunks ) ) print( "crystals = {0}".format( xtals ) ) print( "indexing rate = {0} %".format( index_rate ) ) print( "mean resolution = {0} +/- {1} A".format( mean_res, std_res ) ) diff --git a/reduction_tools/crystfel_split_var.py b/reduction_tools/crystfel_split_var.py index dc6dd34..c74f964 100644 --- a/reduction_tools/crystfel_split_var.py +++ b/reduction_tools/crystfel_split_var.py @@ -334,7 +334,7 @@ def main( cwd, name, lst, chunk_size, geom_file, cell_file, mean_beta, std_beta = round(df.beta.mean(), 2 ), round( df.beta.std(), 2 ) mean_gamma, std_gamma = round( df.gamma.mean(), 2 ), round( df.gamma.std(), 2 ) - logger.info( "image = {0}".format( chunks ) ) + logger.info( "images = {0}".format( chunks ) ) logger.info( "crystals = {0}".format( xtals ) ) logger.info( "indexing rate = {0} %".format( index_rate ) ) logger.info( "mean resolution = {0} +/- {1} A".format( mean_res, std_res ) ) @@ -348,7 +348,7 @@ def main( cwd, name, lst, chunk_size, geom_file, cell_file, logger.info( "mean gamma = {0} +/- {1} deg".format( mean_gamma, std_gamma ) ) print( "printing stats" ) - print( "image = {0}".format( chunks ) ) + print( "images = {0}".format( chunks ) ) print( "crystals = {0}".format( xtals ) ) print( "indexing rate = {0} %".format( index_rate ) ) print( "mean resolution = {0} +/- {1} A".format( mean_res, std_res ) )