Hi, while working on the gravitational wave analysis, I came up with a question regarding the rigidity of the FFTW plan: Specifically, since the GWprediction.nc and all 32 detectionXX.nc files share the same nt dimensions, is it possible to reuse a single plan for different files that contain different data? Or is the plan strictly tied to the specific memory addresses/data values of the first array it was initialized with?
Additionally, for the purpose of the assignment requirements, are we expected to reuse a single plan for efficiency, or is it acceptable to create and delete a new plan for every signal we analyze?
Thanks!