Block data analysis script.
  For a block average data file, determine if the simulation passed or 
  not depending on the conditions in a test file.
  Copyright Schrodinger, LLC. All rights reserved.
    |  | eps = 1e-05 | 
    |  | SUPPORTED_TEST = [<class 'schrodinger.application.desmond.simu... | 
    |  | SUPPORTED_TESTNAME = ['E', 'E_p', 'T', 'P', 'Simulation_Box', ... | 
    |  | usage = 'Usage: %prog <-i .sba file> <-t .sbt file> <-o .sbafi... | 
    |  | opt = optparse.OptionParser(usage) | 
    |  | is_debugging = Falsehash(x)
 | 
    |  | inp_file = open(opts.inp, "r") | 
    |  | inp_content = inp_file.readlines() | 
    |  | test_file = open(opts.test, "r") | 
    |  | test_content = test_file.readlines() | 
    |  | out_file = open(opts.out, "w") | 
    |  | job_details = get_job_details(opts.inp) | 
    |  | test_list = parse_sbt(opts.test) | 
    |  | __package__ = 'schrodinger.application.desmond' |