Hi,
I have managed to import the SELAFIN format to python using the parseSELAFIN tool. I have used this in combination with matplotlib.tri to plot my results in a nice manner. However, what I would now like to do is to access the fundamental wave spectrum which is a function of directions and frequencies. By importing the global result file I have gained access to the values, but they are reported in a way that makes them a bit tedious to work with. What I primarily would like to do is to plot my spectrum at some point in my domain. Have anyone done something like this before?