lsst.afw g8cdfe0ae6a+7b97e349f2
|
#include <memory>
#include <vector>
#include "astshim.h"
#include "ndarray.h"
#include "lsst/afw/geom/Endpoint.h"
#include "lsst/afw/geom/Transform.h"
#include "lsst/daf/base/PropertyList.h"
#include "lsst/daf/base/PropertySet.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. | |
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. | |
void | lsst::afw::geom::detail::stripWcsMetadata (daf::base::PropertySet &metadata) |
Strip all WCS metadata from a header. | |
std::shared_ptr< daf::base::PropertyList > | lsst::afw::geom::detail::getPropertyListFromFitsChan (ast::FitsChan &fitsChan) |
Copy values from an AST FitsChan into a PropertyList. | |
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. | |