Currently the dataflow for rawacf files on site-linux computers is:
Convert .site structured files to .array structured files
If --dmap specified, use the .array structured file to create a DMAP file.
However, the first thing pyDARNio does to convert an array file to DMAP is convert the array file to .site structure in memory. We can cut out the middleman and do this directly before converting to .array structure. See site-linux/convert_and_restructure lines 110-121
Currently the dataflow for rawacf files on site-linux computers is:
However, the first thing pyDARNio does to convert an array file to DMAP is convert the array file to .site structure in memory. We can cut out the middleman and do this directly before converting to .array structure. See
site-linux/convert_and_restructure
lines110-121