LSST Applications g044012fb7c+6976b5ec80,g04a91732dc+88a5fc122b,g07dc498a13+7e3c5f68a2,g114c6a66ad+09472d7a76,g1409bbee79+7e3c5f68a2,g1a7e361dbc+7e3c5f68a2,g1fd858c14a+3a43eabc0e,g35bb328faa+fcb1d3bbc8,g3bd4b5ce2c+2647bb081c,g4e0f332c67+5d362be553,g53246c7159+fcb1d3bbc8,g5477a8d5ce+b19c77c7ae,g58d0cdf3ff+4a2e102ff8,g60b5630c4e+09472d7a76,g623d845a50+09472d7a76,g6f0c2978f1+fcf1c0bcd6,g71fabbc107+09472d7a76,g75b6c65c88+d0b1dc44cc,g78460c75b0+2f9a1b4bcd,g786e29fd12+cf7ec2a62a,g7b71ed6315+fcb1d3bbc8,g8852436030+349c7e81d4,g89139ef638+7e3c5f68a2,g9125e01d80+fcb1d3bbc8,g95236ca021+f7a31438ed,g989de1cb63+7e3c5f68a2,g9f33ca652e+f17d666fbc,gaaedd4e678+7e3c5f68a2,gabe3b4be73+1e0a283bba,gb1101e3267+f870f33517,gb58c049af0+f03b321e39,gc99c83e5f0+76d20ab76d,gcf25f946ba+349c7e81d4,gd0fa69b896+f3a65fa83c,gd6cbbdb0b4+c8606af20c,gde0f65d7ad+5bd27d919f,ge278dab8ac+932305ba37,gfba249425e+fcb1d3bbc8,w.2025.07
LSST Data Management Base Package
|
Namespaces | |
namespace | _refraction |
Classes | |
class | Observatory |
Hold the location of an observatory. More... | |
class | Weather |
Basic weather information sufficient for a simple model for air mass or refraction. More... | |
class | WrapperCollection |
A helper class for subdividing pybind11 module across multiple translation units (i.e. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, Observatory const &obs) |
Print an Observatory to the stream. | |
std::ostream & | operator<< (std::ostream &os, Weather const &weath) |
print a Weather to an output stream | |
void | wrapObservatory (WrapperCollection &) |
void | wrapWeather (WrapperCollection &) |
PYBIND11_MODULE (_coord, mod) | |
std::ostream & lsst::afw::coord::operator<< | ( | std::ostream & | os, |
Observatory const & | obs ) |
Print an Observatory to the stream.
[in,out] | os | Stream to print to |
[in] | obs | the Observatory to print |
Definition at line 67 of file Observatory.cc.
std::ostream & lsst::afw::coord::operator<< | ( | std::ostream & | os, |
Weather const & | weath ) |
print a Weather to an output stream
Definition at line 65 of file Weather.cc.
lsst::afw::coord::PYBIND11_MODULE | ( | _coord | , |
mod | ) |
Definition at line 39 of file _coord.cc.
void lsst::afw::coord::wrapObservatory | ( | WrapperCollection & | wrappers | ) |
Definition at line 36 of file _observatory.cc.
void lsst::afw::coord::wrapWeather | ( | WrapperCollection & | wrappers | ) |
Definition at line 39 of file _weather.cc.