voxcity.simulator_gpu.solar.integration.utils.ArrayWithMetadataΒΆ

class voxcity.simulator_gpu.solar.integration.utils.ArrayWithMetadata(shape, dtype=float, buffer=None, offset=0, strides=None, order=None)ΒΆ

Bases: numpy.ndarray

NumPy array subclass that can hold metadata.

__array_finalize__(obj)ΒΆ
TΒΆ
base = NoneΒΆ
ctypes = NoneΒΆ
data = NoneΒΆ
dtype = NoneΒΆ
flags = NoneΒΆ
flatΒΆ
imagΒΆ
itemsize = NoneΒΆ
nbytes = NoneΒΆ
ndim = NoneΒΆ
realΒΆ
shapeΒΆ
size = NoneΒΆ
strides = NoneΒΆ
__abs__()ΒΆ
__add__(value)ΒΆ
__and__(value)ΒΆ
__array__(dtype=None)ΒΆ
__array_wrap__(obj)ΒΆ
__contains__(key)ΒΆ
__copy__()ΒΆ
__deepcopy__(memo)ΒΆ
__divmod__(value)ΒΆ
__eq__(value)ΒΆ
__float__()ΒΆ
__floordiv__()ΒΆ
__ge__(value)ΒΆ
__getitem__(key)ΒΆ
__gt__(value)ΒΆ
__iadd__(value)ΒΆ
__iand__(value)ΒΆ
__ifloordiv__(value)ΒΆ
__ilshift__(value)ΒΆ
__imod__(value)ΒΆ
__imul__(value)ΒΆ
__int__()ΒΆ
__invert__()ΒΆ
__ior__(value)ΒΆ
__ipow__(value)ΒΆ
__irshift__(value)ΒΆ
__isub__(value)ΒΆ
__itruediv__(value)ΒΆ
__ixor__(value)ΒΆ
__le__(value)ΒΆ
__len__()ΒΆ
__lshift__(value)ΒΆ
__lt__(value)ΒΆ
__matmul__(value)ΒΆ
__mod__(value)ΒΆ
__mul__(value)ΒΆ
__ne__(value)ΒΆ
__neg__()ΒΆ
__or__(value)ΒΆ
__pos__()ΒΆ
__pow__()ΒΆ
__repr__()ΒΆ
__rshift__()ΒΆ
__setitem__(key, value)ΒΆ
__str__()ΒΆ
__sub__(value)ΒΆ
__truediv__(value)ΒΆ
__xor__(value)ΒΆ
all(axis=None, out=None, keepdims=False)ΒΆ
any(axis=None, out=None, keepdims=False)ΒΆ
argmax(axis=None, out=None)ΒΆ
argmin(axis=None, out=None)ΒΆ
argpartition(kth, axis=-1, kind='introselect', order=None)ΒΆ
argsort(axis=-1, kind='quicksort', order=None)ΒΆ
astype(dtype, order='K', casting='unsafe', subok=True, copy=True)ΒΆ
byteswap(inplace=False)ΒΆ
choose(choices, out=None, mode='raise')ΒΆ
clip(min=None, max=None, out=None)ΒΆ
compress(condition, axis=None, out=None)ΒΆ
conj()ΒΆ
conjugate()ΒΆ
copy(order='C')ΒΆ
cumprod(axis=None, dtype=None, out=None)ΒΆ
cumsum(axis=None, dtype=None, out=None)ΒΆ
diagonal(offset=0, axis1=0, axis2=1)ΒΆ
dot(b, out=None)ΒΆ
dump(file)ΒΆ
dumps()ΒΆ
fill(value)ΒΆ
flatten(order='C')ΒΆ
getfield(dtype, offset=0)ΒΆ
item(*args)ΒΆ
itemset(*args)ΒΆ
max(axis=None, out=None)ΒΆ
mean(axis=None, dtype=None, out=None, keepdims=False)ΒΆ
min(axis=None, out=None, keepdims=False)ΒΆ
newbyteorder(new_order='S')ΒΆ
nonzero()ΒΆ
partition(kth, axis=-1, kind='introselect', order=None)ΒΆ
prod(axis=None, dtype=None, out=None, keepdims=False)ΒΆ
ptp(axis=None, out=None)ΒΆ
put(indices, values, mode='raise')ΒΆ
ravel(order='C')ΒΆ
repeat(repeats, axis=None)ΒΆ
reshape(shape, order='C')ΒΆ
resize(new_shape, refcheck=True)ΒΆ
round(decimals=0, out=None)ΒΆ
searchsorted(v, side='left', sorter=None)ΒΆ
setfield(val, dtype, offset=0)ΒΆ
setflags(write=None, align=None, uic=None)ΒΆ
sort(axis=-1, kind='quicksort', order=None)ΒΆ
squeeze(axis=None)ΒΆ
std(axis=None, dtype=None, out=None, ddof=0, keepdims=False)ΒΆ
sum(axis=None, dtype=None, out=None, keepdims=False)ΒΆ
swapaxes(axis1, axis2)ΒΆ
take(indices, axis=None, out=None, mode='raise')ΒΆ
tobytes(order='C')ΒΆ
tofile(fid, sep='', format='%s')ΒΆ
tolist()ΒΆ
tostring(order='C')ΒΆ
trace(offset=0, axis1=0, axis2=1, dtype=None, out=None)ΒΆ
transpose(*axes)ΒΆ
var(axis=None, dtype=None, out=None, ddof=0, keepdims=False)ΒΆ
view(dtype=None, type=None)ΒΆ
classmethod __class_getitem__(value)ΒΆ