Namespace lsst::afw::coord

namespace coord

Functions

std::ostream &operator<<(std::ostream &os, Observatory const &obs)

Print an Observatory to the stream

Parameters
  • [inout] os: Stream to print to

  • [in] obs: the Observatory to print

std::ostream &operator<<(std::ostream &os, Weather const &weath)

print a Weather to an output stream

class Observatory
#include <Observatory.h>

Hold the location of an observatory

class Weather
#include <Weather.h>

Basic weather information sufficient for a simple model for air mass or refraction

Weather is immutable.