smarsland / AviaNZ

GNU General Public License v3.0
28 stars 14 forks source link

Click vs Bats mode in batch processing code #84

Open jjuod opened 2 years ago

jjuod commented 2 years ago

AviaNZ_batch.py can be set to bat mode by self.method="Click" or by self.method="Bats". This creates lots of uncommented spaghetti, including multiple reading options for SignalProc.py etc. When the training/analysis pipeline is sorted, should clean these up and leave one of them.