Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursively search for directories that contain .dat files. #3

Closed
ver228 opened this issue Jun 2, 2016 · 1 comment
Closed

Recursively search for directories that contain .dat files. #3

ver228 opened this issue Jun 2, 2016 · 1 comment

Comments

@ver228
Copy link
Owner

ver228 commented Jun 2, 2016

Currently the function compressMultipleFiles.py looks recursively for files with a given extension. However the .dat files of the new camera require rather a directory that contains .dat files inside. For the moment one can still use it by using as the search string the --pattern_include 'nameOfFirstImage.dat', but it will only work one file at the time (no multiple processes).

We should modify the function to specifically look for directories with dat files on it, and add a flag that activates this behaviour. More specifically we should modify or create an alternative to exploreDirs in compressMultipleFilesHelper.py

@ver228
Copy link
Owner Author

ver228 commented Jul 27, 2016

Linus changed it to tiff, and now one can look for the first file in the stack. The .hdf5 output will use the directory name as prefix.

@ver228 ver228 closed this as completed Jul 27, 2016
luigiferiani added a commit to luigiferiani/tierpsy-tracker that referenced this issue Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant