LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
lsst::meas.astrom::detail::MagColInfo Struct Reference

#include <utils.h>

Public Member Functions

bool hasErr () const
 

Public Attributes

std::string filterName
 name of filter More...
 
std::string magCol
 name of magnitude column More...
 
std::string magErrCol
 name of magnitude sigma column More...
 

Detailed Description

Definition at line 16 of file utils.h.

Member Function Documentation

bool lsst::meas.astrom::detail::MagColInfo::hasErr ( ) const
inline

Definition at line 21 of file utils.h.

21  {
22  return !magErrCol.empty();
23  }
std::string magErrCol
name of magnitude sigma column
Definition: utils.h:19

Member Data Documentation

std::string lsst::meas.astrom::detail::MagColInfo::filterName

name of filter

Definition at line 17 of file utils.h.

std::string lsst::meas.astrom::detail::MagColInfo::magCol

name of magnitude column

Definition at line 18 of file utils.h.

std::string lsst::meas.astrom::detail::MagColInfo::magErrCol

name of magnitude sigma column

Definition at line 19 of file utils.h.


The documentation for this struct was generated from the following file: