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

Variables

 args = parser.parse_args(sys.argv[1:])
 
list exclude_cols = []
 
list good_cols = []
 
 help
 
 parser = argparse.ArgumentParser(description="reduce the number of columns in an Export file")
 
list rows = []
 
 str
 
 type
 
list values = [ x.strip() for x in line.split(",") ]
 

Variable Documentation

◆ args

scripts.collapse-export.args = parser.parse_args(sys.argv[1:])

◆ exclude_cols

list scripts.collapse-export.exclude_cols = []

◆ good_cols

list scripts.collapse-export.good_cols = []

◆ help

scripts.collapse-export.help

◆ parser

scripts.collapse-export.parser = argparse.ArgumentParser(description="reduce the number of columns in an Export file")

◆ rows

list scripts.collapse-export.rows = []

◆ str

scripts.collapse-export.str

◆ type

scripts.collapse-export.type

◆ values

list scripts.collapse-export.values = [ x.strip() for x in line.split(",") ]