image now images

This commit is contained in:
Beale John Henry
2025-01-21 13:58:35 +01:00
parent ff6f20884e
commit ab0f8213f6
2 changed files with 4 additions and 4 deletions

View File

@@ -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 ) )