ALBATROS-Experiment / albatros_analysis

analyse albatros radio signals
https://albatros-experiment.github.io/albatros_analysis/
1 stars 0 forks source link

possible bug in make_continuous #33

Open mohanagr opened 7 months ago

mohanagr commented 7 months ago

not the code itself but the way it's currently used. I pass specnum - specnum[0], but specnum[0] might not be the specnum_start. if we started from a missing block, specnum[0] > specnum_start. I should probably retrieve specnum_start from BasebandIterator (already stored in it) and pass specnum - specnum_start to make_continuous.