cortex-lab / Suite2P

Tools for processing 2P recordings
Other
121 stars 66 forks source link

File order change #116

Closed scottcanoe closed 6 years ago

scottcanoe commented 6 years ago

Can I recommend that tiffs are loaded in human-sorted order? It took me a long time to realize that my tiffs were being loaded in like '1.tiff', '10.tiff', '100.tiff', etc., and I know I'm not the only one. Here's a fix: sort_nat

marius10p commented 6 years ago

Yes, that's a good idea. Thanks for the link, we'll implement that shortly.

scottcanoe commented 6 years ago

Great, thanks. Much appreciated.

carsen-stringer commented 6 years ago

I've added sort_nat to build_ops3.m (where the file lists are populated), sorry for the delay!