chime-experiment/dias

flag_rfi is storing state in the data directory

Closed this issue · 0 comments

The sqlite database (data_index.db) needs to be moved to the state directory.

i.e. This line:

db_file = os.path.join(self.write_dir, DB_FILE)

needs to use state_dir instead of write_dir