mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
ADIDerotator.cpp
Go to the documentation of this file.
1/** \file ADIDerotator.cpp
2 * \author Jared R. Males
3 * \brief Implements a generic ADI derotator class.
4 * \ingroup hc_imaging_files
5 *
6 */
7
9
10namespace mx
11{
12namespace improc
13{
14
15template struct ADIDerotator<float>;
16template struct ADIDerotator<double>;
17
18} // namespace improc
19} // namespace mx
Defines a generic ADI derotator class.
The mxlib c++ namespace.
Definition mxError.hpp:106