Hello, What is the significance of the "s" in the end of the parameter file name in the Bruker experiment directories? Why experiment directories have both - files with the "s" and without? Why there are separate files acquN files where N is a number? If one needs to know value of some parameter - which file should they look into? Thanks. asked Jul 23 '10 at 13:06 Evgeny Fadeev |
The s at the end of a parameter file name specifies this file as a status parameterfile. Status parameters are written at the end of an acquisition or also when a FID in a multidimensional experiment is written. The files without the s are the current parameters. If you change a parameter it will be changed in the files without the s. Let's assume a dataset where an acquisition has already been done, acqus and acqu contain the same information. You now decide to restart the acquisition but with more scans. You enter a new number for NS. acqu will show this new value and acqus will still show the number that was used to collect the FID that is on disk. Once the new acquisition is finished acqus now also contains the new value. In multidimensional acquisition the value of TD will be updated when a new FID is written to disk. The contents of acqus are printed in parameter listings. The acqu files with numbers contain the parameters for the indirect dimensions. "acqu2" and acqu2s are for the F1 dimension in a 2D. A 3D will have acqu, acqu2 and acqu3, in a 4D you will also find acqu4 etc. answered Jul 23 '10 at 21:16 Clemens Anklin |