source: trunk/NIST_profile/__init__.py @ 4403

Last change on this file since 4403 was 4403, checked in by toby, 4 years ago

add new incid. beam mono convolutor to FPA; refactor FPA GUI

  • Property svn:eol-style set to native
File size: 246 bytes
Line 
1from __future__ import absolute_import
2from .profile_functions_class import FP_profile, best_irfft, best_rfft
3from .atan_windowed_FP_profile import FP_atan_windowed_convolver
4
5class FP_windowed(FP_atan_windowed_convolver, FP_profile):
6    pass
7
8
Note: See TracBrowser for help on using the repository browser.