LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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: