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

Store Table Parameter Attributes. More...

#include <votable.hpp>

Public Attributes

std::string name
 
std::string datatype
 
std::string value
 
std::string ucd
 
std::string utype
 
std::string unit
 
std::string description
 

Detailed Description

Store Table Parameter Attributes.

Definition at line 45 of file votable.hpp.

Member Data Documentation

◆ datatype

std::string votable::Param::datatype

Definition at line 47 of file votable.hpp.

◆ description

std::string votable::Param::description

Definition at line 52 of file votable.hpp.

◆ name

std::string votable::Param::name

Definition at line 46 of file votable.hpp.

◆ ucd

std::string votable::Param::ucd

Definition at line 49 of file votable.hpp.

◆ unit

std::string votable::Param::unit

Definition at line 51 of file votable.hpp.

◆ utype

std::string votable::Param::utype

Definition at line 50 of file votable.hpp.

◆ value

std::string votable::Param::value

Definition at line 48 of file votable.hpp.


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