|
ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
|
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) ] |
| 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 |
| 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 |
| dict scripts.transpose.value = "" |
| list scripts.transpose.values = [ str(col) ] |