Skip to content

RT1 v1.5.2

Compare
Choose a tag to compare
@raphaelquast raphaelquast released this 23 Jul 13:26
· 184 commits to master since this release
b1b6c27

new

  • there's now a quick and easy data-export function RTprocess.export_data()
    • extract parameters and performance-metrics from a folder of dump-files
  • there's now an RTresults.dump_fits - generator that directly returns Fits-objects
  • RTprocess object can now be initialized without a config-file
  • option to pass a list of dump-files to rtprocess.run_finalout() added

fixes

  • speedup for indexing of folders with large amounts of dump-files
  • some minor logging updates