cphot 0.1
A C++ tool for computing photometry from spectra.
votable::Field Struct Reference

Store Table Field and data. More...

#include <votable.hpp>

Public Attributes

std::string name
 
std::string datatype
 
std::string ucd
 
std::string utype
 
std::string unit
 
std::string description
 
std::vector< std::string > data
 

Detailed Description

Store Table Field and data.

Definition at line 60 of file votable.hpp.

Member Data Documentation

◆ data

std::vector<std::string> votable::Field::data

Definition at line 67 of file votable.hpp.

◆ datatype

std::string votable::Field::datatype

Definition at line 62 of file votable.hpp.

◆ description

std::string votable::Field::description

Definition at line 66 of file votable.hpp.

◆ name

std::string votable::Field::name

Definition at line 61 of file votable.hpp.

◆ ucd

std::string votable::Field::ucd

Definition at line 63 of file votable.hpp.

◆ unit

std::string votable::Field::unit

Definition at line 65 of file votable.hpp.

◆ utype

std::string votable::Field::utype

Definition at line 64 of file votable.hpp.


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