Skip to content

Commit

Permalink
Add documentation of KeyMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Feb 16, 2024
1 parent 8af9567 commit 200cb05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/lsst/meas/base/PixelFlags.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ class PixelFlagsAlgorithm : public SimpleAlgorithm {

private:
Control _ctrl;
KeyMap _centerKeys;
KeyMap _centerAllKeys;
KeyMap _anyKeys;
// The afw Table Keys for the various fields we add to the schema on construction.
KeyMap _centerKeys; // Keys for bits set anywhere within the 3x3 region around the centroid.
KeyMap _centerAllKeys; // Keys for bits set on the entire 3x3 region around the centroid.
KeyMap _anyKeys; // Keys for bits set anywhere in the footprint.
afw::table::Key<afw::table::Flag> _generalFailureKey;
afw::table::Key<afw::table::Flag> _offImageKey;
};
Expand Down

0 comments on commit 200cb05

Please sign in to comment.