small bug fix to plot output
This commit is contained in:
@@ -80,12 +80,12 @@ def run_partialator( proc_dir, stream, pointgroup, model, iterations, push_res,
|
||||
part_sh.write( " --model={0} \\\n".format( model ) )
|
||||
part_sh.write( " --iterations={0} \\\n".format( iterations ) )
|
||||
part_sh.write( " --push-res={0}\n\n".format( push_res ) )
|
||||
part_sh.write( "check_hkl --shell-file=mult.dat *.hkl -p {0} --nshells={1} --highres={2} > check_hkl.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "check_hkl --ltest --ignore-negs --shell-file=ltest.dat *.hkl -p {0} --nshells={1} --highres={2} > ltest.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "check_hkl --wilson --shell-file=wilson.dat *.hkl -p {0} --nshells={1} --highres={2} > wilson.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "compare_hkl --fom=Rsplit --shell-file=Rsplit.dat *.hkl1 *hkl2 -p {0} --nshells={1} --highres={2} > Rsplit.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "compare_hkl --fom=cc --shell-file=cc.dat *.hkl1 *hkl2 -p {0} --nshells={1} --highres={2} > cc.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "compare_hkl --fom=ccstar --shell-file=ccstar.dat *.hkl1 *hkl2 -p {0} --nshells={1} --highres={2} > ccstar.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "check_hkl --shell-file=mult.dat *.hkl -p {0} --nshells={1} --highres={2} &> check_hkl.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "check_hkl --ltest --ignore-negs --shell-file=ltest.dat *.hkl -p {0} --nshells={1} --highres={2} &> ltest.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "check_hkl --wilson --shell-file=wilson.dat *.hkl -p {0} --nshells={1} --highres={2} &> wilson.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "compare_hkl --fom=Rsplit --shell-file=Rsplit.dat *.hkl1 *hkl2 -p {0} --nshells={1} --highres={2} &> Rsplit.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "compare_hkl --fom=cc --shell-file=cc.dat *.hkl1 *hkl2 -p {0} --nshells={1} --highres={2} &> cc.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.write( "compare_hkl --fom=ccstar --shell-file=ccstar.dat *.hkl1 *hkl2 -p {0} --nshells={1} --highres={2} &> ccstar.log\n".format( cell, bins, part_h_res ) )
|
||||
part_sh.close()
|
||||
|
||||
# make file executable
|
||||
|
||||
Reference in New Issue
Block a user