-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
This may require a moderate re-factor. Currently, Pk gets an FFT each time it is called. We should instead create a Pk object (including P_window and C_window effects) that stores the coefficients and is then used by the main fast-pt functions.
Was there a reason we didn't do this already?