On Mon, 28 Aug 2006, Chad Husko wrote:
I tried the new command output-png+h5 and it will only output the h5 files. I thought the syntax was the same as the output-png command. Is there something else I'm missing?
Whoops, this is a bug. It will be fixed in the next release, but for now you can apply the following patch to libctl/meep.scm.in:
hunk ./libctl/meep.scm.in 671 - (if (and rm? (zero? (system (string-append convert-cmd " \"" fname "\"")))) + (if (and (zero? (system (string-append convert-cmd " \"" fname "\""))) rm?)
Here is the line I used, (output-png+h5 Ex "-Zc bluered -S1.5 -C pulse-eps-000000.00.h5")
By the way, note that in Meep 0.10 you can just do -C $EPS, and $EPS will expand to the correct epsilon .h5 file name (from your last output-epsilon).
Steven _______________________________________________ meep-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

