Ignore:
Timestamp:
Apr 18, 2020 10:30:23 AM (3 years ago)
Author:
toby
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NIST_profile/__init__.py

    r3571 r4403  
    11from __future__ import absolute_import
    22from .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 TracChangeset for help on using the changeset viewer.