UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
11 stars 4 forks source link

hyperseti.py:269: KeyError (in hitsearch) #32

Closed texadactyl closed 3 years ago

texadactyl commented 3 years ago
    t0 = time.time()
    if len(fcoords) > 0:
        driftrate_peaks = drift_trials[dcoords]
      logger.debug(f"{metadata['f0']}, {metadata['df']}, {fcoords}")

E KeyError: 'f0'

telegraphic commented 3 years ago

yup, sorry I changed the underlying metadata keywords, I'll fix this later this week too

texadactyl commented 3 years ago

@telegraphic Metadata suggestions:

I would have done that for you but I am a crappy mind-reader! (-:

texadactyl commented 3 years ago

No longer present.