mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Improving documentation on the return array of openmc.lib.id_map (#2630)
This commit is contained in:
parent
557880aefc
commit
f9c17dd82f
1 changed files with 2 additions and 1 deletions
|
|
@ -229,7 +229,8 @@ def id_map(plot):
|
|||
-------
|
||||
id_map : numpy.ndarray
|
||||
A NumPy array with shape (vertical pixels, horizontal pixels, 3) of
|
||||
OpenMC property ids with dtype int32
|
||||
OpenMC property ids with dtype int32. The last dimension of the array
|
||||
contains, in order, cell IDs, cell instances, and material IDs.
|
||||
|
||||
"""
|
||||
img_data = np.zeros((plot.v_res, plot.h_res, 3),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue