danieljvickers / danieljvickers/SedPlot
Add time sorting of EDF files on load
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
When files are loaded in, we sort them alphabetically based upon file name. If they were not modified off of the machine, then this will successfully order the files chonologically. If they were renames, then the sorting is not guaranteed to work. The date-time of each case is stored internally in the EDF file.
We should change the sorting from alphabetical to chronological based on the date-time listed in the case. Both date and time are important to prevent bugs when cases pass midnight.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.