UCBerkeleySETI / turbo_seti

turboSETI -- python based SETI search algorithm.

Home Page:http://turbo-seti.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diagnose unsupported number of time steps with clearer messages and short trace backs

texadactyl opened this issue · comments

There is no point in trying a file where the number of time integrations is < 4 or > 4095 (HTR) because there are no drift index files that support those values. This is related to issue #117.

Catch < 4 and > 4095 separately with different error messages.

Also, stop elongating the trace back in seti_event.py when an exception happens inside FindDoppler or downstream. That was a good catch by @lacker