Skip to content

Commit

Permalink
Initial port of fourier2d and subharmonic templates, plus beginnings …
Browse files Browse the repository at this point in the history
…of unit tests.
  • Loading branch information
tskisner committed Feb 1, 2021
1 parent 0e8440a commit cfc6eab
Show file tree
Hide file tree
Showing 9 changed files with 594 additions and 293 deletions.
2 changes: 2 additions & 0 deletions src/toast/templates/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ install(FILES
template.py
amplitudes.py
offset.py
fourier2d.py
subharmonic.py
DESTINATION ${PYTHON_SITE}/toast/templates
)
4 changes: 4 additions & 0 deletions src/toast/templates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
from .amplitudes import Amplitudes, AmplitudesMap

from .offset import Offset

from .fourier2d import Fourier2D

from .subharmonic import SubHarmonic
Loading

0 comments on commit cfc6eab

Please sign in to comment.