SuperDARNCanada / data_flow

Scripts related to data flow and management
0 stars 3 forks source link

Convert and restructure script converting unused files #22

Closed tjk584 closed 1 year ago

tjk584 commented 2 years ago

The borealis_convert_file.py script converts bfiq .site files to both array and dmap format (iqdat), but the iqdat files are unused within the convert and restructure script (they are just deleted after conversion).

An option could be added to the borealis_convert_file.py script to select whether or not to convert the iqdat files.

tjk584 commented 2 years ago

Added option to borealis_convert_file.py to specify whether or not to generate a dmap file with the --dmap option.