|
lsst.afw g4f4f280218+81551fceaa
|
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... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, Observatory const &obs) |
| Print an Observatory to the stream. More... | |
| std::ostream & | operator<< (std::ostream &os, Weather const &weath) |
| print a Weather to an output stream More... | |
| 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.