LocalBinRejectFlags

class daschlab.photometry.LocalBinRejectFlags(value)[source]

Bases: IntFlag

DASCH photometry data processing warning flags regarding the “local bin” calibration.

The local_bin_reject_flag value is an integer where each bit indicates something about the local-bin calibration of this photometric point. The highest-quality data have no bits set, i.e., an integer value of zero.

Flag documentation is intentionally superficial. Flag semantics are (FIXME: will be) documented more thoroughly in the DASCH data description pages.

Attributes Summary

LARGE_CORRECTION

Bit 1: Local correction is out of range

LARGE_DRAD

Bit 3: Majority of stars have a high drad

TOO_DIM

Bit 2: Median brightness is below the limiting magnitude

Attributes Documentation

LARGE_CORRECTION = 1

Bit 1: Local correction is out of range

LARGE_DRAD = 4

Bit 3: Majority of stars have a high drad

TOO_DIM = 2

Bit 2: Median brightness is below the limiting magnitude