Opening spectra in Sparky

From NMR Wiki

Revision as of 20:07, 23 December 2009 by Evgeny Fadeev (Talk | contribs)
Jump to: navigation, search

NOTE: Sparky commands shown in bold

Sparky opens three types of files:

  • .ucsf - binary raw data files
  • .save - plain text files containing information about spectrum display and link to corresponding .ucsf file
  • .proj - plain text project files containing links to .save files and more project-specific information

Opening files with menu's

Go to 'File' menu, click 'Open...', select appropriate .ucsf or .save file and click 'Open' button.

If you are starting with .ucsf file (raw data file), then you may need to:

File paths in .save and .proj files

As metioned above, sparky uses .save and .proj files to store all sorts of "metadata" about the spectra, while .ucsf files are used for the storage of the binary data.

Among other data, .save files contain a path to the corresponding .ucsf file and .proj file contains a list of paths to the relevant .save files.

When transfering sparky projects (a collection of files with above three extensions) between computers or simply moving them from one directory to another paths to the files that are stored in .save and .proj files may break. This issue will unfortunately need a manual intervention, but is quite easy to fix.

Opening files from command line

On Unix systems you can simply type:

sparky somefile.ucsf

or

sparky somefile.save

or

sparky somefile.proj

Then you may have to adjust spectrum display as described in the previous section

Personal tools