ReportField#
- class lsst.images.ReportField(label, value, unit=None, repr_value=None, role=FieldRole.ARG, positional=False)#
Bases:
objectA single labeled value in a
Report.- Parameters:
Attributes Summary
If
True,repremits the value positionally (nolabel=).Eval-ish fragment used in
repr; defaults torepr(value).Where this field appears (
FieldRole).Unit rendered after the value, if any.
Attributes Documentation