Closed conor-mckay98 closed 3 years ago
Is it possible to only include a certain range of modes in cross-correlation maps? If so how would I do this?
Thank you for you help.
Yes, just index them out, e.g.
x = calcCrossCorr(anm[0])
or
show = showCrossCorr(anm[:3])
Thanks James! extremely helpful as ever!
You’re very welcome
Is it possible to only include a certain range of modes in cross-correlation maps? If so how would I do this?
Thank you for you help.