MCPcopy Create free account
hub / github.com/NanoComp/meep / h5topng

Method h5topng

python/simulation.py:3887–3890  ·  view source on GitHub ↗
(self, rm_h5, option, *step_funcs)

Source from the content-addressed store, hash-verified

3885 )
3886
3887 def h5topng(self, rm_h5, option, *step_funcs):
3888 opts = f"h5topng {option}"
3889 cmd = re.sub(r"\$EPS", self.last_eps_filename, opts)
3890 return convert_h5(rm_h5, cmd, *step_funcs)
3891
3892 def get_array(
3893 self,

Callers 1

_output_pngFunction · 0.80

Calls 1

convert_h5Function · 0.85

Tested by

no test coverage detected