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

When coarse_chans is specified, n_coarse_chans is never updated but it is used.

texadactyl opened this issue · comments

In data_handler.py class DATAHandle __split_h5(), when caller has supplied a coarse_chans list parameter, the n_coarse_chan parameter should be updated to be the length of this list (believe the caller). Instead, n_coarse_chan is left as blimpy calculated it.

This issue is based on a misunderstanding. The n_coarse_chans object attribute should not be updated based on the coarse_chans list when provided by caller.