lsst.afw gb3a676b8dc+b4feba26a1
Loading...
Searching...
No Matches
Namespaces | Functions
frameSetUtils.h File Reference
#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::FrameSetlsst::afw::geom::detail::readFitsWcs (daf::base::PropertySet &metadata, bool strip=true)
 Read a FITS convention WCS FrameSet from FITS metadata.
 
std::shared_ptr< ast::FrameDictlsst::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::PropertyListlsst::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.