inspiral.py fixes
Several fixes for inspiral.py do_alerts function:
- Fix issues with StringIO and BytesIO changes in python3
- Ensure all indexes are ints, not floates
- Fix missing import of templates.ceil_pow_2
Several fixes for inspiral.py do_alerts function: