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

.txt files for h5 files list and dat files list not being written to

k-perez opened this issue · comments

In run_pipelines.py, the fh_h5 and fh_dat files need to be closed so that the .txt files that are being written to are actually saved.

Fix: Add a fh_h5.close() and fh_dat.close()

Cannot reproduce reported symptoms. Adding a fh_h5.close() and fh_dat.close() has no effect since Python run-time automatically closes the file when program flow leaves the "with" context.

Before getting into the weeds of the source code,

  • What was the original plotSETI command line?
  • Which BL compute node were you on?
  • Which directory were you in when executing plotSETI?
  • Where were the .h5 files and .dat files?