Hi Yue, thanks for this! I want to refactor the whole way we are calculating cft data to unify it and make it easier for the user to understand. Right now the cft methods are often type unstable, or return Dict{Any, Any} by design and this really should not be the case.
Do you have any ideas for a unified cft data interface? We could make some sort of CFTdata struct that all of the cft methods return an instance of.
Originally posted by @VictorVanthilt in #120 (comment)
Hi Yue, thanks for this! I want to refactor the whole way we are calculating cft data to unify it and make it easier for the user to understand. Right now the cft methods are often type unstable, or return
Dict{Any, Any}by design and this really should not be the case.Do you have any ideas for a unified cft data interface? We could make some sort of
CFTdatastruct that all of the cft methods return an instance of.Originally posted by @VictorVanthilt in #120 (comment)