|
Peano
|
Functions | |
| position_check (a) | |
Variables | |
| parser | |
| dest | |
| type | |
| required | |
| help | |
| int | |
| default | |
| args = parser.parse_args() | |
| csvData = list(csv.reader(open(args.file_name, "r"), delimiter=",")) | |
| timeIndex = csvData[0].index(" t") | |
| vxIndex = csvData[0].index(" data ") + args.v | |
| int | vyIndex = csvData[0].index(" data ") + args.v + 1 |
| int | vzIndex = csvData[0].index(" data ") + args.v + 2 |
| firstNumberIndex = csvData[0].index("number(0)") | |
| secondNumberIndex = csvData[0].index(" number(1)") | |
| int | dim = 2 |
| list | positionIndexes |
| checkFirstIndexLength = set([data[firstNumberIndex] for data in csvData]) | |
| checksecondIndexLength = set([data[secondNumberIndex] for data in csvData]) | |
| list | dt = [] |
| list | vx = [] |
| list | vy = [] |
| list | vz = [] |
| fig | |
| axs | |
| lw | |
| xlabel | |
| ylabel | |
| fontsize | |
| print_velocities.position_check | ( | a | ) |
Definition at line 107 of file print_velocities.py.
References position_check().
Referenced by position_check().


| print_velocities.args = parser.parse_args() |
Definition at line 61 of file print_velocities.py.
| print_velocities.axs |
Definition at line 171 of file print_velocities.py.
| print_velocities.checkFirstIndexLength = set([data[firstNumberIndex] for data in csvData]) |
Definition at line 133 of file print_velocities.py.
| print_velocities.checksecondIndexLength = set([data[secondNumberIndex] for data in csvData]) |
Definition at line 134 of file print_velocities.py.
| list print_velocities.csvData = list(csv.reader(open(args.file_name, "r"), delimiter=",")) |
Definition at line 68 of file print_velocities.py.
| print_velocities.default |
Definition at line 23 of file print_velocities.py.
| print_velocities.dest |
Definition at line 17 of file print_velocities.py.
| int print_velocities.dim = 2 |
Definition at line 85 of file print_velocities.py.
| print_velocities.dt = [] |
Definition at line 150 of file print_velocities.py.
| print_velocities.fig |
Definition at line 171 of file print_velocities.py.
| print_velocities.firstNumberIndex = csvData[0].index("number(0)") |
Definition at line 83 of file print_velocities.py.
| print_velocities.fontsize |
Definition at line 192 of file print_velocities.py.
| print_velocities.help |
Definition at line 20 of file print_velocities.py.
| print_velocities.int |
Definition at line 23 of file print_velocities.py.
| print_velocities.lw |
Definition at line 174 of file print_velocities.py.
| print_velocities.parser |
Definition at line 12 of file print_velocities.py.
| list print_velocities.positionIndexes |
Definition at line 88 of file print_velocities.py.
| print_velocities.required |
Definition at line 19 of file print_velocities.py.
| print_velocities.secondNumberIndex = csvData[0].index(" number(1)") |
Definition at line 84 of file print_velocities.py.
| print_velocities.timeIndex = csvData[0].index(" t") |
Definition at line 79 of file print_velocities.py.
| print_velocities.type |
Definition at line 18 of file print_velocities.py.
| print_velocities.vx = [] |
Definition at line 151 of file print_velocities.py.
| print_velocities.vxIndex = csvData[0].index(" data ") + args.v |
Definition at line 80 of file print_velocities.py.
| print_velocities.vy = [] |
Definition at line 152 of file print_velocities.py.
Definition at line 81 of file print_velocities.py.
| print_velocities.vz = [] |
Definition at line 153 of file print_velocities.py.
Definition at line 82 of file print_velocities.py.
| print_velocities.xlabel |
Definition at line 176 of file print_velocities.py.
| print_velocities.ylabel |
Definition at line 176 of file print_velocities.py.