Can not process 2D HSQC sample
In this example, the issue is specific to the HSQC sample. It works correctly for the cosy and noesy samples.
@jobo322
Can you check this issue?
@lpatiny, The experiment HSQC looks to no be completed, because the number of FID in the indirect dimension is only 101 instead of a power of two, the next could 128. Topspin fill the TD with 256.
Is it technically correct? that we complete all the rest of the number with zeros?
the result of automatic processing by filling the missing rows
Looks good to me. But why the ZF gives an error. It should not be important if there are only 101 spectra.
The ZF in the first dimension does not give an error, the error appears in the FFT because the HSQC is acquired in echo-antiecho, and we processes this quadrature in the first FFT.
@jobo322 Do you have a solution to this issue ?
Yes, it would fixed If we completed the number of rows to at least 128. Let me open a PR with the fix.