au program

Glenn Facey (GAFACEY@oreo.chem.uottawa.ca)
29 Apr 94 08:52:52 EST

I have written a short au program that will set up a gradient cosy
experiment (or in fact any homonuclear 2D experiment depending on the
parameter set called up) from a current spectrum. It seems to work
fine except that for some sweep widths in the initial spectrum
the returned set of 2D parameters has unequal sweep widths. I would
like to know why. Is it because there is some sort of rounding
error? and why does one have to use "SW" rather than "SWH" in this
sort of au program?

-------------------------------------------------
au program follows:
-------------------------------------------------

getcurdata
fetchpar("SFO1",&d1)
fetchpar("SW",&d2)
fetchpar("SF",&d3)
rpar("grcosy","all")
storepar("SFO1",d1)
storepar1("SFO1",d1)
storepar("SW",d2)
storepar1("SW",d2)
storepar("SF",d3)
storepar1("SF",d3)
quit

--------------------------------------------

__________________________________________________________________
| * |
| * |
| ** Dr. Glenn A. Facey |
| * * NMR Facility Manager |
| * * Department of Chemistry |
| * * University of Ottawa |
| * * Ottawa, Ontario |
| * * CANADA, K1N 6N5 |
| * * ph. (613) 564-7894 |
| * * FAX. (613) 564-6793 |
| * * |
| * * |
| * * |
| * * |
| * * |
|********** ************|
| |
|________________________________________________________________|