SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] executing a network by an external program


Chronological Thread 
  • From: lgraham@postoffice.utas.edu.au
  • To: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] executing a network by an external program
  • Date: Thu, 21 Apr 2005 12:21:11 +1000
  • Organization: University of Tasmania

G'day,

I am using a program that can estimate the parameters values in a model.  
It does this by running the model, and then compares the experimental
measured data with the model output data. It then adjusts the model
parameters values to minimise the difference between the two sets of
data. It repeats this process over and over until there is little
difference between the measured data and the simulated data.

I have created a network in SCIRun to setup a mesh, assign parameters,
setup a finite element matrix, and then solve it.
I was thinking of running the parameter estimation program within SCIRun
by created a module that runs it,  e.g. system(“/home/lgraham/paramest/”).
When preparing the parameter estimation program, it requires the
executable file name (or command  line) of the model to run it, which is
defined in its setup file.
I was thinking of some how executing the network by a command line, so
that the parameter estimation program can run it.

Does anyone know how to do this? Or know of a more better way?



Leon 


===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page