add dat loader to data_collection
Users may have posterior samples stored in .dat
space-delimited files. This MR allows these posteriors to be collected in the data_collection
step.
It also ensures that the parameters passed into the config ini (with the parameters
kwarg) + present in the dat files will be collected.
Added a test to ensure this is working.