From ea699b94158bc5a9522705e9a77bfcb34addd658 Mon Sep 17 00:00:00 2001
From: hugoval <76450221+yudgugger@users.noreply.github.com>
Date: Wed, 26 Jun 2024 19:04:28 +0200
Subject: [PATCH 1/2] Update README.md
---
doc/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.md b/doc/README.md
index ea2cb3c..654f67f 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -531,7 +531,7 @@ Following the second stage of processing (see section
-
+
File management for toolbox scripts
-Following the first processing step (see section IV) - First step of data analysis of the documentation), by default, a new directory is created at the same root as the input data folder, with the nomenclature: 'initial_file_name'_'yyyy-mm-dd-HHh-MMm'_out_'processing_type'
. This directory itself contains two subdirectories, figs
and nanoloops
, and a text file, parameters.txt
.
+Following the first processing step (see section IV) - First step of data analysis of the documentation), by default, a new directory is created at the same root as the input data folder, with the nomenclature: 'initial_file_name'_'yyyy-mm-dd-HHh-MMm'_out_'processing_type'
. This directory itself contains two subdirectories, figs
and nanoloops
, a json file, datacube_to_nanoloop_s1_params.json
and the csv measurement sheet.
datacube_to_nanoloop_s1_params.json
, created with create_json_res
or copy_json_res
function of the script PySSPFM/utils/path_for_runable.py
nanoloops
folder obtained is selected. The entirety of the files within it is arranged using the generate_file_nanoloop_paths
function found in the utils/nanoloop_to_hyst/file.py
script. Subsequently, data extraction is carried out for each file, employing the extract_nanoloop_data
function from the utils/nanoloop/file.py
. The measurement and processing parameters from the parameters.txt
file are also read and extracted using the print_parameters
function within the utils/nanoloop_to_hyst/file.py
.
+As an initial step, the nanoloops
folder obtained is selected. The entirety of the files within it is arranged using the generate_file_nanoloop_paths
function found in the utils/nanoloop_to_hyst/file.py
script. Subsequently, data extraction is carried out for each file, employing the extract_nanoloop_data
function from the utils/nanoloop/file.py
. The measurement parameters are read in the csv measurement sheet with the csv_meas_sheet_extract
function of the utils/raw_extraction.py
script.