ucl.physiol.neuroconstruct.psics
Class PsicsFileManager
java.lang.Object
ucl.physiol.neuroconstruct.psics.PsicsFileManager
public class PsicsFileManager
- extends Object
Main file for generating the PSICS files
- Author:
- Padraig Gleeson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PsicsFileManager
public PsicsFileManager(Project project)
reset
public void reset()
generateThePsicsFiles
public void generateThePsicsFiles(SimConfig simConfig,
int seed)
throws PsicsException,
IOException
- Throws:
PsicsException
IOException
resetColours
public void resetColours()
getNextColour
public String getNextColour(String plotFrame)
getNextColourHex
public String getNextColourHex(String plotFrame)
getCurrentRandomSeed
public int getCurrentRandomSeed()
getCurrentGenTime
public float getCurrentGenTime()
getFileHeader
public static String getFileHeader()
runFile
public void runFile(boolean copyToSimDataDir,
boolean htmlSummary,
boolean showPlot,
boolean showConsole)
throws PsicsException
- Throws:
PsicsException
getMainPsicsFileName
public String getMainPsicsFileName()
throws PsicsException
- Throws:
PsicsException
main
public static void main(String[] args)