FieldArrayD¶
-
class
lsst.afw.table.
FieldArrayD
¶ Bases:
lsst.afw.table.FieldBaseArrayD
Attributes Summary
dtype
Methods Summary
copyRenamed
(self, arg0)getDoc
(self)getName
(self)getSize
(self)getTypeString
()getUnits
(self)isVariableLength
(self)Attributes Documentation
-
dtype
= 'ArrayD'¶
Methods Documentation
-
copyRenamed
(self: lsst.afw.table.FieldArrayD, arg0: str) → lsst.afw.table.FieldArrayD¶
-
getDoc
(self: lsst.afw.table.FieldArrayD) → str¶
-
getName
(self: lsst.afw.table.FieldArrayD) → str¶
-
getSize
(self: lsst.afw.table.FieldBaseArrayD) → int¶
-
getTypeString
() → str¶
-
getUnits
(self: lsst.afw.table.FieldArrayD) → str¶
-
isVariableLength
(self: lsst.afw.table.FieldBaseArrayD) → bool¶
-