LSST Applications  21.0.0+3c14b91618,21.0.0+9f51b1e3f7,21.0.0-1-ga51b5d4+6691386486,21.0.0-10-g2408eff+2abf8e6692,21.0.0-10-g560fb7b+4d6b2593e7,21.0.0-10-gcf60f90+3282c3fba3,21.0.0-15-g490e301a+3bb30e68ef,21.0.0-2-g103fe59+2768baa6eb,21.0.0-2-g1367e85+7f080822af,21.0.0-2-g45278ab+9f51b1e3f7,21.0.0-2-g5242d73+7f080822af,21.0.0-2-g7f82c8f+c804b2348a,21.0.0-2-g8f08a60+e6fd6d9ff9,21.0.0-2-ga326454+c804b2348a,21.0.0-2-gde069b7+66c51b65da,21.0.0-2-gecfae73+7b7e4bc850,21.0.0-2-gfc62afb+7f080822af,21.0.0-20-g09baf175d+b753e4a737,21.0.0-3-g357aad2+041fbde335,21.0.0-3-g4be5c26+7f080822af,21.0.0-3-g65f322c+5f9b799490,21.0.0-3-g7d9da8d+3c14b91618,21.0.0-3-gaa929c8+4d6b2593e7,21.0.0-3-ge02ed75+8a90696ee3,21.0.0-4-g3af6bfd+6a1ffca332,21.0.0-4-g591bb35+8a90696ee3,21.0.0-4-g88306b8+fb98652b4f,21.0.0-4-gccdca77+86bf7a300d,21.0.0-4-ge8a399c+2e6fe0c655,21.0.0-46-g880d6fab+d14224996b,21.0.0-6-g2d4f3f3+9f51b1e3f7,21.0.0-6-g4e60332+8a90696ee3,21.0.0-6-g8356267+828d7849ed,21.0.0-6-gb9875a0+49236cfe85,21.0.0-7-g98eecf7+3609eddee2,21.0.0-8-g79a436f+a6e44ac77b,21.0.0-9-g2abd0ea+f5d0ba4120,master-gac4afde19b+8a90696ee3,w.2021.09
LSST Data Management Base Package
Namespaces | Functions
Utils.h File Reference
#include <cstdint>
#include <set>
#include <string>
#include <vector>
#include "ndarray.h"
#include "lsst/base.h"
#include "lsst/daf/base.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::daf
 
 lsst::daf::base
 
 lsst::daf::persistence
 
 lsst::afw
 
 lsst::afw::formatters
 

Functions

bool lsst::afw::formatters::extractOptionalFlag (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties, std::string const &name)
 Returns true if and only if properties is non-null and contains a unique property with the given name that has type bool and a value of true. More...
 
std::string const lsst::afw::formatters::getItemName (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 Extracts and returns the string-valued "itemName" property from the given data property object. More...
 
int lsst::afw::formatters::extractSliceId (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 
int64_t lsst::afw::formatters::extractFpaExposureId (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 
int64_t lsst::afw::formatters::extractCcdExposureId (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 
int64_t lsst::afw::formatters::extractAmpExposureId (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 
int lsst::afw::formatters::extractVisitId (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 
int lsst::afw::formatters::extractCcdId (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 
int lsst::afw::formatters::extractAmpId (std::shared_ptr< lsst::daf::base::PropertySet const > const &properties)
 
int lsst::afw::formatters::countFitsHeaderCards (lsst::daf::base::PropertySet const &prop)
 
ndarray::Array< std::uint8_t, 1, 1 > lsst::afw::formatters::stringToBytes (std::string const &str)
 Encode a std::string as a vector of uint8. More...
 
std::string lsst::afw::formatters::bytesToString (ndarray::Array< std::uint8_t const, 1, 1 > const &bytes)
 Decode a std::string from a vector of uint8 returned by stringToBytes. More...