# Menu Option to show the measure chunk angles for all open images.
# Uses the options dialog.
if __name__ == "__main__" or __name__ == "__builtin__":
	from pcp_auto_count import measurebatch	
	measurebatch.main(False)
