upxo.ggrowth.make3d module

class upxo.ggrowth.make3d.voxel_from_pixel(STACK, meta_dict={'creation': 'from_sstack'})[source]

Bases: object

meta_dict
gsstack
sstack
classmethod from_gsstack(gsstack, meta_dict={})[source]

Construct this instance from gsstack.

classmethod from_sstack(sstack, meta_dict={})[source]

Construct this instance from sstack.

classmethod from_gsgen(input_dashboard=None, meta_dict={}, retain_gsdb=False)[source]

Construct this instance from gsgen.

classmethod from_empty()[source]

Construct this instance from empty.

stack()[source]

Stack.

add_slice(location, gs, gstype='2D')[source]

Add or insert slice.

find_cells(method, connectivity=3)[source]

Find cells.

build_fids()[source]

Build and return fids.

build_coords()[source]

Build and return coords.

build_rep_coords()[source]

Build and return rep coords.

build_lfi_s()[source]

Build and return lfi s.

build_s_lfi()[source]

Build and return s lfi.

build_pvgrid(db='s', origin=(0, 0, 0), spacing=(1.0, 1.0, 1.0))[source]

Build and return pvgrid.

s
q
lfi
pvgrid
fid
s_fid
fid_s
coords
rep_coords
see_stack(db='s', opacity='linear', cmap='nipy_spectral')[source]

See stack.

section(db='s', axis=0, location=0)[source]

Section.

see_section(db='s', axis=0, location=0, preset='minimal')[source]

See section.