Update README of sf-buffer with improved naming

Changed module_name to module_folder (for consistency).
This commit is contained in:
2020-07-23 12:36:27 +02:00
parent 234081f931
commit 8bd1733905
3 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -88,10 +88,10 @@ and reading from the buffer without building any indexes.
The binary files written by sf_buffer are saved to:
[detector_folder]/[module_name]/[data_folder]/[data_file].bin
[detector_folder]/[module_folder]/[data_folder]/[data_file].bin
- **detector\_folder** should always be passed as an absolute path.
- **module\_name** is usually composed like "M00", "M01".
- **module\_folder** is usually composed like "M00", "M01".
- **data\_folder** and **data\_file** are automatically calculated based on the
current pulse_id, FOLDER_MOD and FILE_MOD attributes.