From f5c38e47c08af99ce9ccb4ffa968be4eb97ec246 Mon Sep 17 00:00:00 2001 From: Fanny Rodolakis Date: Mon, 21 Mar 2022 11:13:38 -0500 Subject: [PATCH] edit docstrings --- ScanFunctions_plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScanFunctions_plot.py b/ScanFunctions_plot.py index c98e0b8..2f842b4 100755 --- a/ScanFunctions_plot.py +++ b/ScanFunctions_plot.py @@ -2121,7 +2121,7 @@ def read_id_files(first,last,filepath=None,prefix=None,q=True): def id2num(ID,grt,mode,first=0,last=inf,ignore=[],filepath=None,prefix=None,q=True): # Not efficient - requires to read all 600 files everytime """ - Return ScanNum corresponding to a given ID_SP from log file myfile.txt + Return ScanNum corresponding to a given ID_SP from ExtraPVs (using mdaFile) """ if filepath == None: filepath=MDA_CurrentDirectory() @@ -2145,7 +2145,7 @@ def id2num(ID,grt,mode,first=0,last=inf,ignore=[],filepath=None,prefix=None,q=Tr def num2id(ScanNum,grt,mode,first=0,last=inf,ignore=[],filepath=None,prefix=None,q=True): # Not efficient - requires to read all 600 files everytime """ - Return ID SP corresponding to a given ScanNum from log file myfile.txt + Return ID SP corresponding to a given ScanNum from ExtraPVs (using mdaFile) """ if filepath == None: filepath=MDA_CurrentDirectory() -- GitLab