You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
I would like to submit a little optimisation. Currently you save data in pepp/output and you name subdirectories in the following format : config_filename+date
However, I use the same config file for several recordings. So, I've something like :
pepp/output/myextract_2016-09-06-16.07.59 ==> recording 1
pepp/output/myextract_2016-09-06-16.08.59 ==> recording 2
pepp/output/myextract_2016-09-06-16.09.59 ==> recording 3
pepp/output/myextract_2016-09-06-17.07.59 ==> recording 1
It's not easy to archive data and find which directories contains data related to a specific recording
Would it be possible to name the output directories with the subscription_id ? or create a subdirectory with the subscription_id ?
I mean something like
pepp/output/recording_1/myextract_2016-09-06-16.07.59
pepp/output/recording_1/myextract_2016-09-06-17.07.59
pepp/output/recording_2/myextract_2016-09-06-16.08.59
pepp/output/recording_3/myextract_2016-09-06-16.09.59
etc..
Thanks a lot ! :)
The text was updated successfully, but these errors were encountered:
It could be a good solution, especially because it gives you flexibility to name the subdirectory.
However, I feel more convenient to set the naming of the subdirectory to avoid "human errors". Your solution means you need to set the variable each time you run the script => you can load data to a wrong directory.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Ben,
I would like to submit a little optimisation. Currently you save data in pepp/output and you name subdirectories in the following format : config_filename+date
However, I use the same config file for several recordings. So, I've something like :
pepp/output/myextract_2016-09-06-16.07.59 ==> recording 1
pepp/output/myextract_2016-09-06-16.08.59 ==> recording 2
pepp/output/myextract_2016-09-06-16.09.59 ==> recording 3
pepp/output/myextract_2016-09-06-17.07.59 ==> recording 1
It's not easy to archive data and find which directories contains data related to a specific recording
Would it be possible to name the output directories with the subscription_id ? or create a subdirectory with the subscription_id ?
I mean something like
pepp/output/recording_1/myextract_2016-09-06-16.07.59
pepp/output/recording_1/myextract_2016-09-06-17.07.59
pepp/output/recording_2/myextract_2016-09-06-16.08.59
pepp/output/recording_3/myextract_2016-09-06-16.09.59
etc..
Thanks a lot ! :)
The text was updated successfully, but these errors were encountered: