fs()
, fo()
, patch()
and plotting functions have been modified to accept the "user_title" field which has been added to the "file.par" heading of the fileFolder
object. This field is displayed as the title in the main plot window and is modified when users edit spectrum names in fs()
rather than the names of fileFolder
.patch()
function has been modified to add the "overlay.text" field to defaultSettings
if missing.reset()
function has been modified to ensure overlaid spectra are not displayed in the file list of the overlay gui.sdiCheck()
function to discontinue its display. If selected, the "sdi" field of defaultSettings
is set to FALSE
.setGraphics()
and createObj()
functions to support the overlay display feature mentioned above.ucsfHead()
function has been modified to read the noise estimate if it is present at the end of the main file header of a UCSF file. In such cases, the noise estimate is not calculated. Also, file sizes are now expressed in bytes rather than kilobytes..onLoad()
function now modifies the tablelist widget options to alternate row colors by default. Similar code contained within functions that create tablelist widgets has been removed. Also, .onLoad()
now forces the default background color for selected items in tablelist widgets to match the color for selected in items in listbox widgets. This should improve visibility.bringFocus()
funciton is no longer called when R is running in MDI mode. This prevents Tk windows from disappearing behind the MDI console.createObj()
function that prevented the addition of new fields to defaultSettings
without overwriting other settings.draw2D()
function has been modified to ensure correct plotting of data in memory (e.g. entries in fileFolder
with w1, w2, and data sections).readDef()
funtion which may be set to FALSE
(defaults to TRUE
) to bypass the format check on defaultSettings
. This allows previous settings to be carried over to new versions of rNMR that include changes to defaultSettings
.Please refer to the rNMR manual for information on using rNMR.