Releases: lucadellasantina/Clarinet
Releases · lucadellasantina/Clarinet
Clarinet 2.3
Created on 2019-02-13 by Luca Della Santina
- Main menu with app preferences
- Load epoch processors and feature extractors from a shared folder
- Refactored file import functions into "parsers" package
- Plot updated when user changes cmbSplitParam
- In features mode, export allows saving epochs of selected feature
Clarinet 2.1
Created on 2018-12-04 by Luca Della Santina
- Split epochs according to a conditions tree
- Find epochs matching "None" of the conditions specified
Clarinet 2.0
Created on 2018-11-26 by Luca Della Santina:
- Epoch plots display units on the y-axis
- Epoch plots display type of stimulus as title (displayName attribute)
- Features mode allows analysis of features common to group of epochs
- Splitting epochs by tag can be applited in sequence or parallel
- Splitting epochs by tag across many CellData at once
- Diary plot of epoch attributes when CellData is selected in Features
- Feature tree can be serialized/deserialized to disk with open/save
- Switching between Epochs and Features mode retains ongoing data
- Fixed link to homepage in about dialog
- Find button becomes Split when in Features mode
- Plot average feature by Split when root node is selected
- Legends in all type of plots
- Epochs can be removed from a cell with minus button
- Clear buttons clear the tree of cells / features
- Allowed customExtractors in local folder
- Loads multiple cells in the same .h5 file
- Tree item now shows Filename.h5::CellName(recording date)
- Fixed error when CellData label is made of multiple lines (cell array)
Clarinet 1.7
Created on 2018-11-06 by Luca Della Santina
- Add custom tags to selected epochs
- Remove selected tag from epoch
- Processing pipelines are stored as an attribute of the epoch
- Load pipeline used to process selected epoch
- Added acknowledgement to contributing labs/projects in about window
Clarinet 1.6
Created on 2018-11-04 by Luca Della Santina
- Custom epoch processors stored in userpath/Clarinet/+customProcessors
- Processing pipelines can be saved and loaded from disk
- Fixed enabled/disabled status of processing pipeline buttons
- Fixed error when searching text attributes
- Fixed UI size to allow visualization on small projectors (1024x768)
Clarinet 1.5
Created on 2018-11-04 by Luca Della Santina
- New Epoch processors: interpolate, decimate, truncate
- New Epoch processors: addNoise, addNonLinearity
- New Epoch processor: powerSpectrum, subtractDrift
- Fixed error when loading About dialog multiple times
Clarinet 1.4
Created on 2018-11-04 by Luca Della Santina
- Epoch processors called without arguments return default setting
- Removed need for settings.device in UI processor settings
- Display date and time each epoch was recorded inside EpochTree
- SymphonyParser removed enforcement of label naming scheme (c1 ... cn)
- SymphonyParser.parse returns only the list of epochs by label(faster)
Clarinet 1.3
Created on 2018-11-03 by Luca Della Santina
- Epochs can be tagged with colors for easy grouping
- Save button stores processed version of epochs and tags
- Fixed error when trying to visualize search epochs before searching
- Added EpochData.hasAttribute method to check for attribute existence
Clarinet 2.2
Created on 2018-11-02 by Luca Della Santina
- Processing pipeline allows using multiple epoch processors in chain
- Processor function definition now requires device as parameter
- Fixed bug in processors displaying license instead of description
Clarinet 1.1
Created on 2018-11-01 by Luca Della Santina
- 2D/3D plot switcher
- Search criteria can be either "Any" or "All" conditions to be met
- Find dialog remembers last settings within session
- Ensured destruction of dialogs before Clarinet is closed