|
outfilename = os.path.join(output_folder, scene + '_10000.rawls')
|
|
outfilename = os.path.join(output_folder, scene + '_10000.rawls')
|
|
os.system('./build/main/extract_stats_images --folder {0} --bwidth {1} --bheight {2} --outfile {3} --estimator {4}'.format(scene_path, x_tile, y_tile, p_est, outfilename))
|
|
os.system('./build/main/extract_stats_images --folder {0} --bwidth {1} --bheight {2} --outfile {3} --estimator {4}'.format(scene_path, x_tile, y_tile, p_est, outfilename))
|