CarlSandstrom
Results
1
comments of
CarlSandstrom
The program is simply: ``` from pyNastran.op2.op2 import read_op2 filename = "/home/carl/data/freq_VEP4G3AWG45_X0_fl_eo15_170705.op2" op2 = read_op2(filename, build_dataframe=True, debug=True) ``` The op2 file I use in the above example is very large...