ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
Loading...
Searching...
No Matches
scripts.transpose Namespace Reference

Variables

 action
 
 args
 
list averaged = []
 
 cols = len(rows[0])
 
dict data = {}
 
 filenames
 
list header_one = [ "" ]
 
list header_two = [ "" ]
 
 help
 
int max_cols = 0
 
 nargs
 
 parser = argparse.ArgumentParser(description="Transpose one or more input files from rows to columns")
 
 reader = csv.reader(f)
 
list rows = []
 
 short = os.path.splitext(os.path.basename(filename))[0]
 
 str
 
int total = 0
 
 type
 
str value = ""
 
list values = [ str(col) ]
 

Variable Documentation

◆ action

scripts.transpose.action

◆ args

scripts.transpose.args

◆ averaged

list scripts.transpose.averaged = []

◆ cols

scripts.transpose.cols = len(rows[0])

◆ data

dict scripts.transpose.data = {}

◆ filenames

scripts.transpose.filenames

◆ header_one

list scripts.transpose.header_one = [ "" ]

◆ header_two

list scripts.transpose.header_two = [ "" ]

◆ help

scripts.transpose.help

◆ max_cols

scripts.transpose.max_cols = 0

◆ nargs

scripts.transpose.nargs

◆ parser

scripts.transpose.parser = argparse.ArgumentParser(description="Transpose one or more input files from rows to columns")

◆ reader

scripts.transpose.reader = csv.reader(f)

◆ rows

list scripts.transpose.rows = []

◆ short

scripts.transpose.short = os.path.splitext(os.path.basename(filename))[0]

◆ str

scripts.transpose.str

◆ total

int scripts.transpose.total = 0

◆ type

scripts.transpose.type

◆ value

dict scripts.transpose.value = ""

◆ values

list scripts.transpose.values = [ str(col) ]