D47crunch v2.2.0
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
yspanoption toD4xdata.plot_residuals() - Added
shuffleoption tovirtual_data(). - Added
filetypeoption toD4xdata.plot_sessions(). - Added
dpioption toD4xdata.plot_sessions(),D4xdata.plot_residuals().
Bugfix
- Fix error in
D4xdata.plot_residuals()whenhist = Falseandkde = False.