image now images
This commit is contained in:
@@ -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 ) )
|
||||
|
||||
Reference in New Issue
Block a user