<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
I’m probably missing a basic concept and hoping someone can enlighten me. I have a pipeline with a Programmable Source that reads in a (non-VTK formatted) file, I process it and then I have filters in my pipeline that act on that data. I want to be able to
 feed multiple files to the pipeline, save images and/or create animations. I naively created a Python function in the Pgmable Source, then save the PV State to a Python script, thinking I could call the function from the end of that script. Doesn’t seem to
 be possible. And I confess I’ve not given this deep thought - it’s easier to ask the experts :-)  Bottom line, we want to make this as dead simple for our own users.<br class="">
<br class="">
Fwiw, I’ve zipped up 2 files - a .pvsm and a sample data file here: <a href="http://pages.iu.edu/~heiland/physicell/pv_pcell.zip" class="">http://pages.iu.edu/~heiland/physicell/pv_pcell.zip</a> . You’d need to edit the “dir” path in the Pgmable Source.
<div class=""><br class="">
</div>
<div class="">Initially, I just want to save images/animation (over multiple files) with a fixed camera view; later, it’d be nice to have simultaneous camera movement.</div>
<div class=""><br class="">
</div>
<div class="">thanks, Randy</div>
</body>
</html>