mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::astro::venusAlbedo< _units > Struct Template Reference

template<typename _units>
struct mx::astro::venusAlbedo< _units >

Venus Spectra.

Definition at line 344 of file astroSpectra.hpp.

#include <astro/astroSpectra.hpp>

Public Types

typedef std::string paramsT
 The name of the spectrum can be "venus".
 

Static Public Member Functions

static std::string fileName (const std::string &name)
 The name of the datafile is a constant.
 
static int readSpectrum (std::vector< realT > &rawLambda, std::vector< realT > &rawSpectrum, const std::string &path, const paramsT &params)
 Read the Earthshine albedo spectrum, which is a simple two column ASCII format.
 

Static Public Attributes

static constexpr realT wavelengthUnits = static_cast<realT>( 1e6 )
 Convert from A to SI m.
 
static constexpr realT fluxUnits = static_cast<realT>( 1 )
 The Earthshine is a dimensionless albedo.
 
static constexpr const char * dataDirEnvVar = "VENUS_DATADIR"
 The location is specified by the EARTHSHINE_DATADIR environment variable.
 

Member Typedef Documentation

◆ paramsT

template<typename _units >
typedef std::string mx::astro::venusAlbedo< _units >::paramsT

The name of the spectrum can be "venus".

Definition at line 351 of file astroSpectra.hpp.

Member Function Documentation

◆ fileName()

template<typename _units >
static std::string mx::astro::venusAlbedo< _units >::fileName ( const std::string &  name)
inlinestatic

The name of the datafile is a constant.

Definition at line 363 of file astroSpectra.hpp.

◆ readSpectrum()

template<typename _units >
static int mx::astro::venusAlbedo< _units >::readSpectrum ( std::vector< realT > &  rawLambda,
std::vector< realT > &  rawSpectrum,
const std::string &  path,
const paramsT params 
)
inlinestatic

Read the Earthshine albedo spectrum, which is a simple two column ASCII format.

Parameters
[out]rawLambdathe raw wavelength vector. This should be an empty vector on input.
[out]rawSpectrumthe raw spectrum. This should be an empty vector on input.
[in]paththe full path to the file.
[in]paramsthe parameters are passed in case needed to construct the spectrum

Definition at line 374 of file astroSpectra.hpp.

References mx::ioutils::readColumns().

Member Data Documentation

◆ dataDirEnvVar

template<typename _units >
constexpr const char* mx::astro::venusAlbedo< _units >::dataDirEnvVar = "VENUS_DATADIR"
staticconstexpr

The location is specified by the EARTHSHINE_DATADIR environment variable.

Definition at line 360 of file astroSpectra.hpp.

◆ fluxUnits

template<typename _units >
constexpr realT mx::astro::venusAlbedo< _units >::fluxUnits = static_cast<realT>( 1 )
staticconstexpr

The Earthshine is a dimensionless albedo.

Definition at line 357 of file astroSpectra.hpp.

◆ wavelengthUnits

template<typename _units >
constexpr realT mx::astro::venusAlbedo< _units >::wavelengthUnits = static_cast<realT>( 1e6 )
staticconstexpr

Convert from A to SI m.

Definition at line 354 of file astroSpectra.hpp.


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