Exemplo n.º 1
0
	#***************************************************#
	#***************************************************#
	#			BEGIN INTERACTIVITY						#
	#***************************************************#
	#***************************************************#
	# Variables for plotting :
	# maximum y value for the plot
	ymin = None
	ymax = None
	#Condition to stay in menu
	Stay = True
	#
	if(sys.argv[1] == "--interactive"):

		# Word completer
		completer = Utility.Completer(WordsForCompletion)
		readline.parse_and_bind("tab: complete")
		readline.set_completer_delims(' ')
		readline.set_completer(completer.complete)

		while Stay:
			OnScreenMessage = str("""
					#******************************************************************************************************#
					#******************************************************************************************************#
					To analyze all samples use :
						all
					To analyze specified samples write their names as follows:
						<sample1> <sample2> ... <instructions>
					To select which MD run to analyze:
						-run RunName
					To plot quantities use :