Hi As a newbie in the NMR world I hope you guys can help me out with a simple Q: I have 104 1D spectra I would like to transform into ascii_spec.txt via the commands: convbin2asc and txt:x;pdata,1 Do I have to do this 104 times or can this be done in one hit by?? Cheers Michael asked Aug 19 '14 at 05:35 Michael |
Not too difficult to do... the following code snippet shows the sort of thing but you would need to change it for your file names and locations:
Note that this is designed for Topspin 3.x where the "User" is no longer valid. If using earlier versions of Topspin, the "DATASET" line should reflect your "disk" and "user":
answered Sep 10 '14 at 03:36 |
Hi Michael, it is possible to do it by writing proper macro in python, but frankly it's faster to do it manually than making a new macro that will be used only once. Regards, Arkadiusz answered Aug 20 '14 at 00:28 Arkadiusz Leniak |