Last change
on this file since 4413 was
4403,
checked in by toby, 3 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 | |
---|
1 | from __future__ import absolute_import |
---|
2 | from .profile_functions_class import FP_profile, best_irfft, best_rfft |
---|
3 | from .atan_windowed_FP_profile import FP_atan_windowed_convolver |
---|
4 | |
---|
5 | class FP_windowed(FP_atan_windowed_convolver, FP_profile): |
---|
6 | pass |
---|
7 | |
---|
8 | |
---|
Note: See
TracBrowser
for help on using the repository browser.