; xss_startup.pro ; IDL startup file having the minimum needed for dd IDL xss simulation s/w ; ; Define where various things are: ; path to IDL itself DEFSYSV, '!DIR', EXISTS = ie IF ie NE 1 THEN DEFSYSV, '!DIR', '/apr/idl/idl_4' ; path to dd's IDL code directories DEFSYSV, '!DDIDL', '/nfs/wiwaxia/h1/dd/idl' ; path to lookup tables used DEFSYSV, '!DDLOOKUPS', '/nfs/wiwaxia/h1/dd/idl/lookups' ; Startup message print, '' print, 'IDL startup file for xss simulation (10/26/96)' ; everybody uses X! set_plot, 'X' print, ' ' ; OK, setup paths to all the dd IDL s/w... print, ' setting paths...' print, ' ' ; for generally useful routines: !path=!DDIDL+'/useful:'+!path !path=!DDIDL+'/labxray:'+!path ; lab simulations !path=!DDIDL+'/cmdb:'+!path ;------------------------------------------------ .run cmdb_start ; xss_startup.pro ; IDL startup file having the minimum needed for dd IDL xss simulation s/w ; ; Define where various things are: ; path to IDL itself DEFSYSV, '!DIR', EXISTS = ie IF ie NE 1 THEN DEFSYSV, '!DIR', '/apr/idl/idl_4' ; path to dd's IDL code directories DEFSYSV, '!DDIDL', '/nfs/wiwaxia/h1/dd/idl' ; path to lookup tables used DEFSYSV, '!DDLOOKUPS', '/nfs/wiwaxia/h1/dd/idl/lookups' ; Startup message print, '' print, 'IDL startup file for xss simulation ',systime() ; everybody uses X! ;;;;; try NULL (from env) for non-interactive use. ;set_plot, 'X' ;;;;; print, ' ' ; OK, setup paths to all the dd IDL s/w... print, ' setting paths...' print, ' ' ; for generally useful routines: !path=!DDIDL+'/useful:'+!path !path=!DDIDL+'/labxray:'+!path ; lab simulations !path=!DDIDL+'/cmdb:'+!path ;################################################ .run cmdb_start ; xss_startup.pro ; IDL startup file having the minimum needed for dd IDL xss simulation s/w ; ; Define where various things are: ; path to IDL itself DEFSYSV, '!DIR', EXISTS = ie IF ie NE 1 THEN DEFSYSV, '!DIR', '/apr/idl/idl_4' ; path to dd's IDL code directories DEFSYSV, '!DDIDL', '/nfs/wiwaxia/h1/dd/idl' ; path to lookup tables used DEFSYSV, '!DDLOOKUPS', '/nfs/wiwaxia/h1/dd/idl/lookups' ; Startup message print, '' print, 'IDL startup file for xss simulation ',systime() ; everybody uses X! ;;;;; try NULL (from env) for non-interactive use. ;set_plot, 'X' ;;;;; print, ' ' ; OK, setup paths to all the dd IDL s/w... print, ' setting paths...' print, ' ' ; for generally useful routines: !path=!DDIDL+'/useful:'+!path !path=!DDIDL+'/labxray:'+!path ; lab simulations !path=!DDIDL+'/cmdb:'+!path ;################################################ .run cmdb_start