LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <list>
#include <cmath>
#include <cstdint>
#include "lsst/log/Log.h"
#include "lsst/meas/deblender/BaselineUtils.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/geom/Span.h"
#include "lsst/afw/geom/Box.h"
Go to the source code of this file.
Classes | |
class | RelativeSpanIterator |
This is a convenience class used in symmetrizeFootprint, wrapping the idea of iterating through a SpanList either forward or backward, and looking at dx,dy coordinates relative to a center cx,cy coordinate. More... | |