Use this procedure to restore the base ENVI save files (.sav). If you omit the RESTORE_BASE_SAVE_FILES keyword, the ENVI Classic user interface is displayed to allow interactive control of the application.

Note: The ENVI interface and ENVI Classic interface should not be started within the same IDL session.

Syntax


ENVI, /RESTORE_BASE_SAVE_FILES

Keywords


RESTORE_BASE_SAVE_FILES

Use this keyword to restore the base ENVI save files (.sav) for batch mode. The user interface is not displayed. After calling this procedure, use ENVI_BATCH_INIT to initialize batch mode.

Example


This example restores the base ENVI save files (.sav) and initializes ENVI Classic for batch mode.

ENVI, /RESTORE_BASE_SAVE_FILES
ENVI_BATCH_INIT, LOG_FILE = 'batch_log.txt', BATCH_LUN = lunit