I'm simply trying to plot with ppm on the x-axis...
However, when trying to convert from varian to pipe and then "make_uc" the carrier and observe frequencies are not set correctly.
I'm a bit perplexed by this issue.
Not sure if it's something wrong with my script as I didn't see what could be going wrong with ng source code.
Before print(pdic['FDF1OBS'], pdic['FDF1CAR']) returns 799.964 4.773
While after make_uc
print(uc._car, uc._obs) returns 999.9900000000001 999.99
Can you share the data that you are using or point to it if it is one of the sets available in nmrglue? My initial guess is that this is an issue with manual setting of parameters in udic.
I'm simply trying to plot with ppm on the x-axis...
However, when trying to convert from varian to pipe and then "make_uc" the carrier and observe frequencies are not set correctly. I'm a bit perplexed by this issue. Not sure if it's something wrong with my script as I didn't see what could be going wrong with ng source code.
Before print(pdic['FDF1OBS'], pdic['FDF1CAR']) returns 799.964 4.773 While after make_uc print(uc._car, uc._obs) returns 999.9900000000001 999.99
Any help would be most appreciated!
Also, then the ppm_scale is always 1.5 to 0.5.