%% Lia's .isisrc file, illustrating a few common options for interactive ISIS sessions %% Set up aliases for common plotting commands so I don't have to type as much alias("plot_data_counts", "pdc"); alias("oplot_data_counts", "opdc"); alias("plot_data_flux", "pdf" ); alias("oplot_data_flux", "opdf" ); alias("oplot_model_counts","opmc"); %% Add my personal library of isis scripts to load path add_to_isis_load_path("/path/to/my/isis/script/library/"); %% Change the plot environment settings so it plots %% black lines on a white background putenv("PGPLOT_BACKGROUND=white"); putenv("PGPLOT_FOREGROUND=black"); %% Automatically load other scripts, for example the Remeis scripts () = evalfile( "isisscripts.sl" );