lsst.afw g4e8c878dce+b648b522b0
|
#include <algorithm>
#include <exception>
#include <memory>
#include <ostream>
#include <set>
#include <vector>
#include <cmath>
#include "boost/format.hpp"
#include "astshim.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 | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::geom |
namespace | 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... | |