Ignore:
Timestamp:
04/27/10 15:48:24 (14 years ago)
Author:
Malte Marquarding
Message:

Finishing touches to opacity calculations, docs, plotting and model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_STAtmosphere.cpp

    r1715 r1725  
    4444        .def( init < double, double, double > () )
    4545        .def("set_weather", &STAtmosphere::setWeather)
    46         .def("set_observatory_elevation", &STAtmosphere::setObservatoryElevation)
     46        .def("set_observatory_elevation",
     47             &STAtmosphere::setObservatoryElevation)
    4748        .def("zenith_opacity", &STAtmosphere::zenithOpacity)
    4849        .def("zenith_opacities", &STAtmosphere::zenithOpacities)
Note: See TracChangeset for help on using the changeset viewer.