From 958c51fc26e3a8b6051eaab668db0665ad96d3a3 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Tue, 1 Feb 2011 13:13:05 +0000 Subject: [PATCH] added "--sort" option extending the existing sorting according due to "--separation". This is, for instance, useful for separating /elementhomogeneous/ results by element and later listing the results along x,y,z... --- processing/post/postResults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/post/postResults b/processing/post/postResults index f30566ec0..a768333f9 100755 --- a/processing/post/postResults +++ b/processing/post/postResults @@ -356,7 +356,7 @@ def average(theList): # calcs the average of a list of numbers # ----------------------------- - return sum(map(float,theList))/len(theList) + return sum(map(float,theList))/len(theList) # ----------------------------- @@ -569,7 +569,7 @@ def SummarizePostfile(stat,where=sys.stdout): # --- input parsing parser = OptionParser(option_class=MyOption, usage='%prog [options] resultfile', description = """ -Extract data from a .t16 MSC.Marc results file. +Extract data from a .t16 (MSC.Marc) or .spectralOut results file. List of output variables is given by options '--ns','--es','--et','--ho','--cr','--co'.