Home > ISET > utility > ieManualViewer.m

ieManualViewer

PURPOSE ^

View an ISET manual page in the default system browser

SYNOPSIS ^

function ieManualViewer(mType,mName)

DESCRIPTION ^

View an ISET manual page in the default system browser

   ieManualViewer(mType,mName)

 mType identifies whether this is a PDF, Manual, or Applciation Notes
       PDF at the moment is just the Users Guide.
       Manual gets you to the ISET function headers
       Application notes is a page that links to various application notes
 mName is an identifier for the particular manual requested.

 Examples:
   ieManualViewer -- Brings up the Iset_Manual.pdf in a pdf viewer
   ieManualViewer('applicationNotes'); -- Page of Application N otes
   ieManualViewer('manual','ISET');  -- Main ISET functions

 TODO:  We should permit local reads when the user is off-line.  For the
 moment, the user has to download the material on his/her own.

 Copyright ImagEval Consultants, LLC, 2006.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003