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

Namespaces

namespace  scripts
 
namespace  scripts.transpose
 

Variables

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