From 810cfa75be9e96839abd52b41811a38e3719610b Mon Sep 17 00:00:00 2001 From: hugoval <76450221+yudgugger@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:54:46 +0200 Subject: [PATCH] Update README.md --- doc/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index a73dde3..d08c344 100644 --- a/doc/README.md +++ b/doc/README.md @@ -506,7 +506,6 @@ Following the first processing step (see section
  • Processing parameters for the 1st step are stored in a JSON file named 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
  • Measurement parameters are contained in the csv measurement sheet that is copied into the result folder
  • -
  • The parameters.txt text file saves all the measurement parameters initially present in the measurement form, along with parameters and information about the first measurement processing step. It is generated by the function save_parameters of the script utils/datacube_to_nanoloop/file.py.
  • The figs directory contains all the figures generated during the first step, including various graphical representations of the raw data and segments managed by the utils/datacube_to_nanoloop/plot.py script, phase histograms used for calibration managed by the utils/nanoloop/phase.py script, and phase, amplitude, piezoresponse and eventually resonance frequency and quality factor nanoloops managed by the utils/nanoloop/plot.py scripts.
  • The nanoloops directory contains the processed data following the first step of processing in the extracted measure of amplitude, phase and eventually resonance frequency nanoloops, eventually with uncertainties as a function of polarization voltage, both in off and on field modes, for each measurement file. It can also contain scalar information associated with the segment (topography, adhesion, calculated phase offset ...). This directory is generated using the functions sort_nanoloop_data and save_nanoloop_file of the script located in utils/nanoloop/file.py.