file_writers.py can be optimized for file system I/O
Closed this issue · 2 comments
texadactyl commented
On each DAT or LOG write, the sequence is:
- open
- write
- close
It makes more sense to open once at object instantiation time and close once when the object is reclaimed or the file user makes an explicit close() call.
texadactyl commented
Needs more work. Some subtleties in find_doppler.py need to be accommodated.
texadactyl commented
Withdrawn. Different focus for optimization in flight.