BIE |
TessToolDESCRIPTIONTessTool is a graphical user interface for visualizing the data and model, as well as various attributes of the individual tiles. We hope to include a manipulator for the tessellation itself but this is not currently implemented.
DESIGNThe TessToolSender class calls the persistence subsystem to serialize and store the current tessellation. The likelihood computation has hooks to forward the model and data to a separate "consumer" process waiting to receive data. There are two versions of the consumer process:
EXAMPLE CLI SESSIONSIn CLI, one constructs the simulation as usual. Before starting the simulation, one creates the TessToolSender as follows: For the controller method: set tts = new TessToolSender() like->SetTessTool(tts) sim->RunThread() sim is the simulation instance.For the controller writer: sim->SetAutoTessTool(1) sim->RunThread()
INSTRUCTIONS FOR USE
TessTool controller exampleAssume the following diretory structure:
BIE
src/
cli/
tesstool/
examples/Galaxy/parallel
TessTool writer exampleAssume the following diretory structure:
BIE
src/
cli/
tesstool/
examples/Galaxy/parallel
Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU. Documentation generated at Fri Mar 26 00:35:11 2010 by
|