Skip to content

D47crunch v2.2.0

Compare
Choose a tag to compare
@mdaeron mdaeron released this 20 Jul 10:45
· 24 commits to master since this release

Released on 2023-07-20

Command-line interface (CLI)

  • Rejoice, you no longer need to know Python: it is now possible to process a multi-session Δ47 dataset with custom anchors and custom UID/sample exclusion list by simply calling D47crunch -a anchors.csv -e exclude.csv -o outdir rawdata.csv.

New features

  • Add yspan option to D4xdata.plot_residuals()
  • Added shuffle option to virtual_data().
  • Added filetype option to D4xdata.plot_sessions().
  • Added dpi option to D4xdata.plot_sessions(), D4xdata.plot_residuals().

Bugfix

  • Fix error in D4xdata.plot_residuals() when hist = False and kde = False.