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
Currently all compressed files are output into a folder selected by the user and given unique names. After a day of measuring many samples, sorting out the files and cleaning up the folders becomes quite tedious when compressed files are output that way. It would be good if the users could have the following options to compress the data:
override original files and preserve folder structure
keep original files, preserve folder structure and create new unique file names
keep original files, output all files in selected folder and create new unique file names
Unique names could include the following information:
at least measurement number (in style M001 - M999, currently it's M1, M2, ...) + unique file hash
date
flow rate or reservoir tag
operator name
sample name
The text was updated successfully, but these errors were encountered:
This is not really meta data right now, I was thinking that in our naming scheme for a measurement folder, the operator name is always included: yyyymmdd_operator_project. But it should not be grabbed from there. If nobody else wants this included in DCKit, you don't need to add it.
Currently all compressed files are output into a folder selected by the user and given unique names. After a day of measuring many samples, sorting out the files and cleaning up the folders becomes quite tedious when compressed files are output that way. It would be good if the users could have the following options to compress the data:
Unique names could include the following information:
The text was updated successfully, but these errors were encountered: