AnalyzeIMCOuput(filename, DFType='RDF', iters=None, hardcopy=True, mcmfile=None, PairNamesList=None)

Analyzes output file produced by MagiC and plot resulting functions of interest:

Parameters:
filename (str)
File to read
DFType
Which function to read, same as for [ReadMagiC]ReadMagiC
iters
Which iteration(s) to read. If nothing mentioned all iterations will be extracted.
test
If True, read results of the intermediate convergence tests
hardcopy
Do not show plots, save them to files instead.
**kwargs
Arguments for MultPlot/OnePlot

Example:
MT.AnalyzeIMCOutput('magic.out', DFType='Pot', iters=(1,2,3), test=False)