lsst.afw
22.0.0-22-gf1d71818e+db3b0def15
|
#include <algorithm>
#include <exception>
#include <memory>
#include <ostream>
#include <set>
#include <sstream>
#include <vector>
#include <cmath>
#include "boost/format.hpp"
#include "astshim.h"
#include "lsst/afw/formatters/Utils.h"
#include "lsst/afw/fits.h"
#include "lsst/geom/Angle.h"
#include "lsst/geom/Point.h"
#include "lsst/afw/geom/wcsUtils.h"
#include "lsst/afw/geom/detail/frameSetUtils.h"
#include "lsst/afw/image/ImageBase.h"
#include "lsst/daf/base/PropertyList.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/pex/exceptions.h"
#include "lsst/log/Log.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::geom | |
lsst::afw::geom::detail | |
Functions | |
std::shared_ptr< ast::FrameSet > | lsst::afw::geom::detail::readFitsWcs (daf::base::PropertySet &metadata, bool strip=true) |
Read a FITS convention WCS FrameSet from FITS metadata. More... | |
std::shared_ptr< ast::FrameDict > | lsst::afw::geom::detail::readLsstSkyWcs (daf::base::PropertySet &metadata, bool strip=true) |
Read an LSST celestial WCS FrameDict from a FITS header. More... | |
std::shared_ptr< daf::base::PropertyList > | lsst::afw::geom::detail::getPropertyListFromFitsChan (ast::FitsChan &fitsChan) |
Copy values from an AST FitsChan into a PropertyList. More... | |
ast::FitsChan | lsst::afw::geom::detail::getFitsChanFromPropertyList (daf::base::PropertySet &metadata, std::set< std::string > const &excludeNames={}, std::string options="") |
Construct AST FitsChan from PropertyList. More... | |