IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Data Input/Output routines

Detailed Description

Files

file  gendata.m
 Lets the user create a dataset by clicking the mouse and pressing the number keys.
 
file  save_as_fig.m
 Saves figure as a FIG file.
 
file  save_as_png.m
 Saves PNG.
 
file  save_legend.m
 Saves current legend as PNGThis function will save a PNG with the legend, but will mess with the positioning on the screen.
 
file  assert_connected_to_cells.m
 Checks connection, tries to connect to MySQL database usign if not connected.
 
file  connect_to_cells.m
 Connects to database specified in the DB global.
 
file  db_assert.m
 Initializes the DB global.
 
file  db_reset.m
 Resets the DB global.
 
file  detect_spectrum_type.m
 Attempts to detect type of single-spectrum files.
 
file  find_dirname.m
 Finds a name for a new directory.
 
file  find_filename.m
 Finds a name for a new file.
 
file  get_no_cols_deli.m
 Determines number of columns and delimiter from a CSV file.
 
file  misc/ioio/getdirs.m
 Recursive directory structure getter.
 
file  getfiles.m
 File list getter (not recursive)
 
file  good_filename.m
 
file  irquery.m
 Wraps over mYm to retry at lost connection errors.
 
file  load_all_items.m
 Loads all MAT files in current directory (that contain a "r" variable inside) into the workspace.
 
file  load_sampledata.m
 Loads sample data by file name.
 
file  load_soitem.m
 Loads MAT file containing a r structure with a item field.
 
file  opus2data.m
 Merges several OPUS binary files into a dataset.
 
file  pir2data.m
 Merges several "Pirouette .dat" files into a dataset.
 
file  resolve_dir.m
 Auxiliar to mergetool.m.
 
file  wire2data.m
 Merges several "Wire txt" files into a dataset.
 
file  get_computer_name.m
 Returns the host name.
 
file  guide_figs.m
 Opens all .fig files in directory in GUIDE.