You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the HkStack and Harmonics classes are initialized with 'demo', they load receiver functions from demo_streams.pkl. The receiver functions in demo_streams.pkl were created (dc0eb66) before the _add_rfstats nested function of rfdata's to_stream method included taxis (and other stats like phase, cc, etc.) (0fe006e). The following lines throw an AttributeError because taxis does not exist.
Thanks @jaredbryan881 for catching this - indeed the code has changed since the demo data were created and they have not been updated since then. This should be an easy fix.
When the HkStack and Harmonics classes are initialized with 'demo', they load receiver functions from demo_streams.pkl. The receiver functions in demo_streams.pkl were created (dc0eb66) before the _add_rfstats nested function of rfdata's to_stream method included taxis (and other stats like phase, cc, etc.) (0fe006e). The following lines throw an AttributeError because taxis does not exist.
RfPy/rfpy/hk.py
Line 107 in 4913104
RfPy/rfpy/harmonics.py
Line 97 in bdc8f39
I think demo_streams.pkl just needs to be recreated to include these stats.
The text was updated successfully, but these errors were encountered: