ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Sort the folders and files in Session folder #91

Closed ivoflipse closed 10 years ago

ivoflipse commented 10 years ago

Currently everything is just mixed up, which looks rather sloppy, so please sort them. Preferably folders first, then files

ivoflipse commented 10 years ago

Mission accomplished, I basically made a list that sorts first on whether its a directory and then based on the file_name.

image

ivoflipse commented 10 years ago

Please do the same for the measurement trees. Also I guess its time to stop selecting the last item in every tree, now that everything has been changed.

ivoflipse commented 10 years ago

I can also sort the Subject and Session trees, but we have to be careful here. Because I use the index of how it was added to retrieve the right subject. Messing with the order after creating the index, will 'break' things. So either I'd need to sort before adding or I'd need to recreate the index too.

ivoflipse commented 10 years ago

I changed the sorting so it sorts subjects by first_name, last_name and sessions by date, time.

If you don't like it, let me know.